PGROUTING
3.2
|
class for stopping when all targets are found More...
Public Member Functions | |
astar_many_goals_visitor (const std::vector< V > &goals) | |
template<class B_G > | |
void | examine_vertex (V u, B_G &g) |
Private Attributes | |
std::set< V > | m_goals |
class for stopping when all targets are found
Definition at line 302 of file pgr_astar.hpp.
|
inlineexplicit |
Definition at line 304 of file pgr_astar.hpp.
|
inline |
Definition at line 307 of file pgr_astar.hpp.
References pgrouting::algorithms::Pgr_astar< G >::astar_many_goals_visitor::m_goals.
|
private |
Definition at line 316 of file pgr_astar.hpp.
Referenced by pgrouting::algorithms::Pgr_astar< G >::astar_many_goals_visitor::examine_vertex().