Ignition Msgs

API Reference

5.8.1
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 < 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_2fdistortion_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_2fdistortion_2eproto;
69 namespace ignition {
70 namespace msgs {
71 class Distortion;
72 class DistortionDefaultTypeInternal;
73 IGNITION_MSGS_VISIBLE extern DistortionDefaultTypeInternal _Distortion_default_instance_;
74 } // namespace msgs
75 } // namespace ignition
76 PROTOBUF_NAMESPACE_OPEN
77 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Distortion* Arena::CreateMaybeMessage<::ignition::msgs::Distortion>(Arena*);
78 PROTOBUF_NAMESPACE_CLOSE
79 namespace ignition {
80 namespace msgs {
81 
82 // ===================================================================
83 
84 class IGNITION_MSGS_VISIBLE Distortion PROTOBUF_FINAL :
85  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Distortion) */ {
86  public:
87  inline Distortion() : Distortion(nullptr) {}
88  virtual ~Distortion();
89 
90  Distortion(const Distortion& from);
91  Distortion(Distortion&& from) noexcept
92  : Distortion() {
93  *this = ::std::move(from);
94  }
95 
96  inline Distortion& operator=(const Distortion& from) {
97  CopyFrom(from);
98  return *this;
99  }
100  inline Distortion& operator=(Distortion&& 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 Distortion& default_instance();
119 
120  static inline const Distortion* internal_default_instance() {
121  return reinterpret_cast<const Distortion*>(
123  }
124  static constexpr int kIndexInFileMessages =
125  0;
126 
127  friend void swap(Distortion& a, Distortion& b) {
128  a.Swap(&b);
129  }
130  inline void Swap(Distortion* 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  }
139  if (other == this) return;
140  GOOGLE_DCHECK(GetArena() == other->GetArena());
141  InternalSwap(other);
142  }
143 
144  // implements Message ----------------------------------------------
145 
146  inline Distortion* New() const final {
147  return CreateMaybeMessage<Distortion>(nullptr);
148  }
149 
150  Distortion* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
151  return CreateMaybeMessage<Distortion>(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 Distortion& from);
156  void MergeFrom(const Distortion& 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(Distortion* other);
171  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
172  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
173  return "ignition.msgs.Distortion";
174  }
175  protected:
176  explicit Distortion(::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_2fdistortion_2eproto);
186  return ::descriptor_table_ignition_2fmsgs_2fdistortion_2eproto.file_level_metadata[kIndexInFileMessages];
187  }
188 
189  public:
190 
191  // nested types ----------------------------------------------------
192 
193  // accessors -------------------------------------------------------
194 
195  enum : int {
196  kHeaderFieldNumber = 1,
197  kCenterFieldNumber = 2,
198  kK1FieldNumber = 3,
199  kK2FieldNumber = 4,
200  kK3FieldNumber = 5,
201  kP1FieldNumber = 6,
202  kP2FieldNumber = 7,
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.Vector2d center = 2;
223  bool has_center() const;
224  private:
225  bool _internal_has_center() const;
226  public:
227  void clear_center();
228  const ::ignition::msgs::Vector2d& center() const;
229  ::ignition::msgs::Vector2d* release_center();
230  ::ignition::msgs::Vector2d* mutable_center();
231  void set_allocated_center(::ignition::msgs::Vector2d* center);
232  private:
233  const ::ignition::msgs::Vector2d& _internal_center() const;
234  ::ignition::msgs::Vector2d* _internal_mutable_center();
235  public:
237  ::ignition::msgs::Vector2d* center);
238  ::ignition::msgs::Vector2d* unsafe_arena_release_center();
239 
240  // double k1 = 3;
241  void clear_k1();
242  double k1() const;
243  void set_k1(double value);
244  private:
245  double _internal_k1() const;
246  void _internal_set_k1(double value);
247  public:
248 
249  // double k2 = 4;
250  void clear_k2();
251  double k2() const;
252  void set_k2(double value);
253  private:
254  double _internal_k2() const;
255  void _internal_set_k2(double value);
256  public:
257 
258  // double k3 = 5;
259  void clear_k3();
260  double k3() const;
261  void set_k3(double value);
262  private:
263  double _internal_k3() const;
264  void _internal_set_k3(double value);
265  public:
266 
267  // double p1 = 6;
268  void clear_p1();
269  double p1() const;
270  void set_p1(double value);
271  private:
272  double _internal_p1() const;
273  void _internal_set_p1(double value);
274  public:
275 
276  // double p2 = 7;
277  void clear_p2();
278  double p2() const;
279  void set_p2(double value);
280  private:
281  double _internal_p2() const;
282  void _internal_set_p2(double value);
283  public:
284 
285  // @@protoc_insertion_point(class_scope:ignition.msgs.Distortion)
286  private:
287  class _Internal;
288 
289  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
290  typedef void InternalArenaConstructable_;
291  typedef void DestructorSkippable_;
292  ::ignition::msgs::Header* header_;
293  ::ignition::msgs::Vector2d* center_;
294  double k1_;
295  double k2_;
296  double k3_;
297  double p1_;
298  double p2_;
299  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
300  friend struct ::TableStruct_ignition_2fmsgs_2fdistortion_2eproto;
301 };
302 // ===================================================================
303 
304 
305 // ===================================================================
306 
307 #ifdef __GNUC__
308  #pragma GCC diagnostic push
309  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
310 #endif // __GNUC__
311 // Distortion
312 
313 // .ignition.msgs.Header header = 1;
314 inline bool Distortion::_internal_has_header() const {
315  return this != internal_default_instance() && header_ != nullptr;
316 }
317 inline bool Distortion::has_header() const {
318  return _internal_has_header();
319 }
320 inline const ::ignition::msgs::Header& Distortion::_internal_header() const {
321  const ::ignition::msgs::Header* p = header_;
322  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
324 }
325 inline const ::ignition::msgs::Header& Distortion::header() const {
326  // @@protoc_insertion_point(field_get:ignition.msgs.Distortion.header)
327  return _internal_header();
328 }
329 inline void Distortion::unsafe_arena_set_allocated_header(
330  ::ignition::msgs::Header* header) {
331  if (GetArena() == nullptr) {
332  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
333  }
334  header_ = header;
335  if (header) {
336 
337  } else {
338 
339  }
340  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Distortion.header)
341 }
342 inline ::ignition::msgs::Header* Distortion::release_header() {
343 
344  ::ignition::msgs::Header* temp = header_;
345  header_ = nullptr;
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 
421  ::ignition::msgs::Vector2d* temp = center_;
422  center_ = nullptr;
423  if (GetArena() != nullptr) {
424  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
425  }
426  return temp;
427 }
428 inline ::ignition::msgs::Vector2d* Distortion::unsafe_arena_release_center() {
429  // @@protoc_insertion_point(field_release:ignition.msgs.Distortion.center)
430 
431  ::ignition::msgs::Vector2d* temp = center_;
432  center_ = nullptr;
433  return temp;
434 }
435 inline ::ignition::msgs::Vector2d* Distortion::_internal_mutable_center() {
436 
437  if (center_ == nullptr) {
438  auto* p = CreateMaybeMessage<::ignition::msgs::Vector2d>(GetArena());
439  center_ = p;
440  }
441  return center_;
442 }
443 inline ::ignition::msgs::Vector2d* Distortion::mutable_center() {
444  // @@protoc_insertion_point(field_mutable:ignition.msgs.Distortion.center)
445  return _internal_mutable_center();
446 }
447 inline void Distortion::set_allocated_center(::ignition::msgs::Vector2d* center) {
448  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
449  if (message_arena == nullptr) {
450  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(center_);
451  }
452  if (center) {
453  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
454  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(center)->GetArena();
455  if (message_arena != submessage_arena) {
456  center = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
457  message_arena, center, submessage_arena);
458  }
459 
460  } else {
461 
462  }
463  center_ = center;
464  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Distortion.center)
465 }
466 
467 // double k1 = 3;
468 inline void Distortion::clear_k1() {
469  k1_ = 0;
470 }
471 inline double Distortion::_internal_k1() const {
472  return k1_;
473 }
474 inline double Distortion::k1() const {
475  // @@protoc_insertion_point(field_get:ignition.msgs.Distortion.k1)
476  return _internal_k1();
477 }
478 inline void Distortion::_internal_set_k1(double value) {
479 
480  k1_ = value;
481 }
482 inline void Distortion::set_k1(double value) {
483  _internal_set_k1(value);
484  // @@protoc_insertion_point(field_set:ignition.msgs.Distortion.k1)
485 }
486 
487 // double k2 = 4;
488 inline void Distortion::clear_k2() {
489  k2_ = 0;
490 }
491 inline double Distortion::_internal_k2() const {
492  return k2_;
493 }
494 inline double Distortion::k2() const {
495  // @@protoc_insertion_point(field_get:ignition.msgs.Distortion.k2)
496  return _internal_k2();
497 }
498 inline void Distortion::_internal_set_k2(double value) {
499 
500  k2_ = value;
501 }
502 inline void Distortion::set_k2(double value) {
503  _internal_set_k2(value);
504  // @@protoc_insertion_point(field_set:ignition.msgs.Distortion.k2)
505 }
506 
507 // double k3 = 5;
508 inline void Distortion::clear_k3() {
509  k3_ = 0;
510 }
511 inline double Distortion::_internal_k3() const {
512  return k3_;
513 }
514 inline double Distortion::k3() const {
515  // @@protoc_insertion_point(field_get:ignition.msgs.Distortion.k3)
516  return _internal_k3();
517 }
518 inline void Distortion::_internal_set_k3(double value) {
519 
520  k3_ = value;
521 }
522 inline void Distortion::set_k3(double value) {
523  _internal_set_k3(value);
524  // @@protoc_insertion_point(field_set:ignition.msgs.Distortion.k3)
525 }
526 
527 // double p1 = 6;
528 inline void Distortion::clear_p1() {
529  p1_ = 0;
530 }
531 inline double Distortion::_internal_p1() const {
532  return p1_;
533 }
534 inline double Distortion::p1() const {
535  // @@protoc_insertion_point(field_get:ignition.msgs.Distortion.p1)
536  return _internal_p1();
537 }
538 inline void Distortion::_internal_set_p1(double value) {
539 
540  p1_ = value;
541 }
542 inline void Distortion::set_p1(double value) {
543  _internal_set_p1(value);
544  // @@protoc_insertion_point(field_set:ignition.msgs.Distortion.p1)
545 }
546 
547 // double p2 = 7;
548 inline void Distortion::clear_p2() {
549  p2_ = 0;
550 }
551 inline double Distortion::_internal_p2() const {
552  return p2_;
553 }
554 inline double Distortion::p2() const {
555  // @@protoc_insertion_point(field_get:ignition.msgs.Distortion.p2)
556  return _internal_p2();
557 }
558 inline void Distortion::_internal_set_p2(double value) {
559 
560  p2_ = value;
561 }
562 inline void Distortion::set_p2(double value) {
563  _internal_set_p2(value);
564  // @@protoc_insertion_point(field_set:ignition.msgs.Distortion.p2)
565 }
566 
567 #ifdef __GNUC__
568  #pragma GCC diagnostic pop
569 #endif // __GNUC__
570 
575 // @@protoc_insertion_point(namespace_scope)
576 
577 } // namespace msgs
578 } // namespace ignition
579 
580 #ifdef _MSC_VER
581 #pragma warning(pop)
582 #endif
583 // @@protoc_insertion_point(global_scope)
584 
585 #include <google/protobuf/port_undef.inc>
586 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fdistortion_2eproto
Distortion & operator=(const Distortion &from)
Definition: distortion.pb.h:96
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: distortion.pb.h:115
CameraInfo_Distortion Distortion
Definition: camera_info.pb.h:724
Distortion()
Definition: distortion.pb.h:87
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: distortion.pb.h:109
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: distortion.pb.h:130
Distortion * New() const final
Definition: distortion.pb.h:146
void UnsafeArenaSwap(Distortion *other)
Definition: distortion.pb.h:138
::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: distortion.pb.h:91
void set_allocated_header(::ignition::msgs::Header *header)
Distortion & operator=(Distortion &&from) noexcept
Definition: distortion.pb.h:100
void unsafe_arena_set_allocated_center(::ignition::msgs::Vector2d *center)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const Distortion * internal_default_instance()
Definition: distortion.pb.h:120
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: distortion.pb.h:112
Distortion(::PROTOBUF_NAMESPACE_ID::Arena *arena)
::ignition::msgs::Vector2d * release_center()
friend void swap(Distortion &a, Distortion &b)
Definition: distortion.pb.h:127
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: distortion.pb.h:150
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fdistortion_2eproto
std::shared_ptr< const Distortion > ConstDistortionSharedPtr
Definition: distortion.pb.h:574
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::unique_ptr< const Distortion > ConstDistortionUniquePtr
Definition: distortion.pb.h:572
std::shared_ptr< Distortion > DistortionSharedPtr
Definition: distortion.pb.h:573
std::unique_ptr< Distortion > DistortionUniquePtr
Definition: distortion.pb.h:571
IGNITION_MSGS_VISIBLE DistortionDefaultTypeInternal _Distortion_default_instance_
IGNITION_MSGS_VISIBLE Vector2dDefaultTypeInternal _Vector2d_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)