#include <NIImporter_OpenDrive.h>
Definition at line 143 of file NIImporter_OpenDrive.h.
Public Member Functions | |
| OpenDriveLane (int idArg, int levelArg, const std::string &typeArg) | |
Data Fields | |
| int | id |
| int | level |
| int | predecessor |
| int | successor |
| std::string | type |
| NIImporter_OpenDrive::OpenDriveLane::OpenDriveLane | ( | int | idArg, | |
| int | levelArg, | |||
| const std::string & | typeArg | |||
| ) | [inline] |
Definition at line 144 of file NIImporter_OpenDrive.h.
00145 : id(idArg), level(levelArg), type(typeArg), successor(UNSET_CONNECTION), predecessor(UNSET_CONNECTION) { }
Definition at line 147 of file NIImporter_OpenDrive.h.
Definition at line 148 of file NIImporter_OpenDrive.h.
Definition at line 151 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::myStartElement().
Definition at line 150 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::myStartElement().
| std::string NIImporter_OpenDrive::OpenDriveLane::type |
Definition at line 149 of file NIImporter_OpenDrive.h.
1.5.6