CARLA
Public Attributes | List of all members
carla::opendrive::parser::LateralProfile Struct Reference
+ Collaboration diagram for carla::opendrive::parser::LateralProfile:

Public Attributes

double a { 0.0 }
 
double b { 0.0 }
 
double c { 0.0 }
 
LateralCrossfall cross
 
double d { 0.0 }
 
carla::road::Roadroad { nullptr }
 
double s { 0.0 }
 
LateralShape shape
 
std::string type { "superelevation" }
 

Detailed Description

Definition at line 34 of file ProfilesParser.cpp.

Member Data Documentation

◆ a

double carla::opendrive::parser::LateralProfile::a { 0.0 }

Definition at line 37 of file ProfilesParser.cpp.

Referenced by carla::opendrive::parser::ProfilesParser::Parse().

◆ b

double carla::opendrive::parser::LateralProfile::b { 0.0 }

Definition at line 38 of file ProfilesParser.cpp.

Referenced by carla::opendrive::parser::ProfilesParser::Parse().

◆ c

double carla::opendrive::parser::LateralProfile::c { 0.0 }

Definition at line 39 of file ProfilesParser.cpp.

Referenced by carla::opendrive::parser::ProfilesParser::Parse().

◆ cross

LateralCrossfall carla::opendrive::parser::LateralProfile::cross

Definition at line 42 of file ProfilesParser.cpp.

Referenced by carla::opendrive::parser::ProfilesParser::Parse().

◆ d

double carla::opendrive::parser::LateralProfile::d { 0.0 }

Definition at line 40 of file ProfilesParser.cpp.

Referenced by carla::opendrive::parser::ProfilesParser::Parse().

◆ road

carla::road::Road* carla::opendrive::parser::LateralProfile::road { nullptr }

Definition at line 35 of file ProfilesParser.cpp.

Referenced by carla::opendrive::parser::ProfilesParser::Parse().

◆ s

double carla::opendrive::parser::LateralProfile::s { 0.0 }

Definition at line 36 of file ProfilesParser.cpp.

Referenced by carla::opendrive::parser::ProfilesParser::Parse().

◆ shape

LateralShape carla::opendrive::parser::LateralProfile::shape

Definition at line 43 of file ProfilesParser.cpp.

Referenced by carla::opendrive::parser::ProfilesParser::Parse().

◆ type

std::string carla::opendrive::parser::LateralProfile::type { "superelevation" }

Definition at line 41 of file ProfilesParser.cpp.

Referenced by carla::opendrive::parser::ProfilesParser::Parse().


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