4 #ifndef PROTOBUF_INCLUDED_gz_2fmsgs_2foriented_5f3d_5fbox_2eproto
5 #define PROTOBUF_INCLUDED_gz_2fmsgs_2foriented_5f3d_5fbox_2eproto
9 #include <google/protobuf/stubs/common.h>
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
16 #if 3006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
22 #include <google/protobuf/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
29 #include <google/protobuf/message.h>
30 #include <google/protobuf/repeated_field.h>
31 #include <google/protobuf/extension_set.h>
32 #include <google/protobuf/unknown_field_set.h>
33 #include "gz/msgs/header.pb.h"
34 #include "gz/msgs/vector3d.pb.h"
35 #include "gz/msgs/quaternion.pb.h"
37 #define PROTOBUF_INTERNAL_EXPORT_protobuf_gz_2fmsgs_2foriented_5f3d_5fbox_2eproto GZ_MSGS_VISIBLE
42 static const ::google::protobuf::internal::ParseTableField entries[];
43 static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
44 static const ::google::protobuf::internal::ParseTable schema[1];
45 static const ::google::protobuf::internal::FieldMetadata field_metadata[];
46 static const ::google::protobuf::internal::SerializationTable serialization_table[];
47 static const ::google::protobuf::uint32 offsets[];
54 class Oriented3DBoxDefaultTypeInternal;
60 template<> GZ_MSGS_VISIBLE ::gz::msgs::Oriented3DBox* Arena::CreateMaybeMessage<::gz::msgs::Oriented3DBox>(Arena*);
68 class GZ_MSGS_VISIBLE
Oriented3DBox :
public ::google::protobuf::Message {
82 *
this = ::std::move(from);
85 inline Oriented3DBox& operator=(Oriented3DBox&& from) noexcept {
86 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
87 if (
this != &from) InternalSwap(&from);
94 static const ::google::protobuf::Descriptor* descriptor();
95 static const Oriented3DBox& default_instance();
97 static void InitAsDefaultInstance();
102 static constexpr
int kIndexInFileMessages =
113 return CreateMaybeMessage<Oriented3DBox>(NULL);
117 return CreateMaybeMessage<Oriented3DBox>(arena);
119 void CopyFrom(const ::google::protobuf::Message& from)
final;
120 void MergeFrom(const ::google::protobuf::Message& from)
final;
124 bool IsInitialized() const final;
126 size_t ByteSizeLong() const final;
127 bool MergePartialFromCodedStream(
128 ::
google::protobuf::io::CodedInputStream* input) final;
129 void SerializeWithCachedSizes(
130 ::
google::protobuf::io::CodedOutputStream* output) const final;
131 ::
google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
132 bool deterministic, ::
google::protobuf::uint8* target) const final;
133 int GetCachedSize() const final {
return _cached_size_.Get(); }
138 void SetCachedSize(
int size)
const final;
141 inline ::google::protobuf::Arena* GetArenaNoVirtual()
const {
144 inline void* MaybeArenaPtr()
const {
149 ::google::protobuf::Metadata GetMetadata() const final;
156 bool has_header() const;
158 static const
int kHeaderFieldNumber = 1;
160 const ::
gz::msgs::
Header& _internal_header() const;
162 const ::
gz::msgs::
Header& header() const;
163 ::
gz::msgs::
Header* release_header();
164 ::
gz::msgs::
Header* mutable_header();
165 void set_allocated_header(::
gz::msgs::
Header* header);
168 bool has_center() const;
170 static const
int kCenterFieldNumber = 2;
172 const ::
gz::msgs::
Vector3d& _internal_center() const;
177 void set_allocated_center(::
gz::msgs::
Vector3d* center);
180 bool has_orientation() const;
181 void clear_orientation();
182 static const
int kOrientationFieldNumber = 3;
184 const ::
gz::msgs::
Quaternion& _internal_orientation() const;
189 void set_allocated_orientation(::
gz::msgs::
Quaternion* orientation);
192 bool has_boxsize() const;
193 void clear_boxsize();
194 static const
int kBoxSizeFieldNumber = 4;
196 const ::
gz::msgs::
Vector3d& _internal_boxsize() const;
201 void set_allocated_boxsize(::
gz::msgs::
Vector3d* boxsize);
206 ::
google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
211 mutable ::
google::protobuf::internal::CachedSize _cached_size_;
220 #pragma GCC diagnostic push
221 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
227 return this != internal_default_instance() && header_ != NULL;
229 inline const ::gz::msgs::Header& Oriented3DBox::_internal_header()
const {
233 const ::gz::msgs::Header* p = header_;
247 if (header_ == NULL) {
248 auto* p = CreateMaybeMessage<::gz::msgs::Header>(GetArenaNoVirtual());
255 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
256 if (message_arena == NULL) {
257 delete reinterpret_cast< ::google::protobuf::MessageLite*
>(header_);
260 ::google::protobuf::Arena* submessage_arena = NULL;
261 if (message_arena != submessage_arena) {
262 header = ::google::protobuf::internal::GetOwnedMessage(
263 message_arena, header, submessage_arena);
275 return this != internal_default_instance() && center_ != NULL;
277 inline const ::gz::msgs::Vector3d& Oriented3DBox::_internal_center()
const {
281 const ::gz::msgs::Vector3d* p = center_;
295 if (center_ == NULL) {
296 auto* p = CreateMaybeMessage<::gz::msgs::Vector3d>(GetArenaNoVirtual());
303 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
304 if (message_arena == NULL) {
305 delete reinterpret_cast< ::google::protobuf::MessageLite*
>(center_);
308 ::google::protobuf::Arena* submessage_arena = NULL;
309 if (message_arena != submessage_arena) {
310 center = ::google::protobuf::internal::GetOwnedMessage(
311 message_arena, center, submessage_arena);
323 return this != internal_default_instance() && orientation_ != NULL;
325 inline const ::gz::msgs::Quaternion& Oriented3DBox::_internal_orientation()
const {
326 return *orientation_;
329 const ::gz::msgs::Quaternion* p = orientation_;
343 if (orientation_ == NULL) {
344 auto* p = CreateMaybeMessage<::gz::msgs::Quaternion>(GetArenaNoVirtual());
351 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
352 if (message_arena == NULL) {
353 delete reinterpret_cast< ::google::protobuf::MessageLite*
>(orientation_);
356 ::google::protobuf::Arena* submessage_arena = NULL;
357 if (message_arena != submessage_arena) {
358 orientation = ::google::protobuf::internal::GetOwnedMessage(
359 message_arena, orientation, submessage_arena);
365 orientation_ = orientation;
371 return this != internal_default_instance() && boxsize_ != NULL;
373 inline const ::gz::msgs::Vector3d& Oriented3DBox::_internal_boxsize()
const {
377 const ::gz::msgs::Vector3d* p = boxsize_;
391 if (boxsize_ == NULL) {
392 auto* p = CreateMaybeMessage<::gz::msgs::Vector3d>(GetArenaNoVirtual());
399 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
400 if (message_arena == NULL) {
401 delete reinterpret_cast< ::google::protobuf::MessageLite*
>(boxsize_);
404 ::google::protobuf::Arena* submessage_arena = NULL;
405 if (message_arena != submessage_arena) {
406 boxsize = ::google::protobuf::internal::GetOwnedMessage(
407 message_arena, boxsize, submessage_arena);
418 #pragma GCC diagnostic pop
428 #endif // PROTOBUF_INCLUDED_gz_2fmsgs_2foriented_5f3d_5fbox_2eproto