Eclipse SUMO - Simulation of Urban MObility
NIImporter_SUMO::Crossing Struct Reference

Describes a pedestrian crossing. More...

Collaboration diagram for NIImporter_SUMO::Crossing:

Public Member Functions

 Crossing (const std::string &_edgeID)
 

Data Fields

std::vector< std::string > crossingEdges
 
PositionVector customShape
 
int customTLIndex
 
int customTLIndex2
 
std::string edgeID
 
bool priority
 
double width
 

Detailed Description

Describes a pedestrian crossing.

Definition at line 284 of file NIImporter_SUMO.h.

Constructor & Destructor Documentation

◆ Crossing()

NIImporter_SUMO::Crossing::Crossing ( const std::string &  _edgeID)
inline

Definition at line 285 of file NIImporter_SUMO.h.

Field Documentation

◆ crossingEdges

std::vector<std::string> NIImporter_SUMO::Crossing::crossingEdges

Definition at line 289 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::_loadNetwork(), and NIImporter_SUMO::addEdge().

◆ customShape

PositionVector NIImporter_SUMO::Crossing::customShape

Definition at line 292 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::_loadNetwork().

◆ customTLIndex

int NIImporter_SUMO::Crossing::customTLIndex

Definition at line 293 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::_loadNetwork().

◆ customTLIndex2

int NIImporter_SUMO::Crossing::customTLIndex2

Definition at line 294 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::_loadNetwork().

◆ edgeID

std::string NIImporter_SUMO::Crossing::edgeID

Definition at line 288 of file NIImporter_SUMO.h.

◆ priority

bool NIImporter_SUMO::Crossing::priority

Definition at line 291 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::_loadNetwork().

◆ width

double NIImporter_SUMO::Crossing::width

Definition at line 290 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::_loadNetwork().


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