PGROUTING
3.2
|
Go to the source code of this file.
Functions | |
void | do_pgr_transitiveClosure (pgr_edge_t *data_edges, size_t total_tuples, transitiveClosure_rt **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
void do_pgr_transitiveClosure | ( | pgr_edge_t * | data_edges, |
size_t | total_tuples, | ||
transitiveClosure_rt ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 94 of file transitiveClosure_driver.cpp.
References DIRECTED, get_postgres_result(), pgrouting::graph::Pgr_base_graph< G, T_V, T_E >::insert_edges(), pgassert, pgr_free(), pgr_msg(), and AssertFailedException::what().
Referenced by process().