Eclipse SUMO - Simulation of Urban MObility
NIImporter_OpenDrive::OpenDriveGeometry Struct Reference

Representation of an OpenDrive geometry part. More...

#include <NIImporter_OpenDrive.h>

Collaboration diagram for NIImporter_OpenDrive::OpenDriveGeometry:

Public Member Functions

 OpenDriveGeometry (double lengthArg, double sArg, double xArg, double yArg, double hdgArg)
 Constructor. More...
 

Data Fields

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

Detailed Description

Representation of an OpenDrive geometry part.

Definition at line 233 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

◆ OpenDriveGeometry()

NIImporter_OpenDrive::OpenDriveGeometry::OpenDriveGeometry ( double  lengthArg,
double  sArg,
double  xArg,
double  yArg,
double  hdgArg 
)
inline

Constructor.

Parameters
[in]lengthArgThe length of this geometry part
[in]sArgThe offset from the start, counted from the begin
[in]xArgx-position at this part's begin
[in]yArgy-position at this part's begin
[in]hdgArgheading at this part's begin

Definition at line 241 of file NIImporter_OpenDrive.h.

Field Documentation

◆ hdg

◆ length

◆ params

◆ s

double NIImporter_OpenDrive::OpenDriveGeometry::s

◆ type

GeometryType NIImporter_OpenDrive::OpenDriveGeometry::type

◆ x

◆ y


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