Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
NIImporter_ITSUMO::Handler::LaneSet Struct Reference
Collaboration diagram for NIImporter_ITSUMO::Handler::LaneSet:
[legend]

Public Member Functions

 LaneSet (const std::string &_id, const std::vector< Lane > &_lanes, double _v, int _pos, NBNode *_from, NBNode *_to)

Data Fields

NBNodefrom
std::string id
std::vector< Lanelanes
int position
NBNodeto
double v

Detailed Description

Definition at line 138 of file NIImporter_ITSUMO.h.

Constructor & Destructor Documentation

◆ LaneSet()

NIImporter_ITSUMO::Handler::LaneSet::LaneSet ( const std::string & _id,
const std::vector< Lane > & _lanes,
double _v,
int _pos,
NBNode * _from,
NBNode * _to )
inline

Definition at line 140 of file NIImporter_ITSUMO.h.

References from, id, lanes, position, to, and v.

Field Documentation

◆ from

NBNode* NIImporter_ITSUMO::Handler::LaneSet::from

Definition at line 146 of file NIImporter_ITSUMO.h.

Referenced by LaneSet(), and NIImporter_ITSUMO::Handler::myEndElement().

◆ id

std::string NIImporter_ITSUMO::Handler::LaneSet::id

Definition at line 142 of file NIImporter_ITSUMO.h.

Referenced by LaneSet(), and NIImporter_ITSUMO::Handler::myEndElement().

◆ lanes

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

Definition at line 143 of file NIImporter_ITSUMO.h.

Referenced by LaneSet(), and NIImporter_ITSUMO::Handler::myEndElement().

◆ position

int NIImporter_ITSUMO::Handler::LaneSet::position

Definition at line 145 of file NIImporter_ITSUMO.h.

Referenced by LaneSet().

◆ to

NBNode* NIImporter_ITSUMO::Handler::LaneSet::to

Definition at line 147 of file NIImporter_ITSUMO.h.

Referenced by LaneSet(), and NIImporter_ITSUMO::Handler::myEndElement().

◆ v

double NIImporter_ITSUMO::Handler::LaneSet::v

Definition at line 144 of file NIImporter_ITSUMO.h.

Referenced by LaneSet(), and NIImporter_ITSUMO::Handler::myEndElement().


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