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 300 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 304 of file NIImporter_OpenDrive.h.

Field Documentation

◆ allowed

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

Definition at line 307 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::myStartElement().

◆ denied

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

Definition at line 308 of file NIImporter_OpenDrive.h.

Referenced by NIImporter_OpenDrive::myStartElement().

◆ speed

double NIImporter_OpenDrive::LaneAttributeChange::speed

Definition at line 306 of file NIImporter_OpenDrive.h.


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