SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 225 of file NIXMLEdgesHandler.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: