SUMO - Simulation of Urban MObility
|
A connection between two roads. More...
#include <NIImporter_OpenDrive.h>
Data Fields | |
bool | all |
ContactPoint | fromCP |
std::string | fromEdge |
int | fromLane |
std::string | origID |
int | origLane |
ContactPoint | toCP |
std::string | toEdge |
int | toLane |
A connection between two roads.
Definition at line 337 of file NIImporter_OpenDrive.h.
bool NIImporter_OpenDrive::Connection::all |
Definition at line 344 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), NIImporter_OpenDrive::myEndElement(), and NIImporter_OpenDrive::setEdgeLinks2().
ContactPoint NIImporter_OpenDrive::Connection::fromCP |
Definition at line 342 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), NIImporter_OpenDrive::myEndElement(), and NIImporter_OpenDrive::setEdgeLinks2().
std::string NIImporter_OpenDrive::Connection::fromEdge |
Definition at line 338 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), NIImporter_OpenDrive::myEndElement(), NIImporter_OpenDrive::myStartElement(), operator<(), and NIImporter_OpenDrive::setEdgeLinks2().
int NIImporter_OpenDrive::Connection::fromLane |
Definition at line 340 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), NIImporter_OpenDrive::myEndElement(), operator<(), and NIImporter_OpenDrive::setEdgeLinks2().
std::string NIImporter_OpenDrive::Connection::origID |
Definition at line 345 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter().
int NIImporter_OpenDrive::Connection::origLane |
Definition at line 346 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter().
ContactPoint NIImporter_OpenDrive::Connection::toCP |
Definition at line 343 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::myEndElement(), and NIImporter_OpenDrive::setEdgeLinks2().
std::string NIImporter_OpenDrive::Connection::toEdge |
Definition at line 339 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), NIImporter_OpenDrive::myEndElement(), operator<(), and NIImporter_OpenDrive::setEdgeLinks2().
int NIImporter_OpenDrive::Connection::toLane |
Definition at line 341 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), NIImporter_OpenDrive::myEndElement(), operator<(), and NIImporter_OpenDrive::setEdgeLinks2().