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 (double _s, double _a, double _b, double _c, double _d)
 Constructor. More...
 

Data Fields

double a
 
double b
 
double c
 
double d
 
double s
 

Detailed Description

Coefficients of an elevation profile (3rd degree polynomial)

Definition at line 254 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

◆ OpenDriveElevation()

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

Constructor.

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

Definition at line 262 of file NIImporter_OpenDrive.h.

Field Documentation

◆ a

double NIImporter_OpenDrive::OpenDriveElevation::a

Definition at line 266 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::computeShapes().

◆ b

double NIImporter_OpenDrive::OpenDriveElevation::b

Definition at line 267 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::computeShapes().

◆ c

double NIImporter_OpenDrive::OpenDriveElevation::c

Definition at line 268 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::computeShapes().

◆ d

double NIImporter_OpenDrive::OpenDriveElevation::d

Definition at line 269 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::computeShapes().

◆ s

double NIImporter_OpenDrive::OpenDriveElevation::s

Definition at line 265 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::computeShapes().


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