SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MSCrossSection Class Reference

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

#include <MSCrossSection.h>

Public Member Functions

 MSCrossSection (MSLane *lane, SUMOReal pos)
 Constructor.

Data Fields

MSLanemyLane
 The lane to cross.
SUMOReal myPosition
 The position at the lane.

Detailed Description

A simple description of a position on a lane (crossing of a lane)

Definition at line 51 of file MSCrossSection.h.

Constructor & Destructor Documentation

MSCrossSection::MSCrossSection ( MSLane lane,
SUMOReal  pos 
)
inline

Constructor.

Parameters
[in]laneThe lane to cross
[in]posThe position at the lane

Definition at line 58 of file MSCrossSection.h.

Field Documentation

MSLane* MSCrossSection::myLane

The lane to cross.

Definition at line 63 of file MSCrossSection.h.

Referenced by GUIE3Collector::MyWrapper::buildDefinition().

SUMOReal MSCrossSection::myPosition

The position at the lane.

Definition at line 66 of file MSCrossSection.h.

Referenced by GUIE3Collector::MyWrapper::buildDefinition().


The documentation for this class was generated from the following file: