用于初始化 Actor 类。只有 ActorFactory 可以创建此对象,因此只有 ActorFactory 可以创建 Actor。 更多...
#include <ActorState.h>
类 carla::client::ActorInitializer 继承关系图:
carla::client::ActorInitializer 的协作图:Public 成员函数 | |
| ActorInitializer (ActorInitializer &&)=default | |
Public 成员函数 继承自 carla::client::detail::ActorState | |
| const std::vector< ActorAttributeValue > & | GetAttributes () const |
| const std::string & | GetDisplayId () const |
| ActorId | GetId () const |
| SharedPtr< Actor > | GetParent () const |
| ActorId | GetParentId () const |
| const std::vector< uint8_t > & | GetSemanticTags () const |
| const std::string & | GetTypeId () const |
| World | GetWorld () const |
友元 | |
| class | detail::ActorFactory |
额外继承的成员函数 | |
Protected 成员函数 继承自 carla::client::detail::ActorState | |
| ActorState (rpc::Actor description, EpisodeProxy episode) | |
| const rpc::Actor & | GetActorDescription () const |
| const geom::BoundingBox & | GetBoundingBox () const |
| EpisodeProxy & | GetEpisode () |
| const EpisodeProxy & | GetEpisode () const |
用于初始化 Actor 类。只有 ActorFactory 可以创建此对象,因此只有 ActorFactory 可以创建 Actor。
在文件 client/detail/ActorState.h 第 92 行定义.
|
default |
|
friend |
在文件 client/detail/ActorState.h 第 96 行定义.