PGROUTING
3.2
|
Go to the source code of this file.
Functions | |
void | do_pgr_strongComponents (pgr_edge_t *data_edges, size_t total_edges, pgr_components_rt **return_tuples, size_t *return_count, char **log_msg, char **notice_msg, char **err_msg) |
void do_pgr_strongComponents | ( | pgr_edge_t * | data_edges, |
size_t | total_edges, | ||
pgr_components_rt ** | return_tuples, | ||
size_t * | return_count, | ||
char ** | log_msg, | ||
char ** | notice_msg, | ||
char ** | err_msg | ||
) |
Definition at line 45 of file strongComponents_driver.cpp.
References DIRECTED, pgrouting::graph::Pgr_base_graph< G, T_V, T_E >::insert_edges(), pgassert, pgr_alloc(), pgr_free(), pgr_msg(), pgrouting::algorithms::strongComponents(), and AssertFailedException::what().
Referenced by process().