Gazebo Msgs

API Reference

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