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

Attribute set applied at a certain position along a lane. More...

#include <NIImporter_OpenDrive.h>

Public Member Functions

 LaneAttributeChange (double speed)
 Constructor.

Data Fields

std::vector< std::string > allowed
std::vector< std::string > denied
double speed

Detailed Description

Attribute set applied at a certain position along a lane.

Definition at line 306 of file NIImporter_OpenDrive.h.

Constructor & Destructor Documentation

◆ LaneAttributeChange()

NIImporter_OpenDrive::LaneAttributeChange::LaneAttributeChange ( double speed)
inline

Constructor.

Parameters
[in]speedThe lane speed

Definition at line 310 of file NIImporter_OpenDrive.h.

References speed.

Field Documentation

◆ allowed

std::vector<std::string> NIImporter_OpenDrive::LaneAttributeChange::allowed

Definition at line 313 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::myStartElement().

◆ denied

std::vector<std::string> NIImporter_OpenDrive::LaneAttributeChange::denied

Definition at line 314 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::myStartElement().

◆ speed

double NIImporter_OpenDrive::LaneAttributeChange::speed

Definition at line 312 of file NIImporter_OpenDrive.h.

Referenced by LaneAttributeChange().


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