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::string id
 
std::vector< std::pair< int,
int > > 
lanes
 
NBEdgeto
 
std::string via
 

Detailed Description

Definition at line 280 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

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

Definition at line 281 of file NIImporter_OpenDrive.h.

Field Documentation

NBEdge* NIImporter_OpenDrive::Connection::from
std::string NIImporter_OpenDrive::Connection::id

Definition at line 287 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::loadNetwork().

std::vector<std::pair<int, int> > NIImporter_OpenDrive::Connection::lanes

Definition at line 286 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::setLaneConnections().

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

Definition at line 285 of file NIImporter_OpenDrive.h.


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