PGROUTING
3.2
|
class for stopping when all targets are found More...
Public Member Functions | |
dijkstra_many_goal_visitor (const std::vector< V > &goals, size_t n_goals) | |
template<class B_G > | |
void | examine_vertex (V u, B_G &) |
Private Attributes | |
std::set< V > | m_goals |
size_t | m_n_goals |
class for stopping when all targets are found
Definition at line 331 of file pgr_dagShortestPath.hpp.
|
inlineexplicit |
Definition at line 333 of file pgr_dagShortestPath.hpp.
|
inline |
Definition at line 339 of file pgr_dagShortestPath.hpp.
References Pgr_dag< G >::dijkstra_many_goal_visitor::m_goals, and Pgr_dag< G >::dijkstra_many_goal_visitor::m_n_goals.
Definition at line 355 of file pgr_dagShortestPath.hpp.
Referenced by Pgr_dag< G >::dijkstra_many_goal_visitor::examine_vertex().
|
private |
Definition at line 356 of file pgr_dagShortestPath.hpp.
Referenced by Pgr_dag< G >::dijkstra_many_goal_visitor::examine_vertex().