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) | |
std::vector< int > | lanes |
The lanes until this change. | |
int | nameid |
A numerical id. | |
SUMOReal | pos |
The position of this change. |
A structure which describes changes of lane number along the road.
Definition at line 222 of file NIXMLEdgesHandler.h.
Position NIXMLEdgesHandler::Split::gpos |
A 2D-position (for the node to insert at this place)
Definition at line 230 of file NIXMLEdgesHandler.h.
Referenced by NIXMLEdgesHandler::myEndElement().
std::vector<int> NIXMLEdgesHandler::Split::lanes |
The lanes until this change.
Definition at line 224 of file NIXMLEdgesHandler.h.
Referenced by NIXMLEdgesHandler::addSplit(), and NIXMLEdgesHandler::myEndElement().
int NIXMLEdgesHandler::Split::nameid |
A numerical id.
Definition at line 228 of file NIXMLEdgesHandler.h.
Referenced by NIXMLEdgesHandler::addSplit(), and NIXMLEdgesHandler::myEndElement().
SUMOReal NIXMLEdgesHandler::Split::pos |
The position of this change.
Definition at line 226 of file NIXMLEdgesHandler.h.
Referenced by NIXMLEdgesHandler::addSplit(), NIXMLEdgesHandler::myEndElement(), NIXMLEdgesHandler::split_sorter::operator()(), and NIXMLEdgesHandler::split_by_pos_finder::operator()().