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
Version
Id
MSCrossSection.h 20433 2016-04-13 08:00:14Z behrisch

Definition in file MSCrossSection.h.

Typedef Documentation

§ CrossSectionVector

typedef std::vector< MSCrossSection > CrossSectionVector

Definition at line 71 of file MSCrossSection.h.

§ CrossSectionVectorConstIt

typedef CrossSectionVector::const_iterator CrossSectionVectorConstIt

Definition at line 73 of file MSCrossSection.h.

§ CrossSectionVectorIt

typedef CrossSectionVector::iterator CrossSectionVectorIt

Definition at line 72 of file MSCrossSection.h.