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