PGROUTING
3.2
|
Public Member Functions | |
distance_heuristic (B_G &g, const std::vector< V > &goals, int heuristic, double factor) | |
distance_heuristic (B_G &g, V goal, int heuristic, double factor) | |
double | operator() (V u) |
Private Attributes | |
double | m_factor |
B_G & | m_g |
std::set< V > | m_goals |
int | m_heuristic |
Definition at line 216 of file pgr_astar.hpp.
|
inline |
Definition at line 218 of file pgr_astar.hpp.
References pgrouting::algorithms::Pgr_astar< G >::distance_heuristic::m_goals.
|
inline |
Definition at line 224 of file pgr_astar.hpp.
|
inline |
Definition at line 234 of file pgr_astar.hpp.
References pgrouting::algorithms::Pgr_astar< G >::distance_heuristic::m_factor, pgrouting::algorithms::Pgr_astar< G >::distance_heuristic::m_g, pgrouting::algorithms::Pgr_astar< G >::distance_heuristic::m_goals, and pgrouting::algorithms::Pgr_astar< G >::distance_heuristic::m_heuristic.
|
private |
Definition at line 281 of file pgr_astar.hpp.
Referenced by pgrouting::algorithms::Pgr_astar< G >::distance_heuristic::operator()().
|
private |
Definition at line 279 of file pgr_astar.hpp.
Referenced by pgrouting::algorithms::Pgr_astar< G >::distance_heuristic::operator()().
|
private |
Definition at line 280 of file pgr_astar.hpp.
Referenced by pgrouting::algorithms::Pgr_astar< G >::distance_heuristic::distance_heuristic(), and pgrouting::algorithms::Pgr_astar< G >::distance_heuristic::operator()().
|
private |
Definition at line 282 of file pgr_astar.hpp.
Referenced by pgrouting::algorithms::Pgr_astar< G >::distance_heuristic::operator()().