Loading [MathJax]/extensions/TeX/AMSsymbols.js
DGtal
1.4.2
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
Variables
a
d
e
f
h
i
l
n
o
p
t
w
x
Typedefs
a
b
c
d
e
i
k
l
n
o
p
r
s
u
v
z
Enumerations
Enumerator
a
b
c
d
e
g
h
i
j
l
m
n
o
p
s
t
u
v
w
z
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
c
e
f
h
i
l
m
n
o
p
r
s
t
u
Enumerator
a
b
c
d
e
f
g
l
m
o
p
r
s
t
u
v
x
y
z
Related Functions
a
b
c
d
e
f
g
i
k
l
m
o
p
s
t
u
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Topology.h
1
17
#pragma once
18
31
#if defined(Topology_RECURSES)
32
#error Recursive header files inclusion detected in Topology.h
33
#else
// defined(Topology_RECURSES)
35
#define Topology_RECURSES
36
37
#if !defined Topology_h
39
#define Topology_h
40
42
// Inclusions
44
45
namespace
DGtal
46
{
50
enum
Connectedness
51
{
52
DISCONNECTED
= 0,
CONNECTED
= 1,
UNKNOWN
= 2
53
};
54
55
}
56
// //
58
59
#endif
// !defined Topology_h
60
61
#undef Topology_RECURSES
62
#endif
// else defined(Topology_RECURSES)
DGtal
DGtal is the top-level namespace which contains all DGtal functions and types.
DGtal::Connectedness
Connectedness
Definition:
Topology.h:51
DGtal::UNKNOWN
@ UNKNOWN
Definition:
Topology.h:52
DGtal::DISCONNECTED
@ DISCONNECTED
Definition:
Topology.h:52
DGtal::CONNECTED
@ CONNECTED
Definition:
Topology.h:52
src
DGtal
topology
Topology.h
Generated on Mon Dec 23 2024 13:18:52 for DGtal by
1.9.1