SUMO - Simulation of Urban MObility
NIVissimEdge::connection_cluster_position_sorter Class Reference

Public Member Functions

 connection_cluster_position_sorter (int edgeid)
 constructor
int operator() (NIVissimConnectionCluster *cc1, NIVissimConnectionCluster *cc2) const
 comparing operation

Private Attributes

int myEdgeID
 The id of the edge.

Detailed Description

Sorts connection clusters the edge participates in by their position along the given edge

Definition at line 243 of file NIVissimEdge.h.


Constructor & Destructor Documentation


Member Function Documentation

int NIVissimEdge::connection_cluster_position_sorter::operator() ( NIVissimConnectionCluster cc1,
NIVissimConnectionCluster cc2 
) const

comparing operation

Definition at line 104 of file NIVissimEdge.cpp.

References NIVissimConnectionCluster::getPositionForEdge(), and SUMOReal.


Field Documentation

The id of the edge.

Definition at line 254 of file NIVissimEdge.h.


The documentation for this class was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines