SUMOReal myMaxSpeed
The maximum speed allowed on the lane.
A single lane the router may use.
SVCPermissions myPermissions
The encoding of allowed vehicle classes.
SUMOReal getSpeed() const
Returns the maximum speed allowed on this lane.
ROLane(const std::string &id, SUMOReal length, SUMOReal maxSpeed, SVCPermissions permissions)
Constructor.
Base class for objects which have an id.
SUMOReal myLength
The length of the lane.
SUMOReal getLength() const
Returns the length of the lane.
ROLane & operator=(const ROLane &src)
Invalidated assignment operator.
SVCPermissions getPermissions()
Returns the list of allowed vehicle classes.