PGROUTING
3.2
|
class for stopping when all targets are found More...
Public Member Functions | |
dijkstra_many_goal_visitor (const std::set< V > &goals, size_t n_goals, std::set< V > &f_goals) | |
template<class B_G > | |
void | examine_vertex (V u, B_G &) |
Private Attributes | |
std::set< V > & | m_found_goals |
std::set< V > | m_goals |
size_t | m_n_goals |
class for stopping when all targets are found
Definition at line 750 of file pgr_dijkstra.hpp.
|
inline |
Definition at line 752 of file pgr_dijkstra.hpp.
|
inline |
|
private |
Definition at line 782 of file pgr_dijkstra.hpp.
Referenced by pgrouting::Pgr_dijkstra< G >::dijkstra_many_goal_visitor::examine_vertex().
|
private |
Definition at line 780 of file pgr_dijkstra.hpp.
Referenced by pgrouting::Pgr_dijkstra< G >::dijkstra_many_goal_visitor::examine_vertex().
|
private |
Definition at line 781 of file pgr_dijkstra.hpp.
Referenced by pgrouting::Pgr_dijkstra< G >::dijkstra_many_goal_visitor::examine_vertex().