SUMO - Simulation of Urban MObility
NIXMLEdgesHandler::Split Struct Reference

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< intlanes
 The lanes until this change.
int nameid
 A numerical id.
SUMOReal pos
 The position of this change.

Detailed Description

A structure which describes changes of lane number along the road.

Definition at line 226 of file NIXMLEdgesHandler.h.


Field Documentation

A 2D-position (for the node to insert at this place)

Definition at line 234 of file NIXMLEdgesHandler.h.

Referenced by NIXMLEdgesHandler::myEndElement().

The lanes until this change.

Definition at line 228 of file NIXMLEdgesHandler.h.

Referenced by NIXMLEdgesHandler::addSplit(), and NIXMLEdgesHandler::myEndElement().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines