NIImporter_OpenDrive::OpenDriveLane Struct Reference

#include <NIImporter_OpenDrive.h>


Detailed Description

Representation of a lane.

Definition at line 143 of file NIImporter_OpenDrive.h.


Public Member Functions

 OpenDriveLane (int idArg, int levelArg, const std::string &typeArg)

Data Fields

int id
int level
int predecessor
int successor
std::string type

Constructor & Destructor Documentation

NIImporter_OpenDrive::OpenDriveLane::OpenDriveLane ( int  idArg,
int  levelArg,
const std::string &  typeArg 
) [inline]

Definition at line 144 of file NIImporter_OpenDrive.h.

00145                 : id(idArg), level(levelArg), type(typeArg), successor(UNSET_CONNECTION), predecessor(UNSET_CONNECTION) { }


Field Documentation

Definition at line 147 of file NIImporter_OpenDrive.h.

Definition at line 148 of file NIImporter_OpenDrive.h.

Definition at line 151 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::myStartElement().

Definition at line 150 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::myStartElement().

Definition at line 149 of file NIImporter_OpenDrive.h.


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

Generated on Wed May 5 00:06:52 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6