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::Road * | road { nullptr } |
| double | s { 0.0 } |
| LateralShape | shape |
| std::string | type { "superelevation" } |
Definition at line 34 of file ProfilesParser.cpp.
| double carla::opendrive::parser::LateralProfile::a { 0.0 } |
Definition at line 37 of file ProfilesParser.cpp.
Referenced by carla::opendrive::parser::ProfilesParser::Parse().
| double carla::opendrive::parser::LateralProfile::b { 0.0 } |
Definition at line 38 of file ProfilesParser.cpp.
Referenced by carla::opendrive::parser::ProfilesParser::Parse().
| double carla::opendrive::parser::LateralProfile::c { 0.0 } |
Definition at line 39 of file ProfilesParser.cpp.
Referenced by carla::opendrive::parser::ProfilesParser::Parse().
| LateralCrossfall carla::opendrive::parser::LateralProfile::cross |
Definition at line 42 of file ProfilesParser.cpp.
Referenced by carla::opendrive::parser::ProfilesParser::Parse().
| double carla::opendrive::parser::LateralProfile::d { 0.0 } |
Definition at line 40 of file ProfilesParser.cpp.
Referenced by carla::opendrive::parser::ProfilesParser::Parse().
| carla::road::Road* carla::opendrive::parser::LateralProfile::road { nullptr } |
Definition at line 35 of file ProfilesParser.cpp.
Referenced by carla::opendrive::parser::ProfilesParser::Parse().
| double carla::opendrive::parser::LateralProfile::s { 0.0 } |
Definition at line 36 of file ProfilesParser.cpp.
Referenced by carla::opendrive::parser::ProfilesParser::Parse().
| LateralShape carla::opendrive::parser::LateralProfile::shape |
Definition at line 43 of file ProfilesParser.cpp.
Referenced by carla::opendrive::parser::ProfilesParser::Parse().
| std::string carla::opendrive::parser::LateralProfile::type { "superelevation" } |
Definition at line 41 of file ProfilesParser.cpp.
Referenced by carla::opendrive::parser::ProfilesParser::Parse().
1.8.13