This record defines rules that can be applied to lanes to describe additonal properties not covered by the other attributes. 更多...
#include <RoadInfoLaneRule.h>
Public 成员函数 | |
void | AcceptVisitor (RoadInfoVisitor &v) override final |
const std::string & | GetValue () const |
Recommended values: No Stopping At Any Time, Disabled Parking, and Car Pool. | |
RoadInfoLaneRule (double s, std::string value) | |
Public 成员函数 继承自 carla::road::element::RoadInfo | |
double | GetDistance () const |
Distance from road's start location. | |
virtual | ~RoadInfo ()=default |
Private 属性 | |
const std::string | _value |
额外继承的成员函数 | |
Protected 成员函数 继承自 carla::road::element::RoadInfo | |
RoadInfo (double distance=0.0) | |
This record defines rules that can be applied to lanes to describe additonal properties not covered by the other attributes.
在文件 RoadInfoLaneRule.h 第 18 行定义.
|
inline |
在文件 RoadInfoLaneRule.h 第 21 行定义.
|
inlinefinaloverridevirtual |
实现了 carla::road::element::RoadInfo.
在文件 RoadInfoLaneRule.h 第 28 行定义.
|
inline |
Recommended values: No Stopping At Any Time, Disabled Parking, and Car Pool.
在文件 RoadInfoLaneRule.h 第 34 行定义.
引用了 _value.
|
private |
在文件 RoadInfoLaneRule.h 第 40 行定义.
被这些函数引用 GetValue().