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

Describes a pedestrian crossing. More...

Collaboration diagram for NIImporter_SUMO::Crossing:
Collaboration graph

Data Fields

std::vector< std::string > crossingEdges
 
std::string edgeID
 
bool priority
 
SUMOReal width
 

Detailed Description

Describes a pedestrian crossing.

Definition at line 270 of file NIImporter_SUMO.h.

Field Documentation

§ crossingEdges

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

Definition at line 272 of file NIImporter_SUMO.h.

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

§ edgeID

std::string NIImporter_SUMO::Crossing::edgeID

Definition at line 271 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::addEdge().

§ priority

bool NIImporter_SUMO::Crossing::priority

Definition at line 274 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::_loadNetwork().

§ width

SUMOReal NIImporter_SUMO::Crossing::width

Definition at line 273 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::_loadNetwork().


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