![]() |
SUMO - Simulation of Urban MObility
|

Public Member Functions | |
| connection_cluster_position_sorter (int edgeid) | |
| constructor More... | |
| int | operator() (NIVissimConnectionCluster *cc1, NIVissimConnectionCluster *cc2) const |
| comparing operation More... | |
Private Attributes | |
| int | myEdgeID |
| The id of the edge. More... | |
Sorts connection clusters the edge participates in by their position along the given edge
Definition at line 241 of file NIVissimEdge.h.
|
explicit |
constructor
Definition at line 93 of file NIVissimEdge.cpp.
| int NIVissimEdge::connection_cluster_position_sorter::operator() | ( | NIVissimConnectionCluster * | cc1, |
| NIVissimConnectionCluster * | cc2 | ||
| ) | const |
comparing operation
Definition at line 98 of file NIVissimEdge.cpp.
References NIVissimConnectionCluster::getPositionForEdge(), and myEdgeID.
|
private |