PGROUTING
3.2
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
g
i
o
p
s
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
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
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Variables
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
b
c
d
e
g
i
l
o
p
s
v
Enumerations
Enumerator
Related Functions
c
d
e
i
o
p
s
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
Functions
_
a
c
d
e
f
g
i
o
p
r
s
t
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Classes
|
Functions
pgrouting::contraction Namespace Reference
Classes
class
Pgr_contract
class
Pgr_deadend
class
Pgr_linear
Functions
bool
is_valid_contraction
(int number)
Function Documentation
◆
is_valid_contraction()
bool pgrouting::contraction::is_valid_contraction
(
int
number
)
Definition at line
35
of file
pgr_contract.cpp
.
35
{
36
switch
(number) {
37
case
1:
38
case
2:
39
return
true
;
40
break
;
41
default
:
42
return
false
;
43
break
;
44
}
45
}
Referenced by
do_pgr_contractGraph()
.
pgrouting
contraction
Generated on Tue May 25 2021 15:09:49 for PGROUTING by
1.8.17