PGROUTING
3.2
|
#include "pgr_breadthFirstSearch.hpp"
Public Types | |
typedef G::B_G | B_G |
typedef G::E | E |
typedef G::V | V |
Public Member Functions | |
std::vector< pgr_mst_rt > | breadthFirstSearch (G &graph, std::vector< int64_t > start_vertex, int64_t depth) |
Private Member Functions | |
template<typename T > | |
std::vector< pgr_mst_rt > | get_results (T order, int64_t source, int64_t max_depth, const G &graph) |
Definition at line 42 of file pgr_breadthFirstSearch.hpp.
typedef G::B_G pgrouting::functions::Pgr_breadthFirstSearch< G >::B_G |
Definition at line 46 of file pgr_breadthFirstSearch.hpp.
typedef G::E pgrouting::functions::Pgr_breadthFirstSearch< G >::E |
Definition at line 45 of file pgr_breadthFirstSearch.hpp.
typedef G::V pgrouting::functions::Pgr_breadthFirstSearch< G >::V |
Definition at line 44 of file pgr_breadthFirstSearch.hpp.
|
inline |
Definition at line 49 of file pgr_breadthFirstSearch.hpp.
References pgrouting::functions::Pgr_breadthFirstSearch< G >::get_results().
Referenced by pgr_breadthFirstSearch().
|
inlineprivate |
Definition at line 77 of file pgr_breadthFirstSearch.hpp.
Referenced by pgrouting::functions::Pgr_breadthFirstSearch< G >::breadthFirstSearch().