List of all members.
Public Member Functions |
| SimpleDijkstra (Graph *roadNetwork, DistanceHeuristic *heuristic) |
void | doPrecomputation () |
void | atStartOfDijkstra () |
void | resetNode (int nodeId) |
bool | edgeAllowed (bool outEdge, int nodeId, int edgeId) |
bool | nodeAllowed (int nodeId) |
double | computeShortestPath (int startId, int endId, bool reconstructPath) |
double | computeShortestPath (int startId, int endId, bool reconstructPath, bool forward) |
The documentation for this class was generated from the following files: