SUMO - Simulation of Urban MObility
|
#include <AStarRouter.h>
Public Member Functions | |
bool | operator() (const EdgeInfo *nod1, const EdgeInfo *nod2) const |
Comparing method. More... | |
Class to compare (and so sort) nodes by their effort
Definition at line 120 of file AStarRouter.h.
|
inline |
Comparing method.
Definition at line 123 of file AStarRouter.h.
References AStarRouter< E, V, PF >::EdgeInfo::edge, and AStarRouter< E, V, PF >::EdgeInfo::heuristicTime.