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::vector< std::pair< int, int > > | lanes |
NBEdge * | to |
std::string | via |
Definition at line 297 of file NIImporter_OpenDrive.h.
|
inline |
Definition at line 298 of file NIImporter_OpenDrive.h.
NBEdge* NIImporter_OpenDrive::Connection::from |
Definition at line 300 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addE2EConnectionsSecure(), and NIImporter_OpenDrive::loadNetwork().
Definition at line 303 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::setLaneConnections().
NBEdge* NIImporter_OpenDrive::Connection::to |
Definition at line 301 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addE2EConnectionsSecure(), and NIImporter_OpenDrive::loadNetwork().
std::string NIImporter_OpenDrive::Connection::via |
Definition at line 302 of file NIImporter_OpenDrive.h.