List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
PointCloudPacked Class Referencefinal
#include <pointcloud_packed.pb.h>
Public Types | |
enum | : int { kFieldFieldNumber = 2 , kDataFieldNumber = 8 , kHeaderFieldNumber = 1 , kHeightFieldNumber = 3 , kWidthFieldNumber = 4 , kPointStepFieldNumber = 6 , kRowStepFieldNumber = 7 , kIsBigendianFieldNumber = 5 , kIsDenseFieldNumber = 9 } |
typedef PointCloudPacked_Field | Field |
Public Member Functions | |
PointCloudPacked () | |
constexpr | PointCloudPacked (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
PointCloudPacked (const PointCloudPacked &from) | |
PointCloudPacked (PointCloudPacked &&from) noexcept | |
~PointCloudPacked () 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::PointCloudPacked_Field * | add_field () |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_data () |
void | clear_field () |
void | clear_header () |
void | clear_height () |
void | clear_is_bigendian () |
void | clear_is_dense () |
void | clear_point_step () |
void | clear_row_step () |
void | clear_width () |
void | CopyFrom (const PointCloudPacked &from) |
const std::string & | data () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::PointCloudPacked_Field > & | field () const |
const ::ignition::msgs::PointCloudPacked_Field & | field (int index) const |
int | field_size () const |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_header () const |
const ::ignition::msgs::Header & | header () const |
uint32_t | height () const |
bool | is_bigendian () const |
bool | is_dense () const |
bool | IsInitialized () const final |
void | MergeFrom (const PointCloudPacked &from) |
std::string * | mutable_data () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::PointCloudPacked_Field > * | mutable_field () |
::ignition::msgs::PointCloudPacked_Field * | mutable_field (int index) |
::ignition::msgs::Header * | mutable_header () |
PointCloudPacked * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
PointCloudPacked & | operator= (const PointCloudPacked &from) |
PointCloudPacked & | operator= (PointCloudPacked &&from) noexcept |
uint32_t | point_step () const |
PROTOBUF_NODISCARD std::string * | release_data () |
PROTOBUF_NODISCARD ::ignition::msgs::Header * | release_header () |
uint32_t | row_step () const |
void | set_allocated_data (std::string *data) |
void | set_allocated_header (::ignition::msgs::Header *header) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_data (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_data (ArgT0 &&arg0, ArgT... args) |
void | set_height (uint32_t value) |
void | set_is_bigendian (bool value) |
void | set_is_dense (bool value) |
void | set_point_step (uint32_t value) |
void | set_row_step (uint32_t value) |
void | set_width (uint32_t value) |
void | Swap (PointCloudPacked *other) |
::ignition::msgs::Header * | unsafe_arena_release_header () |
void | unsafe_arena_set_allocated_header (::ignition::msgs::Header *header) |
void | UnsafeArenaSwap (PointCloudPacked *other) |
uint32_t | width () const |
Static Public Member Functions | |
static const PointCloudPacked & | 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 PointCloudPacked * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
PointCloudPacked (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Typedef Documentation
◆ Field
typedef PointCloudPacked_Field Field |
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
Constructor & Destructor Documentation
◆ PointCloudPacked() [1/5]
|
inline |
◆ ~PointCloudPacked()
|
override |
◆ PointCloudPacked() [2/5]
|
explicitconstexpr |
◆ PointCloudPacked() [3/5]
PointCloudPacked | ( | const PointCloudPacked & | from | ) |
◆ PointCloudPacked() [4/5]
|
inlinenoexcept |
◆ PointCloudPacked() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ add_field()
|
inline |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_data()
|
inline |
◆ clear_field()
|
inline |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_height()
|
inline |
◆ clear_is_bigendian()
|
inline |
◆ clear_is_dense()
|
inline |
◆ clear_point_step()
|
inline |
◆ clear_row_step()
|
inline |
◆ clear_width()
|
inline |
◆ CopyFrom()
void CopyFrom | ( | const PointCloudPacked & | from | ) |
◆ data()
|
inline |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ field() [1/2]
|
inline |
◆ field() [2/2]
|
inline |
◆ field_size()
|
inline |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ has_header()
|
inline |
◆ header()
|
inline |
◆ height()
|
inline |
◆ internal_default_instance()
|
inlinestatic |
◆ is_bigendian()
|
inline |
◆ is_dense()
|
inline |
◆ IsInitialized()
|
final |
◆ MergeFrom()
void MergeFrom | ( | const PointCloudPacked & | from | ) |
◆ mutable_data()
|
inline |
◆ mutable_field() [1/2]
|
inline |
◆ mutable_field() [2/2]
|
inline |
◆ mutable_header()
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
|
inline |
◆ operator=() [2/2]
|
inlinenoexcept |
◆ point_step()
|
inline |
◆ release_data()
|
inline |
◆ release_header()
|
inline |
◆ row_step()
|
inline |
◆ set_allocated_data()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_data() [1/2]
void set_data | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_data() [2/2]
|
inline |
◆ set_height()
|
inline |
◆ set_is_bigendian()
|
inline |
◆ set_is_dense()
|
inline |
◆ set_point_step()
|
inline |
◆ set_row_step()
|
inline |
◆ set_width()
|
inline |
◆ Swap()
|
inline |
◆ unsafe_arena_release_header()
|
inline |
◆ unsafe_arena_set_allocated_header()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
◆ width()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
1
The documentation for this class was generated from the following file: