pgRouting
pgRouting extends the PostGIS / PostgreSQL geospatial database to provide geospatial routing functionality.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
testXYedges_driver.h
Go to the documentation of this file.
1
/*PGR-GNU*****************************************************************
2
File: testXYedges_driver.h
3
4
Copyright (c) 2015 pgRouting developers
5
Mail: project@pgrouting.org
6
7
Function's developer:
8
Copyright (c) 2015 Celia Virginia Vergara Castillo
9
Mail:
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 SRC_INTERNALQUERYTESTS_SRC_TESTXYEDGES_DRIVER_H_
30
#define SRC_INTERNALQUERYTESTS_SRC_TESTXYEDGES_DRIVER_H_
31
32
#include "./../../common/src/pgr_types.h"
33
34
#ifdef __cplusplus
35
extern
"C"
{
36
#endif
37
38
/*********************************************************
39
edges_sql TEXT
40
********************************************************/
41
bool
do_pgr_testXYedges
(
42
Pgr_edge_xy_t
*
edges
,
43
size_t
total_edges,
44
char
** log_msg,
45
char
**
err_msg
);
46
47
48
#ifdef __cplusplus
49
}
50
#endif
51
52
#endif // SRC_INTERNALQUERYTESTS_SRC_TESTXYEDGES_DRIVER_H_
edges
edge_astar_t * edges
Definition:
BDATester.cpp:46
err_msg
char * err_msg
Definition:
BDATester.cpp:50
do_pgr_testXYedges
bool do_pgr_testXYedges(Pgr_edge_xy_t *edges, size_t total_edges, char **log_msg, char **err_msg)
Definition:
testXYedges_driver.cpp:51
Pgr_edge_xy_t
Definition:
pgr_types.h:60
src
internalQueryTests
src
testXYedges_driver.h
Generated on Thu Aug 25 2016 09:06:43 for pgRouting by
1.8.6