|
SUMO - Simulation of Urban MObility
|
A structure which describes changes of lane number along the road. More...
Data Fields | |
| Position | gpos |
| A 2D-position (for the node to insert at this place) More... | |
| std::vector< int > | lanes |
| The lanes until this change. More... | |
| int | nameid |
| A numerical id. More... | |
| SUMOReal | pos |
| The position of this change. More... | |
A structure which describes changes of lane number along the road.
Definition at line 225 of file NIXMLEdgesHandler.h.
| Position NIXMLEdgesHandler::Split::gpos |
A 2D-position (for the node to insert at this place)
Definition at line 233 of file NIXMLEdgesHandler.h.
Referenced by NIXMLEdgesHandler::myEndElement().
| std::vector<int> NIXMLEdgesHandler::Split::lanes |
The lanes until this change.
Definition at line 227 of file NIXMLEdgesHandler.h.
Referenced by NIXMLEdgesHandler::addSplit(), and NIXMLEdgesHandler::myEndElement().
| int NIXMLEdgesHandler::Split::nameid |
A numerical id.
Definition at line 231 of file NIXMLEdgesHandler.h.
Referenced by NIXMLEdgesHandler::addSplit(), and NIXMLEdgesHandler::myEndElement().
| SUMOReal NIXMLEdgesHandler::Split::pos |
The position of this change.
Definition at line 229 of file NIXMLEdgesHandler.h.
Referenced by NIXMLEdgesHandler::addSplit(), NIXMLEdgesHandler::myEndElement(), NIXMLEdgesHandler::split_sorter::operator()(), and NIXMLEdgesHandler::split_by_pos_finder::operator()().