![]() |
Eclipse 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. | |
Data Fields | |
| ContactPoint | contactPoint |
| std::string | elementID |
| ElementType | elementType |
| LinkType | linkType |
Representation of an OpenDrive link.
Definition at line 229 of file NIImporter_OpenDrive.h.
|
inline |
Constructor.
| [in] | linkTypeArg | The link type |
| [in] | elementIDArg | The element id |
Definition at line 234 of file NIImporter_OpenDrive.h.
References contactPoint, elementID, elementType, linkType, NIImporter_OpenDrive::OPENDRIVE_CP_UNKNOWN, and NIImporter_OpenDrive::OPENDRIVE_ET_UNKNOWN.
| ContactPoint NIImporter_OpenDrive::OpenDriveLink::contactPoint |
Definition at line 241 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addLink(), NIImporter_OpenDrive::loadNetwork(), OpenDriveLink(), and NIImporter_OpenDrive::setEdgeLinks2().
| std::string NIImporter_OpenDrive::OpenDriveLink::elementID |
Definition at line 239 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork(), OpenDriveLink(), and NIImporter_OpenDrive::setEdgeLinks2().
| ElementType NIImporter_OpenDrive::OpenDriveLink::elementType |
Definition at line 240 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addLink(), NIImporter_OpenDrive::loadNetwork(), OpenDriveLink(), and NIImporter_OpenDrive::setEdgeLinks2().
| LinkType NIImporter_OpenDrive::OpenDriveLink::linkType |
Definition at line 238 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork(), OpenDriveLink(), and NIImporter_OpenDrive::setEdgeLinks2().