SUMO - Simulation of Urban MObility
|
#include <NIImporter_OpenDrive.h>
Public Member Functions | |
Connection (NBEdge *fromArg, const std::string &viaArg, NBEdge *toArg) | |
Data Fields | |
NBEdge * | from |
std::string | id |
std::vector< std::pair< int, int > > | lanes |
NBEdge * | to |
std::string | via |
Definition at line 280 of file NIImporter_OpenDrive.h.
|
inline |
Definition at line 281 of file NIImporter_OpenDrive.h.
NBEdge* NIImporter_OpenDrive::Connection::from |
Definition at line 283 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addE2EConnectionsSecure(), and NIImporter_OpenDrive::loadNetwork().
std::string NIImporter_OpenDrive::Connection::id |
Definition at line 287 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::loadNetwork().
Definition at line 286 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::setLaneConnections().
NBEdge* NIImporter_OpenDrive::Connection::to |
Definition at line 284 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addE2EConnectionsSecure(), and NIImporter_OpenDrive::loadNetwork().
std::string NIImporter_OpenDrive::Connection::via |
Definition at line 285 of file NIImporter_OpenDrive.h.