NIImporter_OpenDrive::OpenDriveGeometry Struct Reference

#include <NIImporter_OpenDrive.h>


Detailed Description

Representation of an openDrive geometry part.

Definition at line 124 of file NIImporter_OpenDrive.h.


Public Member Functions

 OpenDriveGeometry (SUMOReal lengthArg, SUMOReal sArg, SUMOReal xArg, SUMOReal yArg, SUMOReal hdgArg)

Data Fields

SUMOReal hdg
SUMOReal length
std::vector< SUMOReal > params
SUMOReal s
GeometryType type
SUMOReal x
SUMOReal y

Constructor & Destructor Documentation

NIImporter_OpenDrive::OpenDriveGeometry::OpenDriveGeometry ( SUMOReal  lengthArg,
SUMOReal  sArg,
SUMOReal  xArg,
SUMOReal  yArg,
SUMOReal  hdgArg 
) [inline]

Definition at line 125 of file NIImporter_OpenDrive.h.

00126                 : length(lengthArg), s(sArg), x(xArg), y(yArg), hdg(hdgArg),
00127                 type(OPENDRIVE_GT_UNKNOWN) { }


Field Documentation

Definition at line 133 of file NIImporter_OpenDrive.h.

Definition at line 129 of file NIImporter_OpenDrive.h.

Definition at line 135 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::addGeometryShape().

Definition at line 130 of file NIImporter_OpenDrive.h.

Definition at line 131 of file NIImporter_OpenDrive.h.

Definition at line 132 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