![]() |
Eclipse SUMO - Simulation of Urban MObility
|
A connection between two roads. More...
#include <NIImporter_OpenDrive.h>
Public Member Functions | |
std::string | getDescription () const |
Data Fields | |
bool | all |
ContactPoint | fromCP |
std::string | fromEdge |
int | fromLane |
std::string | origID |
int | origLane |
PositionVector | shape |
ContactPoint | toCP |
std::string | toEdge |
int | toLane |
A connection between two roads.
Definition at line 395 of file NIImporter_OpenDrive.h.
|
inline |
Definition at line 407 of file NIImporter_OpenDrive.h.
References all, fromCP, fromEdge, fromLane, NIImporter_OpenDrive::OPENDRIVE_CP_END, NIImporter_OpenDrive::OPENDRIVE_CP_START, toCP, toEdge, toLane, and toString().
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter().
bool NIImporter_OpenDrive::Connection::all |
Definition at line 402 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), getDescription(), NIImporter_OpenDrive::myEndElement(), and NIImporter_OpenDrive::setEdgeLinks2().
ContactPoint NIImporter_OpenDrive::Connection::fromCP |
Definition at line 400 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), getDescription(), NIImporter_OpenDrive::myEndElement(), and NIImporter_OpenDrive::setEdgeLinks2().
std::string NIImporter_OpenDrive::Connection::fromEdge |
Definition at line 396 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), getDescription(), NIImporter_OpenDrive::myEndElement(), NIImporter_OpenDrive::myStartElement(), operator<(), and NIImporter_OpenDrive::setEdgeLinks2().
int NIImporter_OpenDrive::Connection::fromLane |
Definition at line 398 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), getDescription(), NIImporter_OpenDrive::myEndElement(), operator<(), and NIImporter_OpenDrive::setEdgeLinks2().
std::string NIImporter_OpenDrive::Connection::origID |
Definition at line 403 of file NIImporter_OpenDrive.h.
int NIImporter_OpenDrive::Connection::origLane |
Definition at line 404 of file NIImporter_OpenDrive.h.
PositionVector NIImporter_OpenDrive::Connection::shape |
Definition at line 405 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter().
ContactPoint NIImporter_OpenDrive::Connection::toCP |
Definition at line 401 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), getDescription(), NIImporter_OpenDrive::myEndElement(), and NIImporter_OpenDrive::setEdgeLinks2().
std::string NIImporter_OpenDrive::Connection::toEdge |
Definition at line 397 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), getDescription(), NIImporter_OpenDrive::myEndElement(), operator<(), and NIImporter_OpenDrive::setEdgeLinks2().
int NIImporter_OpenDrive::Connection::toLane |
Definition at line 399 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::buildConnectionsToOuter(), getDescription(), NIImporter_OpenDrive::myEndElement(), operator<(), and NIImporter_OpenDrive::setEdgeLinks2().