|
SUMO - Simulation of Urban MObility
|
Describes a pedestrian crossing. More...
Data Fields | |
| std::vector< std::string > | crossingEdges |
| std::string | laneID |
| bool | priority |
| SUMOReal | width |
Describes a pedestrian crossing.
Definition at line 257 of file NIImporter_SUMO.h.
| std::vector<std::string> NIImporter_SUMO::Crossing::crossingEdges |
Definition at line 259 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork(), and NIImporter_SUMO::addEdge().
| std::string NIImporter_SUMO::Crossing::laneID |
Definition at line 258 of file NIImporter_SUMO.h.
| bool NIImporter_SUMO::Crossing::priority |
Definition at line 261 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork().
| SUMOReal NIImporter_SUMO::Crossing::width |
Definition at line 260 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::_loadNetwork().