List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
PoseAnimation Class Referencefinal
#include <pose_animation.pb.h>
Public Types | |
enum | : int { kPoseFieldNumber = 3 , kTimeFieldNumber = 4 , kModelNameFieldNumber = 1 , kModelIdFieldNumber = 2 } |
Public Member Functions | |
PoseAnimation () | |
constexpr | PoseAnimation (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
PoseAnimation (const PoseAnimation &from) | |
PoseAnimation (PoseAnimation &&from) noexcept | |
~PoseAnimation () override | |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
::ignition::msgs::Pose * | add_pose () |
::ignition::msgs::Time * | add_time () |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_model_id () |
void | clear_model_name () |
void | clear_pose () |
void | clear_time () |
void | CopyFrom (const PoseAnimation &from) |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | IsInitialized () const final |
void | MergeFrom (const PoseAnimation &from) |
uint32_t | model_id () const |
const std::string & | model_name () const |
std::string * | mutable_model_name () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > * | mutable_pose () |
::ignition::msgs::Pose * | mutable_pose (int index) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time > * | mutable_time () |
::ignition::msgs::Time * | mutable_time (int index) |
PoseAnimation * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
PoseAnimation & | operator= (const PoseAnimation &from) |
PoseAnimation & | operator= (PoseAnimation &&from) noexcept |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Pose > & | pose () const |
const ::ignition::msgs::Pose & | pose (int index) const |
int | pose_size () const |
PROTOBUF_NODISCARD std::string * | release_model_name () |
void | set_allocated_model_name (std::string *model_name) |
void | set_model_id (uint32_t value) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_model_name (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_model_name (ArgT0 &&arg0, ArgT... args) |
void | Swap (PoseAnimation *other) |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Time > & | time () const |
const ::ignition::msgs::Time & | time (int index) const |
int | time_size () const |
void | UnsafeArenaSwap (PoseAnimation *other) |
Static Public Member Functions | |
static const PoseAnimation & | default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const PoseAnimation * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
PoseAnimation (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
Constructor & Destructor Documentation
◆ PoseAnimation() [1/5]
|
inline |
◆ ~PoseAnimation()
|
override |
◆ PoseAnimation() [2/5]
|
explicitconstexpr |
◆ PoseAnimation() [3/5]
PoseAnimation | ( | const PoseAnimation & | from | ) |
◆ PoseAnimation() [4/5]
|
inlinenoexcept |
◆ PoseAnimation() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ add_pose()
|
inline |
◆ add_time()
|
inline |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_model_id()
|
inline |
◆ clear_model_name()
|
inline |
◆ clear_pose()
void clear_pose | ( | ) |
◆ clear_time()
void clear_time | ( | ) |
◆ CopyFrom()
void CopyFrom | ( | const PoseAnimation & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_PoseAnimation_default_instance_.
◆ IsInitialized()
|
final |
◆ MergeFrom()
void MergeFrom | ( | const PoseAnimation & | from | ) |
◆ model_id()
|
inline |
◆ model_name()
|
inline |
◆ mutable_model_name()
|
inline |
◆ mutable_pose() [1/2]
|
inline |
◆ mutable_pose() [2/2]
|
inline |
◆ mutable_time() [1/2]
|
inline |
◆ mutable_time() [2/2]
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
|
inline |
◆ operator=() [2/2]
|
inlinenoexcept |
◆ pose() [1/2]
|
inline |
◆ pose() [2/2]
|
inline |
◆ pose_size()
|
inline |
◆ release_model_name()
|
inline |
◆ set_allocated_model_name()
|
inline |
◆ set_model_id()
|
inline |
◆ set_model_name() [1/2]
void set_model_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_model_name() [2/2]
|
inline |
◆ Swap()
|
inline |
◆ time() [1/2]
|
inline |
◆ time() [2/2]
|
inline |
◆ time_size()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
The documentation for this class was generated from the following file: