CARLA
 
载入中...
搜索中...
未找到
Public 成员函数 | Private 属性 | 所有成员列表
carla::road::element::RoadInfoLaneRule类 参考final

This record defines rules that can be applied to lanes to describe additonal properties not covered by the other attributes. 更多...

#include <RoadInfoLaneRule.h>

+ 类 carla::road::element::RoadInfoLaneRule 继承关系图:
+ carla::road::element::RoadInfoLaneRule 的协作图:

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.h18 行定义.

构造及析构函数说明

◆ RoadInfoLaneRule()

carla::road::element::RoadInfoLaneRule::RoadInfoLaneRule ( double s,
std::string value )
inline

在文件 RoadInfoLaneRule.h21 行定义.

成员函数说明

◆ AcceptVisitor()

void carla::road::element::RoadInfoLaneRule::AcceptVisitor ( RoadInfoVisitor & v)
inlinefinaloverridevirtual

实现了 carla::road::element::RoadInfo.

在文件 RoadInfoLaneRule.h28 行定义.

◆ GetValue()

const std::string & carla::road::element::RoadInfoLaneRule::GetValue ( ) const
inline

Recommended values: No Stopping At Any Time, Disabled Parking, and Car Pool.

在文件 RoadInfoLaneRule.h34 行定义.

引用了 _value.

类成员变量说明

◆ _value

const std::string carla::road::element::RoadInfoLaneRule::_value
private

在文件 RoadInfoLaneRule.h40 行定义.

被这些函数引用 GetValue().


该类的文档由以下文件生成: