Ignition Msgs

API Reference

5.8.1
axis_aligned_box.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/axis_aligned_box.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3014000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 3014000 < 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.
20 #endif
21 
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
32 #include <google/protobuf/extension_set.h> // IWYU pragma: export
33 #include <google/protobuf/unknown_field_set.h>
36 #ifndef _MSC_VER
37 #pragma GCC system_header
38 #else
39 #pragma warning(push)
40 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
41 #endif
42 #ifdef __linux__
43 #include <sys/sysmacros.h>
44 #endif
45 #include <memory>
46 #include <ignition/msgs/Export.hh>
47 // @@protoc_insertion_point(includes)
48 #include <google/protobuf/port_def.inc>
49 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto IGNITION_MSGS_VISIBLE
50 PROTOBUF_NAMESPACE_OPEN
51 namespace internal {
52 class AnyMetadata;
53 } // namespace internal
54 PROTOBUF_NAMESPACE_CLOSE
55 
56 // Internal implementation detail -- do not use these members.
58  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
59  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
60  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
61  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
62  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
63  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
64  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
65  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
66  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
67 };
68 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class AxisAlignedBox;
72 class AxisAlignedBoxDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern AxisAlignedBoxDefaultTypeInternal _AxisAlignedBox_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::AxisAlignedBox* Arena::CreateMaybeMessage<::ignition::msgs::AxisAlignedBox>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 // ===================================================================
83 
84 class IGNITION_MSGS_VISIBLE AxisAlignedBox PROTOBUF_FINAL :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.AxisAlignedBox) */ {
86  public:
87  inline AxisAlignedBox() : AxisAlignedBox(nullptr) {}
88  virtual ~AxisAlignedBox();
89 
90  AxisAlignedBox(const AxisAlignedBox& from);
91  AxisAlignedBox(AxisAlignedBox&& from) noexcept
92  : AxisAlignedBox() {
93  *this = ::std::move(from);
94  }
95 
96  inline AxisAlignedBox& operator=(const AxisAlignedBox& from) {
97  CopyFrom(from);
98  return *this;
99  }
100  inline AxisAlignedBox& operator=(AxisAlignedBox&& from) noexcept {
101  if (GetArena() == from.GetArena()) {
102  if (this != &from) InternalSwap(&from);
103  } else {
104  CopyFrom(from);
105  }
106  return *this;
107  }
108 
109  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
110  return GetDescriptor();
111  }
112  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
113  return GetMetadataStatic().descriptor;
114  }
115  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
116  return GetMetadataStatic().reflection;
117  }
118  static const AxisAlignedBox& default_instance();
119 
120  static inline const AxisAlignedBox* internal_default_instance() {
121  return reinterpret_cast<const AxisAlignedBox*>(
123  }
124  static constexpr int kIndexInFileMessages =
125  0;
126 
127  friend void swap(AxisAlignedBox& a, AxisAlignedBox& b) {
128  a.Swap(&b);
129  }
130  inline void Swap(AxisAlignedBox* other) {
131  if (other == this) return;
132  if (GetArena() == other->GetArena()) {
133  InternalSwap(other);
134  } else {
135  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
136  }
137  }
138  void UnsafeArenaSwap(AxisAlignedBox* other) {
139  if (other == this) return;
140  GOOGLE_DCHECK(GetArena() == other->GetArena());
141  InternalSwap(other);
142  }
143 
144  // implements Message ----------------------------------------------
145 
146  inline AxisAlignedBox* New() const final {
147  return CreateMaybeMessage<AxisAlignedBox>(nullptr);
148  }
149 
150  AxisAlignedBox* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
151  return CreateMaybeMessage<AxisAlignedBox>(arena);
152  }
153  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
154  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
155  void CopyFrom(const AxisAlignedBox& from);
156  void MergeFrom(const AxisAlignedBox& from);
157  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
158  bool IsInitialized() const final;
159 
160  size_t ByteSizeLong() const final;
161  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
162  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
163  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
164  int GetCachedSize() const final { return _cached_size_.Get(); }
165 
166  private:
167  inline void SharedCtor();
168  inline void SharedDtor();
169  void SetCachedSize(int size) const final;
170  void InternalSwap(AxisAlignedBox* other);
171  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
172  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
173  return "ignition.msgs.AxisAlignedBox";
174  }
175  protected:
176  explicit AxisAlignedBox(::PROTOBUF_NAMESPACE_ID::Arena* arena);
177  private:
178  static void ArenaDtor(void* object);
179  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
180  public:
181 
182  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
183  private:
184  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
185  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto);
186  return ::descriptor_table_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto.file_level_metadata[kIndexInFileMessages];
187  }
188 
189  public:
190 
191  // nested types ----------------------------------------------------
192 
193  // accessors -------------------------------------------------------
194 
195  enum : int {
196  kHeaderFieldNumber = 1,
197  kMinCornerFieldNumber = 2,
198  kMaxCornerFieldNumber = 3,
199  };
200  // .ignition.msgs.Header header = 1;
201  bool has_header() const;
202  private:
203  bool _internal_has_header() const;
204  public:
205  void clear_header();
206  const ::ignition::msgs::Header& header() const;
207  ::ignition::msgs::Header* release_header();
208  ::ignition::msgs::Header* mutable_header();
209  void set_allocated_header(::ignition::msgs::Header* header);
210  private:
211  const ::ignition::msgs::Header& _internal_header() const;
212  ::ignition::msgs::Header* _internal_mutable_header();
213  public:
215  ::ignition::msgs::Header* header);
216  ::ignition::msgs::Header* unsafe_arena_release_header();
217 
218  // .ignition.msgs.Vector3d min_corner = 2;
219  bool has_min_corner() const;
220  private:
221  bool _internal_has_min_corner() const;
222  public:
224  const ::ignition::msgs::Vector3d& min_corner() const;
225  ::ignition::msgs::Vector3d* release_min_corner();
226  ::ignition::msgs::Vector3d* mutable_min_corner();
227  void set_allocated_min_corner(::ignition::msgs::Vector3d* min_corner);
228  private:
229  const ::ignition::msgs::Vector3d& _internal_min_corner() const;
230  ::ignition::msgs::Vector3d* _internal_mutable_min_corner();
231  public:
233  ::ignition::msgs::Vector3d* min_corner);
234  ::ignition::msgs::Vector3d* unsafe_arena_release_min_corner();
235 
236  // .ignition.msgs.Vector3d max_corner = 3;
237  bool has_max_corner() const;
238  private:
239  bool _internal_has_max_corner() const;
240  public:
242  const ::ignition::msgs::Vector3d& max_corner() const;
243  ::ignition::msgs::Vector3d* release_max_corner();
244  ::ignition::msgs::Vector3d* mutable_max_corner();
245  void set_allocated_max_corner(::ignition::msgs::Vector3d* max_corner);
246  private:
247  const ::ignition::msgs::Vector3d& _internal_max_corner() const;
248  ::ignition::msgs::Vector3d* _internal_mutable_max_corner();
249  public:
251  ::ignition::msgs::Vector3d* max_corner);
252  ::ignition::msgs::Vector3d* unsafe_arena_release_max_corner();
253 
254  // @@protoc_insertion_point(class_scope:ignition.msgs.AxisAlignedBox)
255  private:
256  class _Internal;
257 
258  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
259  typedef void InternalArenaConstructable_;
260  typedef void DestructorSkippable_;
261  ::ignition::msgs::Header* header_;
262  ::ignition::msgs::Vector3d* min_corner_;
263  ::ignition::msgs::Vector3d* max_corner_;
264  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
265  friend struct ::TableStruct_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto;
266 };
267 // ===================================================================
268 
269 
270 // ===================================================================
271 
272 #ifdef __GNUC__
273  #pragma GCC diagnostic push
274  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
275 #endif // __GNUC__
276 // AxisAlignedBox
277 
278 // .ignition.msgs.Header header = 1;
279 inline bool AxisAlignedBox::_internal_has_header() const {
280  return this != internal_default_instance() && header_ != nullptr;
281 }
282 inline bool AxisAlignedBox::has_header() const {
283  return _internal_has_header();
284 }
285 inline const ::ignition::msgs::Header& AxisAlignedBox::_internal_header() const {
286  const ::ignition::msgs::Header* p = header_;
287  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
289 }
290 inline const ::ignition::msgs::Header& AxisAlignedBox::header() const {
291  // @@protoc_insertion_point(field_get:ignition.msgs.AxisAlignedBox.header)
292  return _internal_header();
293 }
294 inline void AxisAlignedBox::unsafe_arena_set_allocated_header(
295  ::ignition::msgs::Header* header) {
296  if (GetArena() == nullptr) {
297  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
298  }
299  header_ = header;
300  if (header) {
301 
302  } else {
303 
304  }
305  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.AxisAlignedBox.header)
306 }
307 inline ::ignition::msgs::Header* AxisAlignedBox::release_header() {
308 
309  ::ignition::msgs::Header* temp = header_;
310  header_ = nullptr;
311  if (GetArena() != nullptr) {
312  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
313  }
314  return temp;
315 }
316 inline ::ignition::msgs::Header* AxisAlignedBox::unsafe_arena_release_header() {
317  // @@protoc_insertion_point(field_release:ignition.msgs.AxisAlignedBox.header)
318 
319  ::ignition::msgs::Header* temp = header_;
320  header_ = nullptr;
321  return temp;
322 }
323 inline ::ignition::msgs::Header* AxisAlignedBox::_internal_mutable_header() {
324 
325  if (header_ == nullptr) {
326  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
327  header_ = p;
328  }
329  return header_;
330 }
331 inline ::ignition::msgs::Header* AxisAlignedBox::mutable_header() {
332  // @@protoc_insertion_point(field_mutable:ignition.msgs.AxisAlignedBox.header)
333  return _internal_mutable_header();
334 }
335 inline void AxisAlignedBox::set_allocated_header(::ignition::msgs::Header* header) {
336  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
337  if (message_arena == nullptr) {
338  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
339  }
340  if (header) {
341  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
342  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
343  if (message_arena != submessage_arena) {
344  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
345  message_arena, header, submessage_arena);
346  }
347 
348  } else {
349 
350  }
351  header_ = header;
352  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.AxisAlignedBox.header)
353 }
354 
355 // .ignition.msgs.Vector3d min_corner = 2;
356 inline bool AxisAlignedBox::_internal_has_min_corner() const {
357  return this != internal_default_instance() && min_corner_ != nullptr;
358 }
359 inline bool AxisAlignedBox::has_min_corner() const {
360  return _internal_has_min_corner();
361 }
362 inline const ::ignition::msgs::Vector3d& AxisAlignedBox::_internal_min_corner() const {
363  const ::ignition::msgs::Vector3d* p = min_corner_;
364  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Vector3d&>(
366 }
367 inline const ::ignition::msgs::Vector3d& AxisAlignedBox::min_corner() const {
368  // @@protoc_insertion_point(field_get:ignition.msgs.AxisAlignedBox.min_corner)
369  return _internal_min_corner();
370 }
371 inline void AxisAlignedBox::unsafe_arena_set_allocated_min_corner(
372  ::ignition::msgs::Vector3d* min_corner) {
373  if (GetArena() == nullptr) {
374  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(min_corner_);
375  }
376  min_corner_ = min_corner;
377  if (min_corner) {
378 
379  } else {
380 
381  }
382  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.AxisAlignedBox.min_corner)
383 }
384 inline ::ignition::msgs::Vector3d* AxisAlignedBox::release_min_corner() {
385 
386  ::ignition::msgs::Vector3d* temp = min_corner_;
387  min_corner_ = nullptr;
388  if (GetArena() != nullptr) {
389  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
390  }
391  return temp;
392 }
393 inline ::ignition::msgs::Vector3d* AxisAlignedBox::unsafe_arena_release_min_corner() {
394  // @@protoc_insertion_point(field_release:ignition.msgs.AxisAlignedBox.min_corner)
395 
396  ::ignition::msgs::Vector3d* temp = min_corner_;
397  min_corner_ = nullptr;
398  return temp;
399 }
400 inline ::ignition::msgs::Vector3d* AxisAlignedBox::_internal_mutable_min_corner() {
401 
402  if (min_corner_ == nullptr) {
403  auto* p = CreateMaybeMessage<::ignition::msgs::Vector3d>(GetArena());
404  min_corner_ = p;
405  }
406  return min_corner_;
407 }
408 inline ::ignition::msgs::Vector3d* AxisAlignedBox::mutable_min_corner() {
409  // @@protoc_insertion_point(field_mutable:ignition.msgs.AxisAlignedBox.min_corner)
410  return _internal_mutable_min_corner();
411 }
412 inline void AxisAlignedBox::set_allocated_min_corner(::ignition::msgs::Vector3d* min_corner) {
413  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
414  if (message_arena == nullptr) {
415  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(min_corner_);
416  }
417  if (min_corner) {
418  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
419  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(min_corner)->GetArena();
420  if (message_arena != submessage_arena) {
421  min_corner = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
422  message_arena, min_corner, submessage_arena);
423  }
424 
425  } else {
426 
427  }
428  min_corner_ = min_corner;
429  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.AxisAlignedBox.min_corner)
430 }
431 
432 // .ignition.msgs.Vector3d max_corner = 3;
433 inline bool AxisAlignedBox::_internal_has_max_corner() const {
434  return this != internal_default_instance() && max_corner_ != nullptr;
435 }
436 inline bool AxisAlignedBox::has_max_corner() const {
437  return _internal_has_max_corner();
438 }
439 inline const ::ignition::msgs::Vector3d& AxisAlignedBox::_internal_max_corner() const {
440  const ::ignition::msgs::Vector3d* p = max_corner_;
441  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Vector3d&>(
443 }
444 inline const ::ignition::msgs::Vector3d& AxisAlignedBox::max_corner() const {
445  // @@protoc_insertion_point(field_get:ignition.msgs.AxisAlignedBox.max_corner)
446  return _internal_max_corner();
447 }
448 inline void AxisAlignedBox::unsafe_arena_set_allocated_max_corner(
449  ::ignition::msgs::Vector3d* max_corner) {
450  if (GetArena() == nullptr) {
451  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(max_corner_);
452  }
453  max_corner_ = max_corner;
454  if (max_corner) {
455 
456  } else {
457 
458  }
459  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.AxisAlignedBox.max_corner)
460 }
461 inline ::ignition::msgs::Vector3d* AxisAlignedBox::release_max_corner() {
462 
463  ::ignition::msgs::Vector3d* temp = max_corner_;
464  max_corner_ = nullptr;
465  if (GetArena() != nullptr) {
466  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
467  }
468  return temp;
469 }
470 inline ::ignition::msgs::Vector3d* AxisAlignedBox::unsafe_arena_release_max_corner() {
471  // @@protoc_insertion_point(field_release:ignition.msgs.AxisAlignedBox.max_corner)
472 
473  ::ignition::msgs::Vector3d* temp = max_corner_;
474  max_corner_ = nullptr;
475  return temp;
476 }
477 inline ::ignition::msgs::Vector3d* AxisAlignedBox::_internal_mutable_max_corner() {
478 
479  if (max_corner_ == nullptr) {
480  auto* p = CreateMaybeMessage<::ignition::msgs::Vector3d>(GetArena());
481  max_corner_ = p;
482  }
483  return max_corner_;
484 }
485 inline ::ignition::msgs::Vector3d* AxisAlignedBox::mutable_max_corner() {
486  // @@protoc_insertion_point(field_mutable:ignition.msgs.AxisAlignedBox.max_corner)
487  return _internal_mutable_max_corner();
488 }
489 inline void AxisAlignedBox::set_allocated_max_corner(::ignition::msgs::Vector3d* max_corner) {
490  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
491  if (message_arena == nullptr) {
492  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(max_corner_);
493  }
494  if (max_corner) {
495  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
496  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(max_corner)->GetArena();
497  if (message_arena != submessage_arena) {
498  max_corner = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
499  message_arena, max_corner, submessage_arena);
500  }
501 
502  } else {
503 
504  }
505  max_corner_ = max_corner;
506  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.AxisAlignedBox.max_corner)
507 }
508 
509 #ifdef __GNUC__
510  #pragma GCC diagnostic pop
511 #endif // __GNUC__
512 
517 // @@protoc_insertion_point(namespace_scope)
518 
519 } // namespace msgs
520 } // namespace ignition
521 
522 #ifdef _MSC_VER
523 #pragma warning(pop)
524 #endif
525 // @@protoc_insertion_point(global_scope)
526 
527 #include <google/protobuf/port_undef.inc>
528 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: axis_aligned_box.pb.h:115
AxisAlignedBox * New() const final
Definition: axis_aligned_box.pb.h:146
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::ignition::msgs::Header * release_header()
AxisAlignedBox & operator=(const AxisAlignedBox &from)
Definition: axis_aligned_box.pb.h:96
AxisAlignedBox(::PROTOBUF_NAMESPACE_ID::Arena *arena)
static const AxisAlignedBox * internal_default_instance()
Definition: axis_aligned_box.pb.h:120
void Swap(AxisAlignedBox *other)
Definition: axis_aligned_box.pb.h:130
::ignition::msgs::Vector3d * unsafe_arena_release_min_corner()
::ignition::msgs::Header * mutable_header()
::ignition::msgs::Vector3d * release_min_corner()
::ignition::msgs::Vector3d * release_max_corner()
void set_allocated_max_corner(::ignition::msgs::Vector3d *max_corner)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: axis_aligned_box.pb.h:109
::ignition::msgs::Vector3d * unsafe_arena_release_max_corner()
AxisAlignedBox(const AxisAlignedBox &from)
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
AxisAlignedBox()
Definition: axis_aligned_box.pb.h:87
AxisAlignedBox & operator=(AxisAlignedBox &&from) noexcept
Definition: axis_aligned_box.pb.h:100
AxisAlignedBox * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: axis_aligned_box.pb.h:150
void unsafe_arena_set_allocated_min_corner(::ignition::msgs::Vector3d *min_corner)
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
void set_allocated_min_corner(::ignition::msgs::Vector3d *min_corner)
const ::ignition::msgs::Vector3d & max_corner() const
static const AxisAlignedBox & default_instance()
::ignition::msgs::Header * unsafe_arena_release_header()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void CopyFrom(const AxisAlignedBox &from)
void unsafe_arena_set_allocated_max_corner(::ignition::msgs::Vector3d *max_corner)
void set_allocated_header(::ignition::msgs::Header *header)
AxisAlignedBox(AxisAlignedBox &&from) noexcept
Definition: axis_aligned_box.pb.h:91
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
void MergeFrom(const AxisAlignedBox &from)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: axis_aligned_box.pb.h:112
::ignition::msgs::Vector3d * mutable_min_corner()
::ignition::msgs::Vector3d * mutable_max_corner()
friend void swap(AxisAlignedBox &a, AxisAlignedBox &b)
Definition: axis_aligned_box.pb.h:127
void UnsafeArenaSwap(AxisAlignedBox *other)
Definition: axis_aligned_box.pb.h:138
const ::ignition::msgs::Vector3d & min_corner() const
const ::ignition::msgs::Header & header() const
std::unique_ptr< AxisAlignedBox > AxisAlignedBoxUniquePtr
Definition: axis_aligned_box.pb.h:513
IGNITION_MSGS_VISIBLE Vector3dDefaultTypeInternal _Vector3d_default_instance_
std::shared_ptr< AxisAlignedBox > AxisAlignedBoxSharedPtr
Definition: axis_aligned_box.pb.h:515
std::unique_ptr< const AxisAlignedBox > ConstAxisAlignedBoxUniquePtr
Definition: axis_aligned_box.pb.h:514
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::shared_ptr< const AxisAlignedBox > ConstAxisAlignedBoxSharedPtr
Definition: axis_aligned_box.pb.h:516
IGNITION_MSGS_VISIBLE AxisAlignedBoxDefaultTypeInternal _AxisAlignedBox_default_instance_
Definition: actor.pb.h:52
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)