Eclipse SUMO - Simulation of Urban MObility
|
#include <AFRouter.h>
Public Member Functions | |
bool | operator() (const typename SUMOAbstractRouter< E, V >::EdgeInfo *edgeInfo1, const typename SUMOAbstractRouter< E, V >::EdgeInfo *edgeInfo2) const |
Comparing method. | |
Class to compare (and so sort) nodes by their effort
Definition at line 121 of file AFRouter.h.
|
inline |
Comparing method.
[in] | edgeInfo1 | First edge information |
[in] | edgeInfo2 | Second edge information |
Definition at line 130 of file AFRouter.h.
References SUMOAbstractRouter< E, V >::EdgeInfo::edge, and SUMOAbstractRouter< E, V >::EdgeInfo::heuristicEffort.