#include <NIImporter_OpenDrive.h>
Definition at line 108 of file NIImporter_OpenDrive.h.
Public Member Functions | |
| OpenDriveLink (LinkType linkTypeArg, const std::string &elementIDArg) | |
Data Fields | |
| ContactPoint | contactPoint |
| std::string | elementID |
| ElementType | elementType |
| LinkType | linkType |
| NIImporter_OpenDrive::OpenDriveLink::OpenDriveLink | ( | LinkType | linkTypeArg, | |
| const std::string & | elementIDArg | |||
| ) | [inline] |
Definition at line 109 of file NIImporter_OpenDrive.h.
00110 : linkType(linkTypeArg), elementID(elementIDArg), 00111 elementType(OPENDRIVE_ET_UNKNOWN), contactPoint(OPENDRIVE_CP_UNKNOWN) { }
Definition at line 116 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addLink(), and NIImporter_OpenDrive::loadNetwork().
| std::string NIImporter_OpenDrive::OpenDriveLink::elementID |
Definition at line 114 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork().
Definition at line 115 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addLink(), and NIImporter_OpenDrive::loadNetwork().
Definition at line 113 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork().
1.5.6