SUMO - Simulation of Urban MObility
|
Representation of an openDrive connection. More...
#include <NIImporter_OpenDrive.h>
Public Member Functions | |
OpenDriveLink (LinkType linkTypeArg, const std::string &elementIDArg) |
Data Fields | |
ContactPoint | contactPoint |
std::string | elementID |
ElementType | elementType |
LinkType | linkType |
Representation of an openDrive connection.
Definition at line 168 of file NIImporter_OpenDrive.h.
|
inline |
Definition at line 169 of file NIImporter_OpenDrive.h.
ContactPoint NIImporter_OpenDrive::OpenDriveLink::contactPoint |
Definition at line 176 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addLink(), and NIImporter_OpenDrive::loadNetwork().
std::string NIImporter_OpenDrive::OpenDriveLink::elementID |
Definition at line 174 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork().
ElementType NIImporter_OpenDrive::OpenDriveLink::elementType |
Definition at line 175 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addLink(), and NIImporter_OpenDrive::loadNetwork().
LinkType NIImporter_OpenDrive::OpenDriveLink::linkType |
Definition at line 173 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork().