SUMO - Simulation of Urban MObility
|
#include <DijkstraRouterTT.h>
Public Member Functions | |
bool | operator() (const EdgeInfo *nod1, const EdgeInfo *nod2) const |
Comparing method. |
Definition at line 121 of file DijkstraRouterTT.h.
bool DijkstraRouterTTBase< E, V, PF >::EdgeInfoByTTComparator::operator() | ( | const EdgeInfo * | nod1, |
const EdgeInfo * | nod2 | ||
) | const [inline] |
Comparing method.
Definition at line 124 of file DijkstraRouterTT.h.
References DijkstraRouterTTBase< E, V, PF >::EdgeInfo::edge, and DijkstraRouterTTBase< E, V, PF >::EdgeInfo::traveltime.