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::string idAfter
 The id for the edge after the split. More...
 
std::string idBefore
 The id for the edge before the split. More...
 
std::vector< int > lanes
 The lanes after this change. More...
 
NBNodenode
 The new node that is created for this split. More...
 
double pos
 The position of this change. More...
 
double 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

◆ idAfter

std::string NIXMLEdgesHandler::Split::idAfter

The id for the edge after the split.

Definition at line 242 of file NIXMLEdgesHandler.h.

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

◆ idBefore

std::string NIXMLEdgesHandler::Split::idBefore

The id for the edge before the split.

Definition at line 240 of file NIXMLEdgesHandler.h.

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

◆ lanes

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

◆ node

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

◆ pos

double NIXMLEdgesHandler::Split::pos

◆ speed

double 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: