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

#include <RoadInfoGeometry.h>

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

Public 成员函数

void AcceptVisitor (RoadInfoVisitor &v) final
 
const GeometryGetGeometry () const
 
 RoadInfoGeometry (double s, std::unique_ptr< Geometry > &&geom)
 
- Public 成员函数 继承自 carla::road::element::RoadInfo
double GetDistance () const
 Distance from road's start location.
 
virtual ~RoadInfo ()=default
 

Private 属性

const std::unique_ptr< const Geometry_geom
 

额外继承的成员函数

- Protected 成员函数 继承自 carla::road::element::RoadInfo
 RoadInfo (double distance=0.0)
 

详细描述

在文件 RoadInfoGeometry.h17 行定义.

构造及析构函数说明

◆ RoadInfoGeometry()

carla::road::element::RoadInfoGeometry::RoadInfoGeometry ( double s,
std::unique_ptr< Geometry > && geom )
inline

在文件 RoadInfoGeometry.h20 行定义.

引用了 _geom , 以及 DEBUG_ASSERT.

成员函数说明

◆ AcceptVisitor()

void carla::road::element::RoadInfoGeometry::AcceptVisitor ( RoadInfoVisitor & v)
inlinefinalvirtual

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

在文件 RoadInfoGeometry.h26 行定义.

◆ GetGeometry()

const Geometry & carla::road::element::RoadInfoGeometry::GetGeometry ( ) const
inline

在文件 RoadInfoGeometry.h30 行定义.

引用了 _geom.

类成员变量说明

◆ _geom

const std::unique_ptr<const Geometry> carla::road::element::RoadInfoGeometry::_geom
private

在文件 RoadInfoGeometry.h36 行定义.

被这些函数引用 GetGeometry() , 以及 RoadInfoGeometry().


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