SUMO - Simulation of Urban MObility
|
Sorts edges by their priority within the node they end at. More...
#include <NBOwnTLDef.h>
Public Member Functions | |
int | operator() (const NBEdge *const e1, const NBEdge *const e2) const |
comparing operator |
Sorts edges by their priority within the node they end at.
Definition at line 191 of file NBOwnTLDef.h.
int NBOwnTLDef::edge_by_incoming_priority_sorter::operator() | ( | const NBEdge *const | e1, |
const NBEdge *const | e2 | ||
) | const [inline] |
comparing operator
[in] | e1 | an edge |
[in] | e2 | an edge |
Definition at line 197 of file NBOwnTLDef.h.
References Named::getID(), NBEdge::getJunctionPriority(), and NBEdge::getToNode().