List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes
PointCloudPacked Class Reference
#include <pointcloud_packed.pb.h>
Public Types | |
typedef PointCloudPacked_Field | Field |
Public Member Functions | |
PointCloudPacked () | |
PointCloudPacked (const PointCloudPacked &from) | |
virtual | ~PointCloudPacked () |
::ignition::msgs::PointCloudPacked_Field * | add_field () |
size_t | ByteSizeLong () const final |
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 ::google::protobuf::Message &from) final |
void | CopyFrom (const PointCloudPacked &from) |
const ::std::string & | data () const |
const ::google::protobuf::RepeatedPtrField< ::ignition::msgs::PointCloudPacked_Field > & | field () const |
const ::ignition::msgs::PointCloudPacked_Field & | field (int index) const |
int | field_size () const |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
bool | has_header () const |
const ::ignition::msgs::Header & | header () const |
::google::protobuf::uint32 | height () const |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
bool | is_bigendian () const |
bool | is_dense () const |
bool | IsInitialized () const final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const PointCloudPacked &from) |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
::std::string * | mutable_data () |
::google::protobuf::RepeatedPtrField< ::ignition::msgs::PointCloudPacked_Field > * | mutable_field () |
::ignition::msgs::PointCloudPacked_Field * | mutable_field (int index) |
::ignition::msgs::Header * | mutable_header () |
PointCloudPacked * | New () const final |
PointCloudPacked * | New (::google::protobuf::Arena *arena) const final |
PointCloudPacked & | operator= (const PointCloudPacked &from) |
::google::protobuf::uint32 | point_step () const |
::std::string * | release_data () |
::ignition::msgs::Header * | release_header () |
::google::protobuf::uint32 | row_step () const |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
void | set_allocated_data (::std::string *data) |
void | set_allocated_header (::ignition::msgs::Header *header) |
void | set_data (const ::std::string &value) |
void | set_data (const char *value) |
void | set_data (const void *value, size_t size) |
void | set_height (::google::protobuf::uint32 value) |
void | set_is_bigendian (bool value) |
void | set_is_dense (bool value) |
void | set_point_step (::google::protobuf::uint32 value) |
void | set_row_step (::google::protobuf::uint32 value) |
void | set_width (::google::protobuf::uint32 value) |
void | Swap (PointCloudPacked *other) |
::google::protobuf::uint32 | width () const |
Static Public Member Functions | |
static const PointCloudPacked & | default_instance () |
static const ::google::protobuf::Descriptor * | descriptor () |
static void | InitAsDefaultInstance () |
static const PointCloudPacked * | internal_default_instance () |
Static Public Attributes | |
static const int | kDataFieldNumber = 8 |
static const int | kFieldFieldNumber = 2 |
static const int | kHeaderFieldNumber = 1 |
static const int | kHeightFieldNumber = 3 |
static constexpr int | kIndexInFileMessages |
static const int | kIsBigendianFieldNumber = 5 |
static const int | kIsDenseFieldNumber = 9 |
static const int | kPointStepFieldNumber = 6 |
static const int | kRowStepFieldNumber = 7 |
static const int | kWidthFieldNumber = 4 |
Member Typedef Documentation
🔗Field
typedef PointCloudPacked_Field Field |
Constructor & Destructor Documentation
🔗PointCloudPacked() [1/2]
PointCloudPacked | ( | ) |
🔗~PointCloudPacked()
|
virtual |
🔗PointCloudPacked() [2/2]
PointCloudPacked | ( | const PointCloudPacked & | from | ) |
Member Function Documentation
🔗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() [1/2]
|
final |
🔗CopyFrom() [2/2]
void CopyFrom | ( | const PointCloudPacked & | from | ) |
🔗data()
|
inline |
Referenced by PointCloudPacked::set_allocated_data().
🔗default_instance()
|
static |
🔗descriptor()
|
static |
🔗field() [1/2]
|
inline |
🔗field() [2/2]
|
inline |
🔗field_size()
|
inline |
🔗GetCachedSize()
|
inlinefinal |
🔗GetMetadata()
|
final |
🔗has_header()
|
inline |
References PointCloudPacked::internal_default_instance().
🔗header()
|
inline |
References ignition::msgs::_Header_default_instance_.
Referenced by PointCloudPacked::set_allocated_header().
🔗height()
|
inline |
🔗InitAsDefaultInstance()
|
static |
🔗internal_default_instance()
|
inlinestatic |
References ignition::msgs::_PointCloudPacked_default_instance_.
Referenced by PointCloudPacked::has_header().
🔗InternalSerializeWithCachedSizesToArray()
|
final |
🔗is_bigendian()
|
inline |
🔗is_dense()
|
inline |
🔗IsInitialized()
|
final |
🔗MergeFrom() [1/2]
|
final |
🔗MergeFrom() [2/2]
void MergeFrom | ( | const PointCloudPacked & | from | ) |
🔗MergePartialFromCodedStream()
|
final |
🔗mutable_data()
|
inline |
🔗mutable_field() [1/2]
|
inline |
🔗mutable_field() [2/2]
|
inline |
🔗mutable_header()
|
inline |
🔗New() [1/2]
|
inlinefinal |
🔗New() [2/2]
|
inlinefinal |
🔗operator=()
|
inline |
🔗point_step()
|
inline |
🔗release_data()
|
inline |
🔗release_header()
|
inline |
🔗row_step()
|
inline |
🔗SerializeWithCachedSizes()
|
final |
🔗set_allocated_data()
|
inline |
References PointCloudPacked::data().
🔗set_allocated_header()
|
inline |
References PointCloudPacked::header().
🔗set_data() [1/3]
|
inline |
🔗set_data() [2/3]
|
inline |
🔗set_data() [3/3]
|
inline |
🔗set_height()
|
inline |
🔗set_is_bigendian()
|
inline |
🔗set_is_dense()
|
inline |
🔗set_point_step()
|
inline |
🔗set_row_step()
|
inline |
🔗set_width()
|
inline |
🔗Swap()
void Swap | ( | PointCloudPacked * | other | ) |
🔗width()
|
inline |
Member Data Documentation
🔗kDataFieldNumber
|
static |
🔗kFieldFieldNumber
|
static |
🔗kHeaderFieldNumber
|
static |
🔗kHeightFieldNumber
|
static |
🔗kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
1
🔗kIsBigendianFieldNumber
|
static |
🔗kIsDenseFieldNumber
|
static |
🔗kPointStepFieldNumber
|
static |
🔗kRowStepFieldNumber
|
static |
🔗kWidthFieldNumber
|
static |
The documentation for this class was generated from the following file: