SUMO - Simulation of Urban MObility
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

The lane to cross.

Definition at line 63 of file MSCrossSection.h.

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

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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines