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.
NIImporter_OpenDrive::Connection::Connection | ( | NBEdge * | fromArg, |
const std::string & | viaArg, | ||
NBEdge * | toArg | ||
) | [inline] |
Definition at line 298 of file NIImporter_OpenDrive.h.
Definition at line 300 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addE2EConnectionsSecure(), and NIImporter_OpenDrive::loadNetwork().
std::vector<std::pair<int, int> > NIImporter_OpenDrive::Connection::lanes |
Definition at line 303 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::setLaneConnections().
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.