SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MSCrossSection.h File Reference
#include <config.h>
#include <vector>

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
< MSCrossSection
CrossSectionVector
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 15692 2014-02-22 09:17:02Z behrisch

Definition in file MSCrossSection.h.

Typedef Documentation

typedef std::vector< MSCrossSection > CrossSectionVector

Definition at line 71 of file MSCrossSection.h.

typedef CrossSectionVector::const_iterator CrossSectionVectorConstIt

Definition at line 73 of file MSCrossSection.h.

typedef CrossSectionVector::iterator CrossSectionVectorIt

Definition at line 72 of file MSCrossSection.h.