22 #ifndef MSCrossSection_h
23 #define MSCrossSection_h
A simple description of a position on a lane (crossing of a lane)
std::vector< MSCrossSection > CrossSectionVector
CrossSectionVector::const_iterator CrossSectionVectorConstIt
SUMOReal myPosition
The position at the lane.
MSCrossSection(MSLane *lane, SUMOReal pos)
Constructor.
CrossSectionVector::iterator CrossSectionVectorIt
MSLane * myLane
The lane to cross.
Representation of a lane in the micro simulation.