Definition at line 188 of file NIImporter_SUMO.h.
Data Fields | |
| NBEdge * | builtEdge |
| The built edge. | |
| std::string | fromNode |
| The node this edge starts at. | |
| std::string | id |
| This edge's id. | |
| std::vector< LaneAttrs * > | lanes |
| This edge's lanes. | |
| SUMOReal | maxSpeed |
| The maximum velocity allowed on this edge (!!!). | |
| int | priority |
| This edge's priority. | |
| std::string | toNode |
| The node this edge ends at. | |
| std::string | type |
| This edge's type. | |
The built edge.
Definition at line 204 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::addEdge(), and NIImporter_SUMO::loadNetwork().
| std::string NIImporter_SUMO::EdgeAttrs::fromNode |
The node this edge starts at.
Definition at line 194 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::addEdge(), and NIImporter_SUMO::loadNetwork().
| std::string NIImporter_SUMO::EdgeAttrs::id |
This edge's id.
Definition at line 190 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::addEdge(), NIImporter_SUMO::loadNetwork(), and NIImporter_SUMO::myEndElement().
| std::vector<LaneAttrs*> NIImporter_SUMO::EdgeAttrs::lanes |
This edge's lanes.
Definition at line 202 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::loadNetwork(), and NIImporter_SUMO::myEndElement().
| SUMOReal NIImporter_SUMO::EdgeAttrs::maxSpeed |
The maximum velocity allowed on this edge (!!!).
Definition at line 200 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::addEdge(), NIImporter_SUMO::loadNetwork(), and NIImporter_SUMO::myEndElement().
This edge's priority.
Definition at line 198 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::addEdge(), and NIImporter_SUMO::loadNetwork().
| std::string NIImporter_SUMO::EdgeAttrs::toNode |
The node this edge ends at.
Definition at line 196 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::addEdge(), and NIImporter_SUMO::loadNetwork().
| std::string NIImporter_SUMO::EdgeAttrs::type |
This edge's type.
Definition at line 192 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::addEdge(), and NIImporter_SUMO::loadNetwork().
1.5.6