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
transitiveClosure_driver.h
Go to the documentation of this file.
1
/*PGR-GNU*****************************************************************
2
File: contractGraph_driver.h
3
4
Copyright (c) 2015 pgRouting developers
5
Mail: project@pgrouting.org
6
7
Function's developer:
8
Copyright (c) 2019 Hang Wu
9
mail: nike0good@gmail.com
10
11
------
12
13
This program is free software; you can redistribute it and/or modify
14
it under the terms of the GNU General Public License as published by
15
the Free Software Foundation; either version 2 of the License, or
16
(at your option) any later version.
17
18
This program is distributed in the hope that it will be useful,
19
but WITHOUT ANY WARRANTY; without even the implied warranty of
20
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
GNU General Public License for more details.
22
23
You should have received a copy of the GNU General Public License
24
along with this program; if not, write to the Free Software
25
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26
27
********************************************************************PGR-GNU*/
28
29
#ifndef INCLUDE_DRIVERS_TRANSITIVECLOSURE_TRANSITIVECLOSURE_DRIVER_H_
30
#define INCLUDE_DRIVERS_TRANSITIVECLOSURE_TRANSITIVECLOSURE_DRIVER_H_
31
#pragma once
32
33
/* for size-t */
34
#ifdef __cplusplus
35
# include <cstddef>
36
#else
37
# include <stddef.h>
38
#endif
39
40
#include "
c_types/transitiveClosure_rt.h
"
41
#include "
c_types/pgr_edge_t.h
"
42
43
#ifdef __cplusplus
44
extern
"C"
{
45
#endif
46
47
/*********************************************************
48
edges_sql TEXT,
49
50
********************************************************/
51
void
52
do_pgr_transitiveClosure
(
53
pgr_edge_t
*data_edges,
54
size_t
total_tuples,
55
transitiveClosure_rt
**return_tuples,
56
size_t
*return_count,
57
char
**log_msg,
58
char
**notice_msg,
59
char
**err_msg);
60
61
62
#ifdef __cplusplus
63
}
64
#endif
65
66
#endif // INCLUDE_DRIVERS_TRANSITIVECLOSURE_TRANSITIVECLOSURE_DRIVER_H_
pgr_edge_t
Definition:
pgr_edge_t.h:37
transitiveClosure_rt
Definition:
transitiveClosure_rt.h:44
transitiveClosure_rt.h
do_pgr_transitiveClosure
void do_pgr_transitiveClosure(pgr_edge_t *data_edges, size_t total_tuples, transitiveClosure_rt **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg)
Definition:
transitiveClosure_driver.cpp:94
pgr_edge_t.h
include
drivers
transitiveClosure
transitiveClosure_driver.h
Generated on Tue May 25 2021 15:09:48 for PGROUTING by
1.8.17