SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NIImporter_SUMO::LaneAttrs Struct Reference

Describes the values found in a lane's definition. More...

Data Fields

std::string allow
 This lane's allowed vehicle classes.
std::vector< Connectionconnections
 This lane's connections.
std::string disallow
 This lane's disallowed vehicle classes.
SUMOReal maxSpeed
 The maximum velocity allowed on this lane.
SUMOReal offset
 This lane's offset from the intersection.
PositionVector shape
 This lane's shape (needed to reconstruct edge shape for legacy networks)
SUMOReal width
 The width of this lane.

Detailed Description

Describes the values found in a lane's definition.

Definition at line 212 of file NIImporter_SUMO.h.

Field Documentation

std::string NIImporter_SUMO::LaneAttrs::allow

This lane's allowed vehicle classes.

Definition at line 220 of file NIImporter_SUMO.h.

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

std::vector<Connection> NIImporter_SUMO::LaneAttrs::connections

This lane's connections.

Definition at line 218 of file NIImporter_SUMO.h.

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

std::string NIImporter_SUMO::LaneAttrs::disallow

This lane's disallowed vehicle classes.

Definition at line 222 of file NIImporter_SUMO.h.

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

SUMOReal NIImporter_SUMO::LaneAttrs::maxSpeed

The maximum velocity allowed on this lane.

Definition at line 214 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::_loadNetwork(), NIImporter_SUMO::addLane(), and NIImporter_SUMO::myEndElement().

SUMOReal NIImporter_SUMO::LaneAttrs::offset

This lane's offset from the intersection.

Definition at line 226 of file NIImporter_SUMO.h.

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

PositionVector NIImporter_SUMO::LaneAttrs::shape

This lane's shape (needed to reconstruct edge shape for legacy networks)

Definition at line 216 of file NIImporter_SUMO.h.

Referenced by NIImporter_SUMO::addLane().

SUMOReal NIImporter_SUMO::LaneAttrs::width

The width of this lane.

Definition at line 224 of file NIImporter_SUMO.h.

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


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