Detailed Description
template<class Graph, class CostType, typename Vertex>
class jafar::lgl::nav_heuristic_rdv< Graph, CostType, Vertex >
Definition at line 57 of file NavHeuristics.hpp.
List of all members.
Public Member Functions |
| nav_heuristic_rdv (const Graph &g_, const Vertex &goal_, CostType authDist_, std::vector< Vertex > &predMap_) |
| rdv : RenDez-Vous
|
CostType | operator() (const Vertex &u) |
Private Attributes |
Graph | g |
Vertex | goal |
Vertex | start |
CostType | authDist |
std::vector< Vertex > | predMap |
The documentation for this class was generated from the following file: