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

Representation of a lane. More...

#include <NIImporter_OpenDrive.h>

Public Member Functions

 OpenDriveLane (int idArg, const std::string &levelArg, const std::string &typeArg)
 

Data Fields

int id
 
std::string level
 
int predecessor
 
int successor
 
std::string type
 

Detailed Description

Representation of a lane.

Definition at line 206 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

NIImporter_OpenDrive::OpenDriveLane::OpenDriveLane ( int  idArg,
const std::string &  levelArg,
const std::string &  typeArg 
)
inline

Definition at line 207 of file NIImporter_OpenDrive.h.

Field Documentation

int NIImporter_OpenDrive::OpenDriveLane::id

Definition at line 210 of file NIImporter_OpenDrive.h.

std::string NIImporter_OpenDrive::OpenDriveLane::level

Definition at line 211 of file NIImporter_OpenDrive.h.

int NIImporter_OpenDrive::OpenDriveLane::predecessor

Definition at line 214 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::myStartElement().

int NIImporter_OpenDrive::OpenDriveLane::successor

Definition at line 213 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::myStartElement().

std::string NIImporter_OpenDrive::OpenDriveLane::type

Definition at line 212 of file NIImporter_OpenDrive.h.


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