Gazebo Msgs

API Reference

9.5.0

#include <pose_animation.pb.h>

Public Member Functions

 PoseAnimation ()
 
 PoseAnimation (const PoseAnimation &from)
 
virtual ~PoseAnimation ()
 
::gz::msgs::Poseadd_pose ()
 
::gz::msgs::Timeadd_time ()
 
size_t ByteSizeLong () const final
 
void Clear () final
 
void clear_model_id ()
 
void clear_model_name ()
 
void clear_pose ()
 
void clear_time ()
 
void CopyFrom (const ::google::protobuf::Message &from) final
 
void CopyFrom (const PoseAnimation &from)
 
int GetCachedSize () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final
 
bool IsInitialized () const final
 
void MergeFrom (const ::google::protobuf::Message &from) final
 
void MergeFrom (const PoseAnimation &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final
 
::google::protobuf::uint32 model_id () const
 
const ::std::stringmodel_name () const
 
::std::stringmutable_model_name ()
 
::google::protobuf::RepeatedPtrField< ::gz::msgs::Pose > * mutable_pose ()
 
::gz::msgs::Posemutable_pose (int index)
 
::google::protobuf::RepeatedPtrField< ::gz::msgs::Time > * mutable_time ()
 
::gz::msgs::Timemutable_time (int index)
 
PoseAnimationNew () const final
 
PoseAnimationNew (::google::protobuf::Arena *arena) const final
 
PoseAnimationoperator= (const PoseAnimation &from)
 
const ::google::protobuf::RepeatedPtrField< ::gz::msgs::Pose > & pose () const
 
const ::gz::msgs::Posepose (int index) const
 
int pose_size () const
 
::std::stringrelease_model_name ()
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final
 
void set_allocated_model_name (::std::string *model_name)
 
void set_model_id (::google::protobuf::uint32 value)
 
void set_model_name (const ::std::string &value)
 
void set_model_name (const char *value)
 
void set_model_name (const char *value, size_t size)
 
void Swap (PoseAnimation *other)
 
const ::google::protobuf::RepeatedPtrField< ::gz::msgs::Time > & time () const
 
const ::gz::msgs::Timetime (int index) const
 
int time_size () const
 

Static Public Member Functions

static const PoseAnimationdefault_instance ()
 
static const ::google::protobuf::Descriptor * descriptor ()
 
static void InitAsDefaultInstance ()
 
static const PoseAnimationinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kModelIdFieldNumber = 2
 
static const int kModelNameFieldNumber = 1
 
static const int kPoseFieldNumber = 3
 
static const int kTimeFieldNumber = 4
 

Constructor & Destructor Documentation

◆ PoseAnimation() [1/2]

◆ ~PoseAnimation()

virtual ~PoseAnimation ( )
virtual

◆ PoseAnimation() [2/2]

PoseAnimation ( const PoseAnimation from)

Member Function Documentation

◆ add_pose()

gz::msgs::Pose * add_pose ( )
inline

◆ add_time()

gz::msgs::Time * add_time ( )
inline

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

void Clear ( )
final

◆ clear_model_id()

void clear_model_id ( )
inline

◆ clear_model_name()

void clear_model_name ( )
inline

◆ clear_pose()

void clear_pose ( )

◆ clear_time()

void clear_time ( )

◆ CopyFrom() [1/2]

void CopyFrom ( const ::google::protobuf::Message &  from)
final

◆ CopyFrom() [2/2]

void CopyFrom ( const PoseAnimation from)

◆ default_instance()

static const PoseAnimation& default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* descriptor ( )
static

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetMetadata()

::google::protobuf::Metadata GetMetadata ( ) const
final

◆ InitAsDefaultInstance()

static void InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const PoseAnimation* internal_default_instance ( )
inlinestatic

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  target 
) const
final

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom() [1/2]

void MergeFrom ( const ::google::protobuf::Message &  from)
final

◆ MergeFrom() [2/2]

void MergeFrom ( const PoseAnimation from)

◆ MergePartialFromCodedStream()

bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)
final

◆ model_id()

google::protobuf::uint32 model_id ( ) const
inline

◆ model_name()

const ::std::string & model_name ( ) const
inline

◆ mutable_model_name()

std::string * mutable_model_name ( )
inline

◆ mutable_pose() [1/2]

google::protobuf::RepeatedPtrField<::gz::msgs::Pose > * mutable_pose ( )
inline

◆ mutable_pose() [2/2]

gz::msgs::Pose * mutable_pose ( int  index)
inline

◆ mutable_time() [1/2]

google::protobuf::RepeatedPtrField<::gz::msgs::Time > * mutable_time ( )
inline

◆ mutable_time() [2/2]

gz::msgs::Time * mutable_time ( int  index)
inline

◆ New() [1/2]

PoseAnimation* New ( ) const
inlinefinal

◆ New() [2/2]

PoseAnimation* New ( ::google::protobuf::Arena *  arena) const
inlinefinal

◆ operator=()

PoseAnimation& operator= ( const PoseAnimation from)
inline

◆ pose() [1/2]

const ::google::protobuf::RepeatedPtrField<::gz::msgs::Pose > & pose ( ) const
inline

◆ pose() [2/2]

const ::gz::msgs::Pose & pose ( int  index) const
inline

◆ pose_size()

int pose_size ( ) const
inline

◆ release_model_name()

std::string * release_model_name ( )
inline

◆ SerializeWithCachedSizes()

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const
final

◆ set_allocated_model_name()

void set_allocated_model_name ( ::std::string model_name)
inline

◆ set_model_id()

void set_model_id ( ::google::protobuf::uint32  value)
inline

◆ set_model_name() [1/3]

void set_model_name ( const ::std::string value)
inline

◆ set_model_name() [2/3]

void set_model_name ( const char *  value)
inline

◆ set_model_name() [3/3]

void set_model_name ( const char *  value,
size_t  size 
)
inline

◆ Swap()

void Swap ( PoseAnimation other)

◆ time() [1/2]

const ::google::protobuf::RepeatedPtrField<::gz::msgs::Time > & time ( ) const
inline

◆ time() [2/2]

const ::gz::msgs::Time & time ( int  index) const
inline

◆ time_size()

int time_size ( ) const
inline

Member Data Documentation

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

◆ kModelIdFieldNumber

const int kModelIdFieldNumber = 2
static

◆ kModelNameFieldNumber

const int kModelNameFieldNumber = 1
static

◆ kPoseFieldNumber

const int kPoseFieldNumber = 3
static

◆ kTimeFieldNumber

const int kTimeFieldNumber = 4
static

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