Eclipse SUMO - Simulation of Urban MObility
MSCrossSection.h File Reference
#include <config.h>
#include <vector>
Include dependency graph for MSCrossSection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MSCrossSection
 A simple description of a position on a lane (crossing of a lane) More...
 

Typedefs

typedef std::vector< MSCrossSectionCrossSectionVector
 
typedef CrossSectionVector::const_iterator CrossSectionVectorConstIt
 
typedef CrossSectionVector::iterator CrossSectionVectorIt
 

Detailed Description

Author
Christian Roessel
Daniel Krajzewicz
Sascha Krieg
Date
Tue Nov 25 15:23:28 2003

Definition in file MSCrossSection.h.

Typedef Documentation

◆ CrossSectionVector

typedef std::vector< MSCrossSection > CrossSectionVector

Definition at line 61 of file MSCrossSection.h.

◆ CrossSectionVectorConstIt

typedef CrossSectionVector::const_iterator CrossSectionVectorConstIt

Definition at line 63 of file MSCrossSection.h.

◆ CrossSectionVectorIt

typedef CrossSectionVector::iterator CrossSectionVectorIt

Definition at line 62 of file MSCrossSection.h.