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

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

Collaboration diagram for NIXMLEdgesHandler::Split:
Collaboration graph

Data Fields

std::vector< int > lanes
 The lanes after this change. More...
 
NBNode * node
 The new node that is created for this split. More...
 
SUMOReal pos
 The position of this change. More...
 
SUMOReal speed
 The speed after this change. More...
 

Detailed Description

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

Definition at line 230 of file NIXMLEdgesHandler.h.

Field Documentation

std::vector<int> NIXMLEdgesHandler::Split::lanes

The lanes after this change.

Definition at line 232 of file NIXMLEdgesHandler.h.

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

NBNode* NIXMLEdgesHandler::Split::node

The new node that is created for this split.

Definition at line 238 of file NIXMLEdgesHandler.h.

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

SUMOReal NIXMLEdgesHandler::Split::speed

The speed after this change.

Definition at line 236 of file NIXMLEdgesHandler.h.

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


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