|
SUMO - Simulation of Urban MObility
|
Representation of a lane section. More...
#include <NIImporter_OpenDrive.h>
Public Member Functions | |
| std::map< int, int > | buildLaneMapping (OpenDriveXMLTag dir) |
| unsigned int | getLaneNumber (OpenDriveXMLTag dir) const |
| OpenDriveLaneSection (SUMOReal sArg) | |
Data Fields | |
| std::map< OpenDriveXMLTag, std::vector< OpenDriveLane > > | lanesByDir |
| SUMOReal | s |
Representation of a lane section.
Definition at line 219 of file NIImporter_OpenDrive.h.
|
inline |
Definition at line 220 of file NIImporter_OpenDrive.h.
References lanesByDir, NIImporter_OpenDrive::OPENDRIVE_TAG_CENTER, NIImporter_OpenDrive::OPENDRIVE_TAG_LEFT, and NIImporter_OpenDrive::OPENDRIVE_TAG_RIGHT.
|
inline |
Definition at line 238 of file NIImporter_OpenDrive.h.
References lanesByDir, and NIImporter_OpenDrive::OPENDRIVE_TAG_RIGHT.
|
inline |
Definition at line 227 of file NIImporter_OpenDrive.h.
References lanesByDir.
| std::map<OpenDriveXMLTag, std::vector<OpenDriveLane> > NIImporter_OpenDrive::OpenDriveLaneSection::lanesByDir |
Definition at line 259 of file NIImporter_OpenDrive.h.
Referenced by buildLaneMapping(), getLaneNumber(), NIImporter_OpenDrive::myStartElement(), OpenDriveLaneSection(), and NIImporter_OpenDrive::setLaneConnections().
| SUMOReal NIImporter_OpenDrive::OpenDriveLaneSection::s |
Definition at line 258 of file NIImporter_OpenDrive.h.