Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
NIImporter_OpenDrive::OpenDriveGeometry Struct Reference

Representation of an OpenDrive geometry part. More...

#include <NIImporter_OpenDrive.h>

Public Member Functions

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

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 249 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 257 of file NIImporter_OpenDrive.h.

References hdg, length, NIImporter_OpenDrive::OPENDRIVE_GT_UNKNOWN, s, type, x, and y.

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: