SUMO - Simulation of Urban MObility
|
Public Member Functions | |
connection_position_sorter (int edgeid) | |
constructor | |
int | operator() (int c1id, int c2id) const |
comparing operation | |
Private Attributes | |
int | myEdgeID |
The id of the edge. |
Sorts connections the edge participates in by their position along the given edge
Definition at line 224 of file NIVissimEdge.h.
NIVissimEdge::connection_position_sorter::connection_position_sorter | ( | int | edgeid | ) | [explicit] |
constructor
Definition at line 74 of file NIVissimEdge.cpp.
comparing operation
Definition at line 79 of file NIVissimEdge.cpp.
References NIVissimEdge::dictionary(), NIVissimConnection::getFromEdgeID(), NIVissimConnection::getFromPosition(), NIVissimConnection::getToPosition(), and SUMOReal.
The id of the edge.
Definition at line 234 of file NIVissimEdge.h.