Gazebo Msgs

API Reference

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