PGROUTING  3.2
drivedist_driver.h
Go to the documentation of this file.
1 /*PGR-GNU*****************************************************************
2 File: boost_interface_drivedist.h
3 
4 Copyright (c) 2015 Celia Virginia Vergara Castillo
6 
7 ------
8 
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
13 
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18 
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 
23  ********************************************************************PGR-GNU*/
24 
25 #ifndef INCLUDE_DRIVERS_DRIVING_DISTANCE_DRIVEDIST_DRIVER_H_
26 #define INCLUDE_DRIVERS_DRIVING_DISTANCE_DRIVEDIST_DRIVER_H_
27 
28 /* for size-t */
29 #ifdef __cplusplus
30 # include <cstddef>
31 #else
32 # include <stddef.h>
33 #endif
34 
35 #include "c_types/pgr_edge_t.h"
37 
38 
39 #ifdef __cplusplus
40 extern "C" {
41 #endif
42 
44  pgr_edge_t* edges, size_t total_edges,
45  int64_t* start_vertex, size_t s_len,
46  double distance,
47  bool directed,
48  bool equicost,
49  General_path_element_t** return_tuples, size_t* return_count,
50  char **log_msg,
51  char **notice_msg,
52  char **err_msg);
53 
54 #ifdef __cplusplus
55 }
56 #endif
57 
58 #endif // INCLUDE_DRIVERS_DRIVING_DISTANCE_DRIVEDIST_DRIVER_H_
pgr_edge_t
Definition: pgr_edge_t.h:37
do_pgr_driving_many_to_dist
void do_pgr_driving_many_to_dist(pgr_edge_t *edges, size_t total_edges, int64_t *start_vertex, size_t s_len, double distance, bool directed, bool equicost, General_path_element_t **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg)
Definition: drivedist_driver.cpp:82
General_path_element_t
Definition: general_path_element_t.h:37
general_path_element_t.h
pgr_edge_t.h