PGROUTING
3.2
|
Functions | |
std::vector< int64_t > | clean_vids (std::vector< int64_t > vids) |
std::vector< pgr_mst_rt > | get_no_edge_graph_result (std::vector< int64_t > vids) |
std::vector< int64_t > pgrouting::details::clean_vids | ( | std::vector< int64_t > | vids | ) |
Definition at line 33 of file details.cpp.
Referenced by get_no_edge_graph_result(), pgrouting::functions::Pgr_mst< G >::mstBFS(), pgrouting::functions::Pgr_mst< G >::mstDD(), and pgrouting::functions::Pgr_mst< G >::mstDFS().
std::vector< pgr_mst_rt > pgrouting::details::get_no_edge_graph_result | ( | std::vector< int64_t > | vids | ) |
Definition at line 45 of file details.cpp.
References clean_vids().
Referenced by do_pgr_kruskal(), and do_pgr_prim().