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

Describes custom shape for a walking area during parsing. More...

Collaboration diagram for NIImporter_SUMO::WalkingAreaParsedCustomShape:
[legend]

Data Fields

std::vector< std::string > fromCrossed
 
std::vector< std::string > fromEdges
 
PositionVector shape
 
std::vector< std::string > toCrossed
 
std::vector< std::string > toEdges
 
double width
 

Detailed Description

Describes custom shape for a walking area during parsing.

Definition at line 327 of file NIImporter_SUMO.h.

Field Documentation

◆ fromCrossed

std::vector<std::string> NIImporter_SUMO::WalkingAreaParsedCustomShape::fromCrossed

Definition at line 331 of file NIImporter_SUMO.h.

◆ fromEdges

std::vector<std::string> NIImporter_SUMO::WalkingAreaParsedCustomShape::fromEdges

Definition at line 329 of file NIImporter_SUMO.h.

◆ shape

PositionVector NIImporter_SUMO::WalkingAreaParsedCustomShape::shape

Definition at line 328 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::addLane().

◆ toCrossed

std::vector<std::string> NIImporter_SUMO::WalkingAreaParsedCustomShape::toCrossed

Definition at line 332 of file NIImporter_SUMO.h.

◆ toEdges

std::vector<std::string> NIImporter_SUMO::WalkingAreaParsedCustomShape::toEdges

Definition at line 330 of file NIImporter_SUMO.h.

◆ width

double NIImporter_SUMO::WalkingAreaParsedCustomShape::width

Definition at line 333 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::addLane().


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