List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes
PointCloudPacked_Field Class Reference
#include <pointcloud_packed.pb.h>
Public Types | |
| typedef PointCloudPacked_Field_DataType | DataType |
Public Member Functions | |
| PointCloudPacked_Field () | |
| PointCloudPacked_Field (const PointCloudPacked_Field &from) | |
| virtual | ~PointCloudPacked_Field () |
| size_t | ByteSizeLong () const final |
| void | Clear () final |
| void | clear_count () |
| void | clear_datatype () |
| void | clear_name () |
| void | clear_offset () |
| void | CopyFrom (const ::google::protobuf::Message &from) final |
| void | CopyFrom (const PointCloudPacked_Field &from) |
| ::google::protobuf::uint32 | count () const |
| ::gz::msgs::PointCloudPacked_Field_DataType | datatype () const |
| 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 PointCloudPacked_Field &from) |
| bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
| ::std::string * | mutable_name () |
| const ::std::string & | name () const |
| PointCloudPacked_Field * | New () const final |
| PointCloudPacked_Field * | New (::google::protobuf::Arena *arena) const final |
| ::google::protobuf::uint32 | offset () const |
| PointCloudPacked_Field & | operator= (const PointCloudPacked_Field &from) |
| ::std::string * | release_name () |
| void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
| void | set_allocated_name (::std::string *name) |
| void | set_count (::google::protobuf::uint32 value) |
| void | set_datatype (::gz::msgs::PointCloudPacked_Field_DataType value) |
| void | set_name (const ::std::string &value) |
| void | set_name (const char *value) |
| void | set_name (const char *value, size_t size) |
| void | set_offset (::google::protobuf::uint32 value) |
| void | Swap (PointCloudPacked_Field *other) |
Static Public Member Functions | |
| static const ::google::protobuf::EnumDescriptor * | DataType_descriptor () |
| static bool | DataType_IsValid (int value) |
| static const ::std::string & | DataType_Name (DataType value) |
| static bool | DataType_Parse (const ::std::string &name, DataType *value) |
| static const PointCloudPacked_Field & | default_instance () |
| static const ::google::protobuf::Descriptor * | descriptor () |
| static void | InitAsDefaultInstance () |
| static const PointCloudPacked_Field * | internal_default_instance () |
Static Public Attributes | |
| static const int | DataType_ARRAYSIZE |
| static const DataType | DataType_MAX |
| static const DataType | DataType_MIN |
| static const DataType | FLOAT32 |
| static const DataType | FLOAT64 |
| static const DataType | INT16 |
| static const DataType | INT32 |
| static const DataType | INT8 |
| static const int | kCountFieldNumber = 4 |
| static const int | kDatatypeFieldNumber = 3 |
| static constexpr int | kIndexInFileMessages |
| static const int | kNameFieldNumber = 1 |
| static const int | kOffsetFieldNumber = 2 |
| static const DataType | UINT16 |
| static const DataType | UINT32 |
| static const DataType | UINT8 |
Member Typedef Documentation
◆ DataType
Constructor & Destructor Documentation
◆ PointCloudPacked_Field() [1/2]
◆ ~PointCloudPacked_Field()
|
virtual |
◆ PointCloudPacked_Field() [2/2]
| PointCloudPacked_Field | ( | const PointCloudPacked_Field & | from | ) |
Member Function Documentation
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_count()
|
inline |
◆ clear_datatype()
|
inline |
◆ clear_name()
|
inline |
◆ clear_offset()
|
inline |
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
| void CopyFrom | ( | const PointCloudPacked_Field & | from | ) |
◆ count()
|
inline |
◆ datatype()
|
inline |
◆ DataType_descriptor()
|
inlinestatic |
◆ DataType_IsValid()
|
inlinestatic |
◆ DataType_Name()
|
inlinestatic |
References gz::msgs::PointCloudPacked_Field_DataType_Name().
◆ DataType_Parse()
|
inlinestatic |
◆ default_instance()
|
static |
◆ descriptor()
|
static |
◆ GetCachedSize()
|
inlinefinal |
◆ GetMetadata()
|
final |
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
◆ InternalSerializeWithCachedSizesToArray()
|
final |
◆ IsInitialized()
|
final |
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
| void MergeFrom | ( | const PointCloudPacked_Field & | from | ) |
◆ MergePartialFromCodedStream()
|
final |
◆ mutable_name()
|
inline |
◆ name()
|
inline |
Referenced by PointCloudPacked_Field::set_allocated_name().
◆ New() [1/2]
|
inlinefinal |
◆ New() [2/2]
|
inlinefinal |
◆ offset()
|
inline |
◆ operator=()
|
inline |
◆ release_name()
|
inline |
◆ SerializeWithCachedSizes()
|
final |
◆ set_allocated_name()
|
inline |
References PointCloudPacked_Field::name().
◆ set_count()
|
inline |
◆ set_datatype()
|
inline |
◆ set_name() [1/3]
|
inline |
◆ set_name() [2/3]
|
inline |
◆ set_name() [3/3]
|
inline |
◆ set_offset()
|
inline |
◆ Swap()
| void Swap | ( | PointCloudPacked_Field * | other | ) |
Member Data Documentation
◆ DataType_ARRAYSIZE
|
static |
Initial value:
◆ DataType_MAX
|
static |
Initial value:
◆ DataType_MIN
|
static |
Initial value:
◆ FLOAT32
|
static |
Initial value:
Referenced by gz::msgs::sizeOfPointField().
◆ FLOAT64
|
static |
Initial value:
Referenced by gz::msgs::sizeOfPointField().
◆ INT16
|
static |
Initial value:
Referenced by gz::msgs::sizeOfPointField().
◆ INT32
|
static |
Initial value:
Referenced by gz::msgs::sizeOfPointField().
◆ INT8
|
static |
Initial value:
Referenced by gz::msgs::sizeOfPointField().
◆ kCountFieldNumber
|
static |
◆ kDatatypeFieldNumber
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
◆ kNameFieldNumber
|
static |
◆ kOffsetFieldNumber
|
static |
◆ UINT16
|
static |
Initial value:
Referenced by gz::msgs::sizeOfPointField().
◆ UINT32
|
static |
Initial value:
Referenced by gz::msgs::sizeOfPointField().
◆ UINT8
|
static |
Initial value:
Referenced by gz::msgs::sizeOfPointField().
The documentation for this class was generated from the following file: