The surface of a lane may be offset from the plane defined by the reference line and the corresponding elevation and crossfall entries (e.g. 更多...
#include <RoadInfoLaneHeight.h>
Public 成员函数 | |
void | AcceptVisitor (RoadInfoVisitor &v) final |
double | GetInner () const |
Inner offset from road level. | |
double | GetOuter () const |
Outer offset from road level. | |
RoadInfoLaneHeight (double s, double inner, double outer) | |
Public 成员函数 继承自 carla::road::element::RoadInfo | |
double | GetDistance () const |
Distance from road's start location. | |
virtual | ~RoadInfo ()=default |
Private 属性 | |
const double | _inner |
const double | _outer |
额外继承的成员函数 | |
Protected 成员函数 继承自 carla::road::element::RoadInfo | |
RoadInfo (double distance=0.0) | |
The surface of a lane may be offset from the plane defined by the reference line and the corresponding elevation and crossfall entries (e.g.
pedestrian walkways are typically a few centimeters above road level). The height record provides a simplified method to describe this offset by setting an inner and outer offset from road level at discrete positions along the lane profile.
在文件 RoadInfoLaneHeight.h 第 22 行定义.
|
inline |
在文件 RoadInfoLaneHeight.h 第 25 行定义.
|
inlinefinalvirtual |
实现了 carla::road::element::RoadInfo.
在文件 RoadInfoLaneHeight.h 第 34 行定义.
|
inline |
|
inline |
|
private |
在文件 RoadInfoLaneHeight.h 第 50 行定义.
被这些函数引用 GetInner().
|
private |
在文件 RoadInfoLaneHeight.h 第 52 行定义.
被这些函数引用 GetOuter().