#include <BoneTransformDataOut.h>
Collaboration diagram for carla::rpc::BoneTransformDataOut:Public Member Functions | |
| MSGPACK_DEFINE_ARRAY (bone_name, world, component, relative) | |
| bool | operator!= (const BoneTransformDataOut &rhs) const |
| bool | operator== (const BoneTransformDataOut &rhs) const |
Public Attributes | |
| std::string | bone_name |
| Transform | component |
| Transform | relative |
| Transform | world |
Definition at line 18 of file BoneTransformDataOut.h.
|
inline |
|
inline |
Definition at line 34 of file BoneTransformDataOut.h.
References MSGPACK_DEFINE_ARRAY().
Here is the call graph for this function:| std::string carla::rpc::BoneTransformDataOut::bone_name |
Definition at line 21 of file BoneTransformDataOut.h.
Referenced by FCarlaServer::FPimpl::BindActions(), and operator!=().
| Transform carla::rpc::BoneTransformDataOut::component |
Definition at line 23 of file BoneTransformDataOut.h.
Referenced by FCarlaServer::FPimpl::BindActions(), and operator!=().
| Transform carla::rpc::BoneTransformDataOut::relative |
Definition at line 24 of file BoneTransformDataOut.h.
Referenced by FCarlaServer::FPimpl::BindActions(), and operator!=().
| Transform carla::rpc::BoneTransformDataOut::world |
Definition at line 22 of file BoneTransformDataOut.h.
Referenced by FCarlaServer::FPimpl::BindActions(), and operator!=().
1.8.13