SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NIImporter_OpenDrive::Connection Struct Reference

#include <NIImporter_OpenDrive.h>

Public Member Functions

 Connection (NBEdge *fromArg, const std::string &viaArg, NBEdge *toArg)

Data Fields

NBEdgefrom
std::vector< std::pair< int,
int > > 
lanes
NBEdgeto
std::string via

Detailed Description

Definition at line 297 of file NIImporter_OpenDrive.h.


Constructor & Destructor Documentation

NIImporter_OpenDrive::Connection::Connection ( NBEdge fromArg,
const std::string &  viaArg,
NBEdge toArg 
)
inline

Definition at line 298 of file NIImporter_OpenDrive.h.


Field Documentation

NBEdge* NIImporter_OpenDrive::Connection::from
std::vector<std::pair<int, int> > NIImporter_OpenDrive::Connection::lanes

Definition at line 303 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::setLaneConnections().

NBEdge* NIImporter_OpenDrive::Connection::to
std::string NIImporter_OpenDrive::Connection::via

Definition at line 302 of file NIImporter_OpenDrive.h.


The documentation for this struct was generated from the following file: