Definition at line 173 of file NIImporter_SUMO.h.
Data Fields | |
| std::vector< EdgeLane > | connections |
| This lane's connections. | |
| bool | depart |
| Whether this is the edge's depart lane. | |
| SUMOReal | maxSpeed |
| The maximum velocity allowed on this lane. | |
| Position2DVector | shape |
| This lane's shape. | |
| std::vector<EdgeLane> NIImporter_SUMO::LaneAttrs::connections |
This lane's connections.
Definition at line 181 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::addSuccLane().
Whether this is the edge's depart lane.
Definition at line 175 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::addLane().
| SUMOReal NIImporter_SUMO::LaneAttrs::maxSpeed |
The maximum velocity allowed on this lane.
Definition at line 177 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::addLane(), and NIImporter_SUMO::myEndElement().
This lane's shape.
Definition at line 179 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::addLane(), and NIImporter_SUMO::myCharacters().
1.5.6