PGROUTING
3.2
|
This is the complete list of members for pgrouting::functions::Pgr_depthFirstSearch< G >, including all inherited members.
depthFirstSearch(G &graph, std::vector< int64_t > roots, bool directed, int64_t max_depth) | pgrouting::functions::Pgr_depthFirstSearch< G > | inline |
depthFirstSearch_single_vertex(G &graph, V root, std::vector< E > &visited_order, bool directed, int64_t max_depth) | pgrouting::functions::Pgr_depthFirstSearch< G > | inlineprivate |
E typedef | pgrouting::functions::Pgr_depthFirstSearch< G > | |
get_results(T visited_order, int64_t root, int64_t max_depth, const G &graph) | pgrouting::functions::Pgr_depthFirstSearch< G > | inlineprivate |
V typedef | pgrouting::functions::Pgr_depthFirstSearch< G > |