![]() |
SUMO - Simulation of Urban MObility
|
Representation of an OpenDrive link. More...
#include <NIImporter_OpenDrive.h>

Public Member Functions | |
| OpenDriveLink (LinkType linkTypeArg, const std::string &elementIDArg) | |
| Constructor. More... | |
Data Fields | |
| ContactPoint | contactPoint |
| std::string | elementID |
| ElementType | elementType |
| LinkType | linkType |
Representation of an OpenDrive link.
Definition at line 209 of file NIImporter_OpenDrive.h.
|
inline |
Constructor.
| [in] | linkTypeArg | The link type |
| [in] | elementIDArg | The element id |
Definition at line 214 of file NIImporter_OpenDrive.h.
| ContactPoint NIImporter_OpenDrive::OpenDriveLink::contactPoint |
Definition at line 221 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addLink(), NIImporter_OpenDrive::loadNetwork(), and NIImporter_OpenDrive::setEdgeLinks2().
| std::string NIImporter_OpenDrive::OpenDriveLink::elementID |
Definition at line 219 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork(), and NIImporter_OpenDrive::setEdgeLinks2().
| ElementType NIImporter_OpenDrive::OpenDriveLink::elementType |
Definition at line 220 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addLink(), NIImporter_OpenDrive::loadNetwork(), and NIImporter_OpenDrive::setEdgeLinks2().
| LinkType NIImporter_OpenDrive::OpenDriveLink::linkType |
Definition at line 218 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork(), and NIImporter_OpenDrive::setEdgeLinks2().