Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/model.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/model.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fmodel_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fmodel_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>
36 #include "ignition/msgs/joint.pb.h"
37 #include "ignition/msgs/link.pb.h"
38 #include "ignition/msgs/pose.pb.h"
42 #ifndef _MSC_VER
43 #pragma GCC system_header
44 #else
45 #pragma warning(push)
46 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
47 #endif
48 #ifdef __linux__
49 #include <sys/sysmacros.h>
50 #endif
51 #include <memory>
52 #include <ignition/msgs/Export.hh>
53 // @@protoc_insertion_point(includes)
54 #include <google/protobuf/port_def.inc>
55 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fmodel_2eproto IGNITION_MSGS_VISIBLE
56 PROTOBUF_NAMESPACE_OPEN
57 namespace internal {
58 class AnyMetadata;
59 } // namespace internal
60 PROTOBUF_NAMESPACE_CLOSE
61 
62 // Internal implementation detail -- do not use these members.
63 struct IGNITION_MSGS_VISIBLE TableStruct_ignition_2fmsgs_2fmodel_2eproto {
64  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
65  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
66  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
67  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
68  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
69  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
70  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
71  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
72  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
73 };
74 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fmodel_2eproto;
75 namespace ignition {
76 namespace msgs {
77 class Model;
78 class ModelDefaultTypeInternal;
79 IGNITION_MSGS_VISIBLE extern ModelDefaultTypeInternal _Model_default_instance_;
80 } // namespace msgs
81 } // namespace ignition
82 PROTOBUF_NAMESPACE_OPEN
83 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Model* Arena::CreateMaybeMessage<::ignition::msgs::Model>(Arena*);
84 PROTOBUF_NAMESPACE_CLOSE
85 namespace ignition {
86 namespace msgs {
87 
88 // ===================================================================
89 
90 class IGNITION_MSGS_VISIBLE Model PROTOBUF_FINAL :
91  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Model) */ {
92  public:
93  inline Model() : Model(nullptr) {};
94  virtual ~Model();
95 
96  Model(const Model& from);
97  Model(Model&& from) noexcept
98  : Model() {
99  *this = ::std::move(from);
100  }
101 
102  inline Model& operator=(const Model& from) {
103  CopyFrom(from);
104  return *this;
105  }
106  inline Model& operator=(Model&& from) noexcept {
107  if (GetArena() == from.GetArena()) {
108  if (this != &from) InternalSwap(&from);
109  } else {
110  CopyFrom(from);
111  }
112  return *this;
113  }
114 
115  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
116  return GetDescriptor();
117  }
118  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
119  return GetMetadataStatic().descriptor;
120  }
121  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
122  return GetMetadataStatic().reflection;
123  }
124  static const Model& default_instance();
125 
126  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
127  static inline const Model* internal_default_instance() {
128  return reinterpret_cast<const Model*>(
130  }
131  static constexpr int kIndexInFileMessages =
132  0;
133 
134  friend void swap(Model& a, Model& b) {
135  a.Swap(&b);
136  }
137  inline void Swap(Model* other) {
138  if (other == this) return;
139  if (GetArena() == other->GetArena()) {
140  InternalSwap(other);
141  } else {
142  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
143  }
144  }
145  void UnsafeArenaSwap(Model* other) {
146  if (other == this) return;
147  GOOGLE_DCHECK(GetArena() == other->GetArena());
148  InternalSwap(other);
149  }
150 
151  // implements Message ----------------------------------------------
152 
153  inline Model* New() const final {
154  return CreateMaybeMessage<Model>(nullptr);
155  }
156 
157  Model* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
158  return CreateMaybeMessage<Model>(arena);
159  }
160  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
161  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
162  void CopyFrom(const Model& from);
163  void MergeFrom(const Model& from);
164  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
165  bool IsInitialized() const final;
166 
167  size_t ByteSizeLong() const final;
168  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
169  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
170  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
171  int GetCachedSize() const final { return _cached_size_.Get(); }
172 
173  private:
174  inline void SharedCtor();
175  inline void SharedDtor();
176  void SetCachedSize(int size) const final;
177  void InternalSwap(Model* other);
178  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
179  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
180  return "ignition.msgs.Model";
181  }
182  protected:
183  explicit Model(::PROTOBUF_NAMESPACE_ID::Arena* arena);
184  private:
185  static void ArenaDtor(void* object);
186  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
187  public:
188 
189  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
190  private:
191  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
192  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fmodel_2eproto);
193  return ::descriptor_table_ignition_2fmsgs_2fmodel_2eproto.file_level_metadata[kIndexInFileMessages];
194  }
195 
196  public:
197 
198  // nested types ----------------------------------------------------
199 
200  // accessors -------------------------------------------------------
201 
202  enum : int {
203  kJointFieldNumber = 6,
204  kLinkFieldNumber = 7,
205  kVisualFieldNumber = 9,
206  kModelFieldNumber = 12,
207  kNameFieldNumber = 2,
208  kHeaderFieldNumber = 1,
209  kPoseFieldNumber = 5,
210  kScaleFieldNumber = 10,
211  kBoundingBoxFieldNumber = 13,
212  kIdFieldNumber = 3,
213  kIsStaticFieldNumber = 4,
214  kDeletedFieldNumber = 8,
215  kSelfCollideFieldNumber = 11,
216  };
217  // repeated .ignition.msgs.Joint joint = 6;
218  int joint_size() const;
219  private:
220  int _internal_joint_size() const;
221  public:
222  void clear_joint();
223  ::ignition::msgs::Joint* mutable_joint(int index);
224  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Joint >*
226  private:
227  const ::ignition::msgs::Joint& _internal_joint(int index) const;
228  ::ignition::msgs::Joint* _internal_add_joint();
229  public:
230  const ::ignition::msgs::Joint& joint(int index) const;
231  ::ignition::msgs::Joint* add_joint();
232  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Joint >&
233  joint() const;
234 
235  // repeated .ignition.msgs.Link link = 7;
236  int link_size() const;
237  private:
238  int _internal_link_size() const;
239  public:
240  void clear_link();
241  ::ignition::msgs::Link* mutable_link(int index);
242  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Link >*
244  private:
245  const ::ignition::msgs::Link& _internal_link(int index) const;
246  ::ignition::msgs::Link* _internal_add_link();
247  public:
248  const ::ignition::msgs::Link& link(int index) const;
249  ::ignition::msgs::Link* add_link();
250  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Link >&
251  link() const;
252 
253  // repeated .ignition.msgs.Visual visual = 9;
254  int visual_size() const;
255  private:
256  int _internal_visual_size() const;
257  public:
258  void clear_visual();
259  ::ignition::msgs::Visual* mutable_visual(int index);
260  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Visual >*
262  private:
263  const ::ignition::msgs::Visual& _internal_visual(int index) const;
264  ::ignition::msgs::Visual* _internal_add_visual();
265  public:
266  const ::ignition::msgs::Visual& visual(int index) const;
267  ::ignition::msgs::Visual* add_visual();
268  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Visual >&
269  visual() const;
270 
271  // repeated .ignition.msgs.Model model = 12;
272  int model_size() const;
273  private:
274  int _internal_model_size() const;
275  public:
276  void clear_model();
277  ::ignition::msgs::Model* mutable_model(int index);
278  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model >*
280  private:
281  const ::ignition::msgs::Model& _internal_model(int index) const;
282  ::ignition::msgs::Model* _internal_add_model();
283  public:
284  const ::ignition::msgs::Model& model(int index) const;
285  ::ignition::msgs::Model* add_model();
286  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model >&
287  model() const;
288 
289  // string name = 2;
290  void clear_name();
291  const std::string& name() const;
292  void set_name(const std::string& value);
293  void set_name(std::string&& value);
294  void set_name(const char* value);
295  void set_name(const char* value, size_t size);
299  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
300  " string fields are deprecated and will be removed in a"
301  " future release.")
302  std::string* unsafe_arena_release_name();
303  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
304  " string fields are deprecated and will be removed in a"
305  " future release.")
306  void unsafe_arena_set_allocated_name(
307  std::string* name);
308  private:
309  const std::string& _internal_name() const;
310  void _internal_set_name(const std::string& value);
311  std::string* _internal_mutable_name();
312  public:
313 
314  // .ignition.msgs.Header header = 1;
315  bool has_header() const;
316  private:
317  bool _internal_has_header() const;
318  public:
319  void clear_header();
320  const ::ignition::msgs::Header& header() const;
321  ::ignition::msgs::Header* release_header();
322  ::ignition::msgs::Header* mutable_header();
323  void set_allocated_header(::ignition::msgs::Header* header);
324  private:
325  const ::ignition::msgs::Header& _internal_header() const;
326  ::ignition::msgs::Header* _internal_mutable_header();
327  public:
328  void unsafe_arena_set_allocated_header(
329  ::ignition::msgs::Header* header);
330  ::ignition::msgs::Header* unsafe_arena_release_header();
331 
332  // .ignition.msgs.Pose pose = 5;
333  bool has_pose() const;
334  private:
335  bool _internal_has_pose() const;
336  public:
337  void clear_pose();
338  const ::ignition::msgs::Pose& pose() const;
339  ::ignition::msgs::Pose* release_pose();
340  ::ignition::msgs::Pose* mutable_pose();
341  void set_allocated_pose(::ignition::msgs::Pose* pose);
342  private:
343  const ::ignition::msgs::Pose& _internal_pose() const;
344  ::ignition::msgs::Pose* _internal_mutable_pose();
345  public:
346  void unsafe_arena_set_allocated_pose(
347  ::ignition::msgs::Pose* pose);
348  ::ignition::msgs::Pose* unsafe_arena_release_pose();
349 
350  // .ignition.msgs.Vector3d scale = 10;
351  bool has_scale() const;
352  private:
353  bool _internal_has_scale() const;
354  public:
355  void clear_scale();
356  const ::ignition::msgs::Vector3d& scale() const;
357  ::ignition::msgs::Vector3d* release_scale();
358  ::ignition::msgs::Vector3d* mutable_scale();
359  void set_allocated_scale(::ignition::msgs::Vector3d* scale);
360  private:
361  const ::ignition::msgs::Vector3d& _internal_scale() const;
362  ::ignition::msgs::Vector3d* _internal_mutable_scale();
363  public:
364  void unsafe_arena_set_allocated_scale(
365  ::ignition::msgs::Vector3d* scale);
366  ::ignition::msgs::Vector3d* unsafe_arena_release_scale();
367 
368  // .ignition.msgs.AxisAlignedBox bounding_box = 13;
369  bool has_bounding_box() const;
370  private:
371  bool _internal_has_bounding_box() const;
372  public:
373  void clear_bounding_box();
374  const ::ignition::msgs::AxisAlignedBox& bounding_box() const;
375  ::ignition::msgs::AxisAlignedBox* release_bounding_box();
376  ::ignition::msgs::AxisAlignedBox* mutable_bounding_box();
377  void set_allocated_bounding_box(::ignition::msgs::AxisAlignedBox* bounding_box);
378  private:
379  const ::ignition::msgs::AxisAlignedBox& _internal_bounding_box() const;
380  ::ignition::msgs::AxisAlignedBox* _internal_mutable_bounding_box();
381  public:
382  void unsafe_arena_set_allocated_bounding_box(
383  ::ignition::msgs::AxisAlignedBox* bounding_box);
384  ::ignition::msgs::AxisAlignedBox* unsafe_arena_release_bounding_box();
385 
386  // uint32 id = 3;
387  void clear_id();
388  ::PROTOBUF_NAMESPACE_ID::uint32 id() const;
389  void set_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
390  private:
391  ::PROTOBUF_NAMESPACE_ID::uint32 _internal_id() const;
392  void _internal_set_id(::PROTOBUF_NAMESPACE_ID::uint32 value);
393  public:
394 
395  // bool is_static = 4;
396  void clear_is_static();
397  bool is_static() const;
398  void set_is_static(bool value);
399  private:
400  bool _internal_is_static() const;
401  void _internal_set_is_static(bool value);
402  public:
403 
404  // bool deleted = 8;
405  void clear_deleted();
406  bool deleted() const;
407  void set_deleted(bool value);
408  private:
409  bool _internal_deleted() const;
410  void _internal_set_deleted(bool value);
411  public:
412 
413  // bool self_collide = 11;
414  void clear_self_collide();
415  bool self_collide() const;
416  void set_self_collide(bool value);
417  private:
418  bool _internal_self_collide() const;
419  void _internal_set_self_collide(bool value);
420  public:
421 
422  // @@protoc_insertion_point(class_scope:ignition.msgs.Model)
423  private:
424  class _Internal;
425 
426  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
427  typedef void InternalArenaConstructable_;
428  typedef void DestructorSkippable_;
429  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Joint > joint_;
430  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Link > link_;
431  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Visual > visual_;
432  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model > model_;
433  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_;
434  ::ignition::msgs::Header* header_;
435  ::ignition::msgs::Pose* pose_;
436  ::ignition::msgs::Vector3d* scale_;
437  ::ignition::msgs::AxisAlignedBox* bounding_box_;
438  ::PROTOBUF_NAMESPACE_ID::uint32 id_;
439  bool is_static_;
440  bool deleted_;
441  bool self_collide_;
442  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
444 };
445 // ===================================================================
446 
447 
448 // ===================================================================
449 
450 #ifdef __GNUC__
451  #pragma GCC diagnostic push
452  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
453 #endif // __GNUC__
454 // Model
455 
456 // .ignition.msgs.Header header = 1;
457 inline bool Model::_internal_has_header() const {
458  return this != internal_default_instance() && header_ != nullptr;
459 }
460 inline bool Model::has_header() const {
461  return _internal_has_header();
462 }
463 inline const ::ignition::msgs::Header& Model::_internal_header() const {
464  const ::ignition::msgs::Header* p = header_;
465  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
467 }
468 inline const ::ignition::msgs::Header& Model::header() const {
469  // @@protoc_insertion_point(field_get:ignition.msgs.Model.header)
470  return _internal_header();
471 }
472 inline void Model::unsafe_arena_set_allocated_header(
473  ::ignition::msgs::Header* header) {
474  if (GetArena() == nullptr) {
475  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
476  }
477  header_ = header;
478  if (header) {
479 
480  } else {
481 
482  }
483  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Model.header)
484 }
485 inline ::ignition::msgs::Header* Model::release_header() {
486  auto temp = unsafe_arena_release_header();
487  if (GetArena() != nullptr) {
488  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
489  }
490  return temp;
491 }
492 inline ::ignition::msgs::Header* Model::unsafe_arena_release_header() {
493  // @@protoc_insertion_point(field_release:ignition.msgs.Model.header)
494 
495  ::ignition::msgs::Header* temp = header_;
496  header_ = nullptr;
497  return temp;
498 }
499 inline ::ignition::msgs::Header* Model::_internal_mutable_header() {
500 
501  if (header_ == nullptr) {
502  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
503  header_ = p;
504  }
505  return header_;
506 }
507 inline ::ignition::msgs::Header* Model::mutable_header() {
508  // @@protoc_insertion_point(field_mutable:ignition.msgs.Model.header)
509  return _internal_mutable_header();
510 }
511 inline void Model::set_allocated_header(::ignition::msgs::Header* header) {
512  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
513  if (message_arena == nullptr) {
514  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
515  }
516  if (header) {
517  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
518  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
519  if (message_arena != submessage_arena) {
520  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
521  message_arena, header, submessage_arena);
522  }
523 
524  } else {
525 
526  }
527  header_ = header;
528  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Model.header)
529 }
530 
531 // string name = 2;
532 inline void Model::clear_name() {
533  name_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
534 }
535 inline const std::string& Model::name() const {
536  // @@protoc_insertion_point(field_get:ignition.msgs.Model.name)
537  return _internal_name();
538 }
539 inline void Model::set_name(const std::string& value) {
540  _internal_set_name(value);
541  // @@protoc_insertion_point(field_set:ignition.msgs.Model.name)
542 }
543 inline std::string* Model::mutable_name() {
544  // @@protoc_insertion_point(field_mutable:ignition.msgs.Model.name)
545  return _internal_mutable_name();
546 }
547 inline const std::string& Model::_internal_name() const {
548  return name_.Get();
549 }
550 inline void Model::_internal_set_name(const std::string& value) {
551 
552  name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
553 }
554 inline void Model::set_name(std::string&& value) {
555 
556  name_.Set(
557  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
558  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.Model.name)
559 }
560 inline void Model::set_name(const char* value) {
561  GOOGLE_DCHECK(value != nullptr);
562 
563  name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
564  GetArena());
565  // @@protoc_insertion_point(field_set_char:ignition.msgs.Model.name)
566 }
567 inline void Model::set_name(const char* value,
568  size_t size) {
569 
570  name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
571  reinterpret_cast<const char*>(value), size), GetArena());
572  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.Model.name)
573 }
574 inline std::string* Model::_internal_mutable_name() {
575 
576  return name_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
577 }
578 inline std::string* Model::release_name() {
579  // @@protoc_insertion_point(field_release:ignition.msgs.Model.name)
580  return name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
581 }
582 inline void Model::set_allocated_name(std::string* name) {
583  if (name != nullptr) {
584 
585  } else {
586 
587  }
588  name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name,
589  GetArena());
590  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Model.name)
591 }
592 inline std::string* Model::unsafe_arena_release_name() {
593  // @@protoc_insertion_point(field_unsafe_arena_release:ignition.msgs.Model.name)
594  GOOGLE_DCHECK(GetArena() != nullptr);
595 
596  return name_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
597  GetArena());
598 }
599 inline void Model::unsafe_arena_set_allocated_name(
600  std::string* name) {
601  GOOGLE_DCHECK(GetArena() != nullptr);
602  if (name != nullptr) {
603 
604  } else {
605 
606  }
607  name_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
608  name, GetArena());
609  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Model.name)
610 }
611 
612 // uint32 id = 3;
613 inline void Model::clear_id() {
614  id_ = 0u;
615 }
616 inline ::PROTOBUF_NAMESPACE_ID::uint32 Model::_internal_id() const {
617  return id_;
618 }
619 inline ::PROTOBUF_NAMESPACE_ID::uint32 Model::id() const {
620  // @@protoc_insertion_point(field_get:ignition.msgs.Model.id)
621  return _internal_id();
622 }
623 inline void Model::_internal_set_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
624 
625  id_ = value;
626 }
627 inline void Model::set_id(::PROTOBUF_NAMESPACE_ID::uint32 value) {
628  _internal_set_id(value);
629  // @@protoc_insertion_point(field_set:ignition.msgs.Model.id)
630 }
631 
632 // bool is_static = 4;
633 inline void Model::clear_is_static() {
634  is_static_ = false;
635 }
636 inline bool Model::_internal_is_static() const {
637  return is_static_;
638 }
639 inline bool Model::is_static() const {
640  // @@protoc_insertion_point(field_get:ignition.msgs.Model.is_static)
641  return _internal_is_static();
642 }
643 inline void Model::_internal_set_is_static(bool value) {
644 
645  is_static_ = value;
646 }
647 inline void Model::set_is_static(bool value) {
648  _internal_set_is_static(value);
649  // @@protoc_insertion_point(field_set:ignition.msgs.Model.is_static)
650 }
651 
652 // .ignition.msgs.Pose pose = 5;
653 inline bool Model::_internal_has_pose() const {
654  return this != internal_default_instance() && pose_ != nullptr;
655 }
656 inline bool Model::has_pose() const {
657  return _internal_has_pose();
658 }
659 inline const ::ignition::msgs::Pose& Model::_internal_pose() const {
660  const ::ignition::msgs::Pose* p = pose_;
661  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Pose*>(
663 }
664 inline const ::ignition::msgs::Pose& Model::pose() const {
665  // @@protoc_insertion_point(field_get:ignition.msgs.Model.pose)
666  return _internal_pose();
667 }
668 inline void Model::unsafe_arena_set_allocated_pose(
669  ::ignition::msgs::Pose* pose) {
670  if (GetArena() == nullptr) {
671  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(pose_);
672  }
673  pose_ = pose;
674  if (pose) {
675 
676  } else {
677 
678  }
679  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Model.pose)
680 }
681 inline ::ignition::msgs::Pose* Model::release_pose() {
682  auto temp = unsafe_arena_release_pose();
683  if (GetArena() != nullptr) {
684  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
685  }
686  return temp;
687 }
688 inline ::ignition::msgs::Pose* Model::unsafe_arena_release_pose() {
689  // @@protoc_insertion_point(field_release:ignition.msgs.Model.pose)
690 
691  ::ignition::msgs::Pose* temp = pose_;
692  pose_ = nullptr;
693  return temp;
694 }
695 inline ::ignition::msgs::Pose* Model::_internal_mutable_pose() {
696 
697  if (pose_ == nullptr) {
698  auto* p = CreateMaybeMessage<::ignition::msgs::Pose>(GetArena());
699  pose_ = p;
700  }
701  return pose_;
702 }
703 inline ::ignition::msgs::Pose* Model::mutable_pose() {
704  // @@protoc_insertion_point(field_mutable:ignition.msgs.Model.pose)
705  return _internal_mutable_pose();
706 }
707 inline void Model::set_allocated_pose(::ignition::msgs::Pose* pose) {
708  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
709  if (message_arena == nullptr) {
710  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(pose_);
711  }
712  if (pose) {
713  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
714  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(pose)->GetArena();
715  if (message_arena != submessage_arena) {
716  pose = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
717  message_arena, pose, submessage_arena);
718  }
719 
720  } else {
721 
722  }
723  pose_ = pose;
724  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Model.pose)
725 }
726 
727 // repeated .ignition.msgs.Joint joint = 6;
728 inline int Model::_internal_joint_size() const {
729  return joint_.size();
730 }
731 inline int Model::joint_size() const {
732  return _internal_joint_size();
733 }
734 inline ::ignition::msgs::Joint* Model::mutable_joint(int index) {
735  // @@protoc_insertion_point(field_mutable:ignition.msgs.Model.joint)
736  return joint_.Mutable(index);
737 }
738 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Joint >*
739 Model::mutable_joint() {
740  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.Model.joint)
741  return &joint_;
742 }
743 inline const ::ignition::msgs::Joint& Model::_internal_joint(int index) const {
744  return joint_.Get(index);
745 }
746 inline const ::ignition::msgs::Joint& Model::joint(int index) const {
747  // @@protoc_insertion_point(field_get:ignition.msgs.Model.joint)
748  return _internal_joint(index);
749 }
750 inline ::ignition::msgs::Joint* Model::_internal_add_joint() {
751  return joint_.Add();
752 }
753 inline ::ignition::msgs::Joint* Model::add_joint() {
754  // @@protoc_insertion_point(field_add:ignition.msgs.Model.joint)
755  return _internal_add_joint();
756 }
757 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Joint >&
758 Model::joint() const {
759  // @@protoc_insertion_point(field_list:ignition.msgs.Model.joint)
760  return joint_;
761 }
762 
763 // repeated .ignition.msgs.Link link = 7;
764 inline int Model::_internal_link_size() const {
765  return link_.size();
766 }
767 inline int Model::link_size() const {
768  return _internal_link_size();
769 }
770 inline ::ignition::msgs::Link* Model::mutable_link(int index) {
771  // @@protoc_insertion_point(field_mutable:ignition.msgs.Model.link)
772  return link_.Mutable(index);
773 }
774 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Link >*
775 Model::mutable_link() {
776  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.Model.link)
777  return &link_;
778 }
779 inline const ::ignition::msgs::Link& Model::_internal_link(int index) const {
780  return link_.Get(index);
781 }
782 inline const ::ignition::msgs::Link& Model::link(int index) const {
783  // @@protoc_insertion_point(field_get:ignition.msgs.Model.link)
784  return _internal_link(index);
785 }
786 inline ::ignition::msgs::Link* Model::_internal_add_link() {
787  return link_.Add();
788 }
789 inline ::ignition::msgs::Link* Model::add_link() {
790  // @@protoc_insertion_point(field_add:ignition.msgs.Model.link)
791  return _internal_add_link();
792 }
793 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Link >&
794 Model::link() const {
795  // @@protoc_insertion_point(field_list:ignition.msgs.Model.link)
796  return link_;
797 }
798 
799 // bool deleted = 8;
800 inline void Model::clear_deleted() {
801  deleted_ = false;
802 }
803 inline bool Model::_internal_deleted() const {
804  return deleted_;
805 }
806 inline bool Model::deleted() const {
807  // @@protoc_insertion_point(field_get:ignition.msgs.Model.deleted)
808  return _internal_deleted();
809 }
810 inline void Model::_internal_set_deleted(bool value) {
811 
812  deleted_ = value;
813 }
814 inline void Model::set_deleted(bool value) {
815  _internal_set_deleted(value);
816  // @@protoc_insertion_point(field_set:ignition.msgs.Model.deleted)
817 }
818 
819 // repeated .ignition.msgs.Visual visual = 9;
820 inline int Model::_internal_visual_size() const {
821  return visual_.size();
822 }
823 inline int Model::visual_size() const {
824  return _internal_visual_size();
825 }
826 inline ::ignition::msgs::Visual* Model::mutable_visual(int index) {
827  // @@protoc_insertion_point(field_mutable:ignition.msgs.Model.visual)
828  return visual_.Mutable(index);
829 }
830 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Visual >*
831 Model::mutable_visual() {
832  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.Model.visual)
833  return &visual_;
834 }
835 inline const ::ignition::msgs::Visual& Model::_internal_visual(int index) const {
836  return visual_.Get(index);
837 }
838 inline const ::ignition::msgs::Visual& Model::visual(int index) const {
839  // @@protoc_insertion_point(field_get:ignition.msgs.Model.visual)
840  return _internal_visual(index);
841 }
842 inline ::ignition::msgs::Visual* Model::_internal_add_visual() {
843  return visual_.Add();
844 }
845 inline ::ignition::msgs::Visual* Model::add_visual() {
846  // @@protoc_insertion_point(field_add:ignition.msgs.Model.visual)
847  return _internal_add_visual();
848 }
849 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Visual >&
850 Model::visual() const {
851  // @@protoc_insertion_point(field_list:ignition.msgs.Model.visual)
852  return visual_;
853 }
854 
855 // .ignition.msgs.Vector3d scale = 10;
856 inline bool Model::_internal_has_scale() const {
857  return this != internal_default_instance() && scale_ != nullptr;
858 }
859 inline bool Model::has_scale() const {
860  return _internal_has_scale();
861 }
862 inline const ::ignition::msgs::Vector3d& Model::_internal_scale() const {
863  const ::ignition::msgs::Vector3d* p = scale_;
864  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Vector3d*>(
866 }
867 inline const ::ignition::msgs::Vector3d& Model::scale() const {
868  // @@protoc_insertion_point(field_get:ignition.msgs.Model.scale)
869  return _internal_scale();
870 }
871 inline void Model::unsafe_arena_set_allocated_scale(
872  ::ignition::msgs::Vector3d* scale) {
873  if (GetArena() == nullptr) {
874  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(scale_);
875  }
876  scale_ = scale;
877  if (scale) {
878 
879  } else {
880 
881  }
882  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Model.scale)
883 }
884 inline ::ignition::msgs::Vector3d* Model::release_scale() {
885  auto temp = unsafe_arena_release_scale();
886  if (GetArena() != nullptr) {
887  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
888  }
889  return temp;
890 }
891 inline ::ignition::msgs::Vector3d* Model::unsafe_arena_release_scale() {
892  // @@protoc_insertion_point(field_release:ignition.msgs.Model.scale)
893 
894  ::ignition::msgs::Vector3d* temp = scale_;
895  scale_ = nullptr;
896  return temp;
897 }
898 inline ::ignition::msgs::Vector3d* Model::_internal_mutable_scale() {
899 
900  if (scale_ == nullptr) {
901  auto* p = CreateMaybeMessage<::ignition::msgs::Vector3d>(GetArena());
902  scale_ = p;
903  }
904  return scale_;
905 }
906 inline ::ignition::msgs::Vector3d* Model::mutable_scale() {
907  // @@protoc_insertion_point(field_mutable:ignition.msgs.Model.scale)
908  return _internal_mutable_scale();
909 }
910 inline void Model::set_allocated_scale(::ignition::msgs::Vector3d* scale) {
911  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
912  if (message_arena == nullptr) {
913  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(scale_);
914  }
915  if (scale) {
916  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
917  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(scale)->GetArena();
918  if (message_arena != submessage_arena) {
919  scale = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
920  message_arena, scale, submessage_arena);
921  }
922 
923  } else {
924 
925  }
926  scale_ = scale;
927  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Model.scale)
928 }
929 
930 // bool self_collide = 11;
931 inline void Model::clear_self_collide() {
932  self_collide_ = false;
933 }
934 inline bool Model::_internal_self_collide() const {
935  return self_collide_;
936 }
937 inline bool Model::self_collide() const {
938  // @@protoc_insertion_point(field_get:ignition.msgs.Model.self_collide)
939  return _internal_self_collide();
940 }
941 inline void Model::_internal_set_self_collide(bool value) {
942 
943  self_collide_ = value;
944 }
945 inline void Model::set_self_collide(bool value) {
946  _internal_set_self_collide(value);
947  // @@protoc_insertion_point(field_set:ignition.msgs.Model.self_collide)
948 }
949 
950 // repeated .ignition.msgs.Model model = 12;
951 inline int Model::_internal_model_size() const {
952  return model_.size();
953 }
954 inline int Model::model_size() const {
955  return _internal_model_size();
956 }
957 inline void Model::clear_model() {
958  model_.Clear();
959 }
960 inline ::ignition::msgs::Model* Model::mutable_model(int index) {
961  // @@protoc_insertion_point(field_mutable:ignition.msgs.Model.model)
962  return model_.Mutable(index);
963 }
964 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model >*
965 Model::mutable_model() {
966  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.Model.model)
967  return &model_;
968 }
969 inline const ::ignition::msgs::Model& Model::_internal_model(int index) const {
970  return model_.Get(index);
971 }
972 inline const ::ignition::msgs::Model& Model::model(int index) const {
973  // @@protoc_insertion_point(field_get:ignition.msgs.Model.model)
974  return _internal_model(index);
975 }
976 inline ::ignition::msgs::Model* Model::_internal_add_model() {
977  return model_.Add();
978 }
979 inline ::ignition::msgs::Model* Model::add_model() {
980  // @@protoc_insertion_point(field_add:ignition.msgs.Model.model)
981  return _internal_add_model();
982 }
983 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model >&
984 Model::model() const {
985  // @@protoc_insertion_point(field_list:ignition.msgs.Model.model)
986  return model_;
987 }
988 
989 // .ignition.msgs.AxisAlignedBox bounding_box = 13;
990 inline bool Model::_internal_has_bounding_box() const {
991  return this != internal_default_instance() && bounding_box_ != nullptr;
992 }
993 inline bool Model::has_bounding_box() const {
994  return _internal_has_bounding_box();
995 }
996 inline const ::ignition::msgs::AxisAlignedBox& Model::_internal_bounding_box() const {
997  const ::ignition::msgs::AxisAlignedBox* p = bounding_box_;
998  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::AxisAlignedBox*>(
1000 }
1001 inline const ::ignition::msgs::AxisAlignedBox& Model::bounding_box() const {
1002  // @@protoc_insertion_point(field_get:ignition.msgs.Model.bounding_box)
1003  return _internal_bounding_box();
1004 }
1005 inline void Model::unsafe_arena_set_allocated_bounding_box(
1006  ::ignition::msgs::AxisAlignedBox* bounding_box) {
1007  if (GetArena() == nullptr) {
1008  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(bounding_box_);
1009  }
1010  bounding_box_ = bounding_box;
1011  if (bounding_box) {
1012 
1013  } else {
1014 
1015  }
1016  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Model.bounding_box)
1017 }
1018 inline ::ignition::msgs::AxisAlignedBox* Model::release_bounding_box() {
1019  auto temp = unsafe_arena_release_bounding_box();
1020  if (GetArena() != nullptr) {
1021  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
1022  }
1023  return temp;
1024 }
1025 inline ::ignition::msgs::AxisAlignedBox* Model::unsafe_arena_release_bounding_box() {
1026  // @@protoc_insertion_point(field_release:ignition.msgs.Model.bounding_box)
1027 
1028  ::ignition::msgs::AxisAlignedBox* temp = bounding_box_;
1029  bounding_box_ = nullptr;
1030  return temp;
1031 }
1032 inline ::ignition::msgs::AxisAlignedBox* Model::_internal_mutable_bounding_box() {
1033 
1034  if (bounding_box_ == nullptr) {
1035  auto* p = CreateMaybeMessage<::ignition::msgs::AxisAlignedBox>(GetArena());
1036  bounding_box_ = p;
1037  }
1038  return bounding_box_;
1039 }
1040 inline ::ignition::msgs::AxisAlignedBox* Model::mutable_bounding_box() {
1041  // @@protoc_insertion_point(field_mutable:ignition.msgs.Model.bounding_box)
1042  return _internal_mutable_bounding_box();
1043 }
1044 inline void Model::set_allocated_bounding_box(::ignition::msgs::AxisAlignedBox* bounding_box) {
1045  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
1046  if (message_arena == nullptr) {
1047  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(bounding_box_);
1048  }
1049  if (bounding_box) {
1050  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
1051  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(bounding_box)->GetArena();
1052  if (message_arena != submessage_arena) {
1053  bounding_box = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
1054  message_arena, bounding_box, submessage_arena);
1055  }
1056 
1057  } else {
1058 
1059  }
1060  bounding_box_ = bounding_box;
1061  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Model.bounding_box)
1062 }
1063 
1064 #ifdef __GNUC__
1065  #pragma GCC diagnostic pop
1066 #endif // __GNUC__
1067 
1072 // @@protoc_insertion_point(namespace_scope)
1073 
1074 } // namespace msgs
1075 } // namespace ignition
1076 
1077 #ifdef _MSC_VER
1078 #pragma warning(pop)
1079 #endif
1080 // @@protoc_insertion_point(global_scope)
1081 
1082 #include <google/protobuf/port_undef.inc>
1083 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fmodel_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fmodel_2eproto
const ::ignition::msgs::Model & model(int index) const
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Link > * mutable_link()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model > & model() const
::ignition::msgs::Model * add_model()
Model & operator=(const Model &from)
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:102
Model * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:153
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:121
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
const ::ignition::msgs::Link & link(int index) const
void set_name(const char *value, size_t size)
::ignition::msgs::Link * add_link()
Model(::PROTOBUF_NAMESPACE_ID::Arena *arena)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:115
Model()
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:93
void set_name(const std::string &value)
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Joint > & joint() const
::ignition::msgs::Model * mutable_model(int index)
FuelMetadata_Model Model
Definition: build/ignition-msgs8/include/ignition/msgs/fuel_metadata.pb.h:1523
::ignition::msgs::Joint * mutable_joint(int index)
Model(Model &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:97
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Joint > * mutable_joint()
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
::ignition::msgs::Joint * add_joint()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Visual > & visual() const
JointAnimation_Joint Joint
Definition: build/ignition-msgs8/include/ignition/msgs/joint_animation.pb.h:376
::ignition::msgs::Visual * mutable_visual(int index)
static const Model & default_instance()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Model * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:157
const ::ignition::msgs::Visual & visual(int index) const
void CopyFrom(const Model &from)
void UnsafeArenaSwap(Model *other)
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:145
Model & operator=(Model &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:106
::ignition::msgs::Link * mutable_link(int index)
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:118
::ignition::msgs::Visual * add_visual()
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model > * mutable_model()
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Link > & link() const
static const Model * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:127
const std::string & name() const
void set_name(const char *value)
void set_name(std::string &&value)
void Swap(Model *other)
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:137
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Visual > * mutable_visual()
friend void swap(Model &a, Model &b)
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:134
void set_allocated_name(std::string *name)
const ::ignition::msgs::Joint & joint(int index) const
void MergeFrom(const Model &from)
T move(T... args)
Vector3< double > Vector3d
std::shared_ptr< const Model > ConstModelSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:1071
IGNITION_MSGS_VISIBLE Vector3dDefaultTypeInternal _Vector3d_default_instance_
IGNITION_MSGS_VISIBLE ModelDefaultTypeInternal _Model_default_instance_
std::shared_ptr< Model > ModelSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:1070
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::unique_ptr< const Model > ConstModelUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:1069
IGNITION_MSGS_VISIBLE PoseDefaultTypeInternal _Pose_default_instance_
std::unique_ptr< Model > ModelUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:1068
IGNITION_MSGS_VISIBLE AxisAlignedBoxDefaultTypeInternal _AxisAlignedBox_default_instance_
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/model.pb.h:63
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)