CARLA
Public Member Functions | Public Attributes | List of all members
carla::rpc::BoneTransformDataOut Class Reference

#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
 

Detailed Description

Definition at line 18 of file BoneTransformDataOut.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::BoneTransformDataOut::MSGPACK_DEFINE_ARRAY ( bone_name  ,
world  ,
component  ,
relative   
)

Referenced by operator==().

+ Here is the caller graph for this function:

◆ operator!=()

bool carla::rpc::BoneTransformDataOut::operator!= ( const BoneTransformDataOut rhs) const
inline

Definition at line 26 of file BoneTransformDataOut.h.

References bone_name, component, relative, and world.

◆ operator==()

bool carla::rpc::BoneTransformDataOut::operator== ( const BoneTransformDataOut rhs) const
inline

Definition at line 34 of file BoneTransformDataOut.h.

References MSGPACK_DEFINE_ARRAY().

+ Here is the call graph for this function:

Member Data Documentation

◆ bone_name

std::string carla::rpc::BoneTransformDataOut::bone_name

Definition at line 21 of file BoneTransformDataOut.h.

Referenced by FCarlaServer::FPimpl::BindActions(), and operator!=().

◆ component

Transform carla::rpc::BoneTransformDataOut::component

Definition at line 23 of file BoneTransformDataOut.h.

Referenced by FCarlaServer::FPimpl::BindActions(), and operator!=().

◆ relative

Transform carla::rpc::BoneTransformDataOut::relative

Definition at line 24 of file BoneTransformDataOut.h.

Referenced by FCarlaServer::FPimpl::BindActions(), and operator!=().

◆ world

Transform carla::rpc::BoneTransformDataOut::world

Definition at line 22 of file BoneTransformDataOut.h.

Referenced by FCarlaServer::FPimpl::BindActions(), and operator!=().


The documentation for this class was generated from the following file: