#include <NIImporter_OpenDrive.h>
Definition at line 237 of file 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 |
| NIImporter_OpenDrive::Connection::Connection | ( | NBEdge * | fromArg, | |
| const std::string & | viaArg, | |||
| NBEdge * | toArg | |||
| ) | [inline] |
Definition at line 240 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addE2EConnectionsSecure().
| std::vector<std::pair<int, int> > NIImporter_OpenDrive::Connection::lanes |
Definition at line 243 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::setLaneConnections().
Definition at line 241 of file NIImporter_OpenDrive.h.
Referenced by NIImporter_OpenDrive::addE2EConnectionsSecure().
| std::string NIImporter_OpenDrive::Connection::via |
Definition at line 242 of file NIImporter_OpenDrive.h.
1.5.6