SUMO - Simulation of Urban MObility
NIImporter_OpenDrive::OpenDriveElevation Struct Reference

Coefficients of an elevation profile (3rd degree polynomial) More...

#include <NIImporter_OpenDrive.h>

Collaboration diagram for NIImporter_OpenDrive::OpenDriveElevation:
Collaboration graph

Public Member Functions

 OpenDriveElevation (SUMOReal _s, SUMOReal _a, SUMOReal _b, SUMOReal _c, SUMOReal _d)
 Constructor. More...
 

Data Fields

SUMOReal a
 
SUMOReal b
 
SUMOReal c
 
SUMOReal d
 
SUMOReal s
 

Detailed Description

Coefficients of an elevation profile (3rd degree polynomial)

Definition at line 253 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

NIImporter_OpenDrive::OpenDriveElevation::OpenDriveElevation ( SUMOReal  _s,
SUMOReal  _a,
SUMOReal  _b,
SUMOReal  _c,
SUMOReal  _d 
)
inline

Constructor.

Parameters
[in]sThe start offset
[in]aconstant
[in]bfirst order
[in]csecond order
[in]dthird order

Definition at line 261 of file NIImporter_OpenDrive.h.

Field Documentation

SUMOReal NIImporter_OpenDrive::OpenDriveElevation::a

Definition at line 265 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::computeShapes().

SUMOReal NIImporter_OpenDrive::OpenDriveElevation::b

Definition at line 266 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::computeShapes().

SUMOReal NIImporter_OpenDrive::OpenDriveElevation::c

Definition at line 267 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::computeShapes().

SUMOReal NIImporter_OpenDrive::OpenDriveElevation::d

Definition at line 268 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::computeShapes().

SUMOReal NIImporter_OpenDrive::OpenDriveElevation::s

Definition at line 264 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::computeShapes().


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