SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NIImporter_ITSUMO::Handler::LaneSet Struct Reference

Public Member Functions

 LaneSet (const std::string &id, const std::vector< Lane > &lanes, SUMOReal v, int pos, NBNode *from, NBNode *to)
 

Data Fields

NBNodemyFrom
 
std::string myID
 
std::vector< LanemyLanes
 
int myPosition
 
NBNodemyTo
 
SUMOReal myV
 

Detailed Description

Definition at line 148 of file NIImporter_ITSUMO.h.

Constructor & Destructor Documentation

NIImporter_ITSUMO::Handler::LaneSet::LaneSet ( const std::string &  id,
const std::vector< Lane > &  lanes,
SUMOReal  v,
int  pos,
NBNode from,
NBNode to 
)
inline

Definition at line 150 of file NIImporter_ITSUMO.h.

Field Documentation

NBNode* NIImporter_ITSUMO::Handler::LaneSet::myFrom

Definition at line 156 of file NIImporter_ITSUMO.h.

Referenced by NIImporter_ITSUMO::Handler::myEndElement().

std::string NIImporter_ITSUMO::Handler::LaneSet::myID

Definition at line 152 of file NIImporter_ITSUMO.h.

Referenced by NIImporter_ITSUMO::Handler::myEndElement().

std::vector<Lane> NIImporter_ITSUMO::Handler::LaneSet::myLanes

Definition at line 153 of file NIImporter_ITSUMO.h.

Referenced by NIImporter_ITSUMO::Handler::myEndElement().

int NIImporter_ITSUMO::Handler::LaneSet::myPosition

Definition at line 155 of file NIImporter_ITSUMO.h.

NBNode* NIImporter_ITSUMO::Handler::LaneSet::myTo

Definition at line 157 of file NIImporter_ITSUMO.h.

Referenced by NIImporter_ITSUMO::Handler::myEndElement().

SUMOReal NIImporter_ITSUMO::Handler::LaneSet::myV

Definition at line 154 of file NIImporter_ITSUMO.h.

Referenced by NIImporter_ITSUMO::Handler::myEndElement().


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