![]() |
SUMO - Simulation of Urban MObility
|
Describes the values found in a lane's definition. More...
Data Fields | |
std::string | allow |
This lane's allowed vehicle classes. More... | |
std::vector< Connection > | connections |
This lane's connections. More... | |
std::string | disallow |
This lane's disallowed vehicle classes. More... | |
SUMOReal | endOffset |
This lane's offset from the intersection. More... | |
SUMOReal | maxSpeed |
The maximum velocity allowed on this lane. More... | |
std::string | oppositeID |
This lane's opposite lane. More... | |
PositionVector | shape |
This lane's shape (needed to reconstruct edge shape for legacy networks) More... | |
SUMOReal | width |
The width of this lane. More... | |
Describes the values found in a lane's definition.
Definition at line 202 of file NIImporter_SUMO.h.
std::string NIImporter_SUMO::LaneAttrs::allow |
This lane's allowed vehicle classes.
Definition at line 210 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork().
std::vector<Connection> NIImporter_SUMO::LaneAttrs::connections |
This lane's connections.
Definition at line 208 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork().
std::string NIImporter_SUMO::LaneAttrs::disallow |
This lane's disallowed vehicle classes.
Definition at line 212 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork().
SUMOReal NIImporter_SUMO::LaneAttrs::endOffset |
This lane's offset from the intersection.
Definition at line 216 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork().
SUMOReal NIImporter_SUMO::LaneAttrs::maxSpeed |
The maximum velocity allowed on this lane.
Definition at line 204 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork(), and NIImporter_SUMO::myEndElement().
std::string NIImporter_SUMO::LaneAttrs::oppositeID |
This lane's opposite lane.
Definition at line 218 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork(), and NIImporter_SUMO::myStartElement().
PositionVector NIImporter_SUMO::LaneAttrs::shape |
This lane's shape (needed to reconstruct edge shape for legacy networks)
Definition at line 206 of file NIImporter_SUMO.h.
SUMOReal NIImporter_SUMO::LaneAttrs::width |
The width of this lane.
Definition at line 214 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork().