SUMO - Simulation of Urban MObility
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

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 302 of file NIImporter_OpenDrive.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines