![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Describes custom shape for a walking area during parsing. More...
Data Fields | |
std::vector< std::string > | fromCrossed |
std::vector< std::string > | fromEdges |
PositionVector | shape |
std::vector< std::string > | toCrossed |
std::vector< std::string > | toEdges |
Describes custom shape for a walking area during parsing.
Definition at line 302 of file NIImporter_SUMO.h.
std::vector<std::string> NIImporter_SUMO::WalkingAreaParsedCustomShape::fromCrossed |
Definition at line 306 of file NIImporter_SUMO.h.
std::vector<std::string> NIImporter_SUMO::WalkingAreaParsedCustomShape::fromEdges |
Definition at line 304 of file NIImporter_SUMO.h.
PositionVector NIImporter_SUMO::WalkingAreaParsedCustomShape::shape |
Definition at line 303 of file NIImporter_SUMO.h.
Referenced by NIImporter_SUMO::addLane().
std::vector<std::string> NIImporter_SUMO::WalkingAreaParsedCustomShape::toCrossed |
Definition at line 307 of file NIImporter_SUMO.h.
std::vector<std::string> NIImporter_SUMO::WalkingAreaParsedCustomShape::toEdges |
Definition at line 305 of file NIImporter_SUMO.h.