#include <MSCrossSection.h>
Definition at line 48 of file MSCrossSection.h.
Public Member Functions | |
| MSCrossSection (MSLane *lane, SUMOReal pos) throw () | |
| Constructor. | |
Data Fields | |
| MSLane * | myLane |
| The lane to cross. | |
| SUMOReal | myPosition |
| The position at the lane. | |
| MSCrossSection::MSCrossSection | ( | MSLane * | lane, | |
| SUMOReal | pos | |||
| ) | throw () [inline] |
Constructor.
| [in] | lane | The lane to cross |
| [in] | pos | The position at the lane |
Definition at line 55 of file MSCrossSection.h.
00055 : myLane(lane) , myPosition(pos) {}
The lane to cross.
Definition at line 60 of file MSCrossSection.h.
Referenced by GUIE3Collector::MyWrapper::buildDefinition().
| SUMOReal MSCrossSection::myPosition |
The position at the lane.
Definition at line 63 of file MSCrossSection.h.
Referenced by GUIE3Collector::MyWrapper::buildDefinition().
1.5.6