PGROUTING
3.2
|
#include <stddef.h>
#include "c_types/trsp_types.h"
#include "c_types/pgr_edge_t.h"
#include "c_types/restriction_t.h"
#include "c_types/general_path_element_t.h"
Go to the source code of this file.
Functions | |
void | do_trsp (pgr_edge_t *edges, size_t edge_count, Restriction_t *restrictions, size_t restrictions_size, int64_t *start_vidsArr, size_t size_start_vidsArr, int64_t *end_vidsArr, size_t size_end_vidsArr, bool directed, General_path_element_t **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
void do_trsp | ( | pgr_edge_t * | edges, |
size_t | edge_count, | ||
Restriction_t * | restrictions, | ||
size_t | restrictions_size, | ||
int64_t * | start_vidsArr, | ||
size_t | size_start_vidsArr, | ||
int64_t * | end_vidsArr, | ||
size_t | size_end_vidsArr, | ||
bool | directed, | ||
General_path_element_t ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 41 of file trsp_driver.cpp.
References collapse_paths(), count_tuples(), pgassert, pgr_alloc(), pgr_free(), pgr_msg(), pgrouting::trsp::Pgr_trspHandler::process(), and AssertFailedException::what().
Referenced by compute_trsp().