Eclipse SUMO - Simulation of Urban MObility
|
A simple description of a position on a lane (crossing of a lane) More...
#include <MSCrossSection.h>
Public Member Functions | |
MSCrossSection (MSLane *lane, double pos) | |
Constructor. | |
Data Fields | |
MSLane * | myLane |
The lane to cross. | |
double | myPosition |
The position at the lane. | |
A simple description of a position on a lane (crossing of a lane)
Definition at line 41 of file MSCrossSection.h.
|
inline |
Constructor.
[in] | lane | The lane to cross |
[in] | pos | The position at the lane |
Definition at line 48 of file MSCrossSection.h.
MSLane* MSCrossSection::myLane |
The lane to cross.
Definition at line 53 of file MSCrossSection.h.
Referenced by GUIE3Collector::MyWrapper::buildDefinition().
double MSCrossSection::myPosition |
The position at the lane.
Definition at line 56 of file MSCrossSection.h.
Referenced by GUIE3Collector::MyWrapper::buildDefinition().