SUMO - Simulation of Urban MObility
|
Representation of a lane. More...
#include <NIImporter_OpenDrive.h>
Public Member Functions | |
OpenDriveLane (int idArg, const std::string &levelArg, const std::string &typeArg) | |
Constructor. |
Data Fields | |
int | id |
std::string | level |
int | predecessor |
SUMOReal | speed |
int | successor |
std::string | type |
SUMOReal | width |
Representation of a lane.
Definition at line 240 of file NIImporter_OpenDrive.h.
|
inline |
Constructor.
[in] | idArg | The OpenDrive id of the lane |
[in] | levelArg | The level |
[in] | typeArg | type of the lane |
Definition at line 246 of file NIImporter_OpenDrive.h.
int NIImporter_OpenDrive::OpenDriveLane::id |
Definition at line 250 of file NIImporter_OpenDrive.h.
std::string NIImporter_OpenDrive::OpenDriveLane::level |
Definition at line 251 of file NIImporter_OpenDrive.h.
int NIImporter_OpenDrive::OpenDriveLane::predecessor |
Definition at line 254 of file NIImporter_OpenDrive.h.
SUMOReal NIImporter_OpenDrive::OpenDriveLane::speed |
Definition at line 255 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork().
int NIImporter_OpenDrive::OpenDriveLane::successor |
Definition at line 253 of file NIImporter_OpenDrive.h.
std::string NIImporter_OpenDrive::OpenDriveLane::type |
Definition at line 252 of file NIImporter_OpenDrive.h.
SUMOReal NIImporter_OpenDrive::OpenDriveLane::width |
Definition at line 256 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork().