#include <InformationSet.h>
Public 成员函数 | |
template<typename T > | |
const T * | GetInfo (const double s) const |
Returns single info given a type and a distance (s) from the start of the road | |
template<typename T > | |
std::vector< const T * > | GetInfos () const |
Return all infos given a type from the start of the road | |
template<typename T > | |
std::vector< const T * > | GetInfos (const double min_s, const double max_s) const |
Return all infos given a type in a given range of the road | |
InformationSet ()=default | |
InformationSet (std::vector< std::unique_ptr< element::RoadInfo > > &&vec) | |
Private 属性 | |
RoadElementSet< std::unique_ptr< element::RoadInfo > > | _road_set |
额外继承的成员函数 | |
Private 成员函数 继承自 carla::MovableNonCopyable | |
MovableNonCopyable ()=default | |
MovableNonCopyable (const MovableNonCopyable &)=delete | |
MovableNonCopyable (MovableNonCopyable &&)=default | |
MovableNonCopyable & | operator= (const MovableNonCopyable &)=delete |
MovableNonCopyable & | operator= (MovableNonCopyable &&)=default |
在文件 InformationSet.h 第 20 行定义.
|
default |
|
inline |
在文件 InformationSet.h 第 25 行定义.
|
inline |
Returns single info given a type and a distance (s) from the start of the road
在文件 InformationSet.h 第 42 行定义.
引用了 _road_set.
被这些函数引用 carla::road::Road::GetDirectedPointIn(), carla::road::Road::GetDirectedPointInNoLaneOffset(), carla::road::Lane::GetInfo() , 以及 carla::road::Road::GetInfo().
|
inline |
Return all infos given a type from the start of the road
在文件 InformationSet.h 第 30 行定义.
引用了 _road_set.
被这些函数引用 carla::road::Lane::GetInfos(), carla::road::Road::GetInfos(), carla::road::Road::GetInfosInRange() , 以及 carla::road::Road::GetNearestPoint().
|
inline |
Return all infos given a type in a given range of the road
在文件 InformationSet.h 第 49 行定义.
引用了 _road_set.
|
private |
在文件 InformationSet.h 第 69 行定义.
被这些函数引用 GetInfo(), GetInfos() , 以及 GetInfos().