![]() |
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 374 of file NIImporter_OpenDrive.h.
bool NIImporter_OpenDrive::Connection::all |
Definition at line 381 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 379 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 375 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 377 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 382 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter().
int NIImporter_OpenDrive::Connection::origLane |
Definition at line 383 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter().
ContactPoint NIImporter_OpenDrive::Connection::toCP |
Definition at line 380 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::myEndElement(), and NIImporter_OpenDrive::setEdgeLinks2().
std::string NIImporter_OpenDrive::Connection::toEdge |
Definition at line 376 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 378 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), NIImporter_OpenDrive::myEndElement(), operator<(), and NIImporter_OpenDrive::setEdgeLinks2().