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