PGROUTING
3.2
|
#include "drivers/yen/withPoints_ksp_driver.h"
#include <sstream>
#include <deque>
#include <vector>
#include "yen/pgr_ksp.hpp"
#include "withPoints/pgr_withPoints.hpp"
#include "cpp_common/pgr_alloc.hpp"
#include "cpp_common/pgr_assert.h"
Go to the source code of this file.
Functions | |
int | do_pgr_withPointsKsp (pgr_edge_t *edges, size_t total_edges, Point_on_edge_t *points_p, size_t total_points, pgr_edge_t *edges_of_points, size_t total_edges_of_points, int64_t start_pid, int64_t end_pid, size_t k, bool directed, bool heap_paths, char driving_side, bool details, General_path_element_t **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
int do_pgr_withPointsKsp | ( | pgr_edge_t * | edges, |
size_t | total_edges, | ||
Point_on_edge_t * | points_p, | ||
size_t | total_points, | ||
pgr_edge_t * | edges_of_points, | ||
size_t | total_edges_of_points, | ||
int64_t | start_pid, | ||
int64_t | end_pid, | ||
size_t | k, | ||
bool | directed, | ||
bool | heap_paths, | ||
char | driving_side, | ||
bool | details, | ||
General_path_element_t ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 54 of file withPoints_ksp_driver.cpp.
References count_tuples(), DIRECTED, pgrouting::Pg_points_graph::eliminate_details(), pgrouting::extract_vertices(), pgrouting::Pgr_messages::get_error(), pgrouting::Pgr_messages::get_log(), pgrouting::Pgr_messages::has_error(), pgrouting::graph::Pgr_base_graph< G, T_V, T_E >::insert_edges(), pgrouting::Pg_points_graph::new_edges(), pgassert, pgr_alloc(), pgr_free(), pgr_msg(), UNDIRECTED, AssertFailedException::what(), and pgrouting::yen::Pgr_ksp< G >::Yen().
Referenced by process().