Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/axis_aligned_box.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
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 3006001 < GOOGLE_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/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.h>
29 #include <google/protobuf/message.h>
30 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
31 #include <google/protobuf/extension_set.h> // IWYU pragma: export
32 #include <google/protobuf/unknown_field_set.h>
35 #ifndef _MSC_VER
36 #pragma GCC system_header
37 #else
38 #pragma warning(push)
39 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
40 #endif
41 #ifdef __linux__
42 #include <sys/sysmacros.h>
43 #endif
44 #include <memory>
45 #include <ignition/msgs/Export.hh>
46 // @@protoc_insertion_point(includes)
47 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto IGNITION_MSGS_VISIBLE
48 
50 // Internal implementation detail -- do not use these members.
51 struct IGNITION_MSGS_VISIBLE TableStruct {
52  static const ::google::protobuf::internal::ParseTableField entries[];
53  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
54  static const ::google::protobuf::internal::ParseTable schema[1];
55  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
56  static const ::google::protobuf::internal::SerializationTable serialization_table[];
57  static const ::google::protobuf::uint32 offsets[];
58 };
59 void IGNITION_MSGS_VISIBLE AddDescriptors();
60 } // namespace protobuf_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto
61 namespace ignition {
62 namespace msgs {
63 class AxisAlignedBox;
64 class AxisAlignedBoxDefaultTypeInternal;
65 IGNITION_MSGS_VISIBLE extern AxisAlignedBoxDefaultTypeInternal _AxisAlignedBox_default_instance_;
66 } // namespace msgs
67 } // namespace ignition
68 namespace google {
69 namespace protobuf {
70 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::AxisAlignedBox* Arena::CreateMaybeMessage<::ignition::msgs::AxisAlignedBox>(Arena*);
71 } // namespace protobuf
72 } // namespace google
73 namespace ignition {
74 namespace msgs {
75 
76 // ===================================================================
77 
78 class IGNITION_MSGS_VISIBLE AxisAlignedBox : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.AxisAlignedBox) */ {
79  public:
81  virtual ~AxisAlignedBox();
82 
83  AxisAlignedBox(const AxisAlignedBox& from);
84 
85  inline AxisAlignedBox& operator=(const AxisAlignedBox& from) {
86  CopyFrom(from);
87  return *this;
88  }
89  #if LANG_CXX11
90  AxisAlignedBox(AxisAlignedBox&& from) noexcept
91  : AxisAlignedBox() {
92  *this = ::std::move(from);
93  }
94 
95  inline AxisAlignedBox& operator=(AxisAlignedBox&& from) noexcept {
96  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
97  if (this != &from) InternalSwap(&from);
98  } else {
99  CopyFrom(from);
100  }
101  return *this;
102  }
103  #endif
104  static const ::google::protobuf::Descriptor* descriptor();
105  static const AxisAlignedBox& default_instance();
106 
107  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
108  static inline const AxisAlignedBox* internal_default_instance() {
109  return reinterpret_cast<const AxisAlignedBox*>(
111  }
112  static constexpr int kIndexInFileMessages =
113  0;
114 
115  void Swap(AxisAlignedBox* other);
116  friend void swap(AxisAlignedBox& a, AxisAlignedBox& b) {
117  a.Swap(&b);
118  }
119 
120  // implements Message ----------------------------------------------
121 
122  inline AxisAlignedBox* New() const final {
123  return CreateMaybeMessage<AxisAlignedBox>(NULL);
124  }
125 
126  AxisAlignedBox* New(::google::protobuf::Arena* arena) const final {
127  return CreateMaybeMessage<AxisAlignedBox>(arena);
128  }
129  void CopyFrom(const ::google::protobuf::Message& from) final;
130  void MergeFrom(const ::google::protobuf::Message& from) final;
131  void CopyFrom(const AxisAlignedBox& from);
132  void MergeFrom(const AxisAlignedBox& from);
133  void Clear() final;
134  bool IsInitialized() const final;
135 
136  size_t ByteSizeLong() const final;
137  bool MergePartialFromCodedStream(
138  ::google::protobuf::io::CodedInputStream* input) final;
139  void SerializeWithCachedSizes(
140  ::google::protobuf::io::CodedOutputStream* output) const final;
141  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
142  bool deterministic, ::google::protobuf::uint8* target) const final;
143  int GetCachedSize() const final { return _cached_size_.Get(); }
144 
145  private:
146  void SharedCtor();
147  void SharedDtor();
148  void SetCachedSize(int size) const final;
149  void InternalSwap(AxisAlignedBox* other);
150  private:
151  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
152  return NULL;
153  }
154  inline void* MaybeArenaPtr() const {
155  return NULL;
156  }
157  public:
158 
159  ::google::protobuf::Metadata GetMetadata() const final;
160 
161  // nested types ----------------------------------------------------
162 
163  // accessors -------------------------------------------------------
164 
165  // .ignition.msgs.Header header = 1;
166  bool has_header() const;
167  void clear_header();
168  static const int kHeaderFieldNumber = 1;
169  private:
170  const ::ignition::msgs::Header& _internal_header() const;
171  public:
172  const ::ignition::msgs::Header& header() const;
173  ::ignition::msgs::Header* release_header();
174  ::ignition::msgs::Header* mutable_header();
175  void set_allocated_header(::ignition::msgs::Header* header);
176 
177  // .ignition.msgs.Vector3d min_corner = 2;
178  bool has_min_corner() const;
179  void clear_min_corner();
180  static const int kMinCornerFieldNumber = 2;
181  private:
182  const ::ignition::msgs::Vector3d& _internal_min_corner() const;
183  public:
184  const ::ignition::msgs::Vector3d& min_corner() const;
185  ::ignition::msgs::Vector3d* release_min_corner();
186  ::ignition::msgs::Vector3d* mutable_min_corner();
187  void set_allocated_min_corner(::ignition::msgs::Vector3d* min_corner);
188 
189  // .ignition.msgs.Vector3d max_corner = 3;
190  bool has_max_corner() const;
191  void clear_max_corner();
192  static const int kMaxCornerFieldNumber = 3;
193  private:
194  const ::ignition::msgs::Vector3d& _internal_max_corner() const;
195  public:
196  const ::ignition::msgs::Vector3d& max_corner() const;
197  ::ignition::msgs::Vector3d* release_max_corner();
198  ::ignition::msgs::Vector3d* mutable_max_corner();
199  void set_allocated_max_corner(::ignition::msgs::Vector3d* max_corner);
200 
201  // @@protoc_insertion_point(class_scope:ignition.msgs.AxisAlignedBox)
202  private:
203 
204  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
205  ::ignition::msgs::Header* header_;
206  ::ignition::msgs::Vector3d* min_corner_;
207  ::ignition::msgs::Vector3d* max_corner_;
208  mutable ::google::protobuf::internal::CachedSize _cached_size_;
210 };
211 // ===================================================================
212 
213 
214 // ===================================================================
215 
216 #ifdef __GNUC__
217  #pragma GCC diagnostic push
218  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
219 #endif // __GNUC__
220 // AxisAlignedBox
221 
222 // .ignition.msgs.Header header = 1;
223 inline bool AxisAlignedBox::has_header() const {
224  return this != internal_default_instance() && header_ != NULL;
225 }
226 inline const ::ignition::msgs::Header& AxisAlignedBox::_internal_header() const {
227  return *header_;
228 }
229 inline const ::ignition::msgs::Header& AxisAlignedBox::header() const {
230  const ::ignition::msgs::Header* p = header_;
231  // @@protoc_insertion_point(field_get:ignition.msgs.AxisAlignedBox.header)
232  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
234 }
235 inline ::ignition::msgs::Header* AxisAlignedBox::release_header() {
236  // @@protoc_insertion_point(field_release:ignition.msgs.AxisAlignedBox.header)
237 
238  ::ignition::msgs::Header* temp = header_;
239  header_ = NULL;
240  return temp;
241 }
242 inline ::ignition::msgs::Header* AxisAlignedBox::mutable_header() {
243 
244  if (header_ == NULL) {
245  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
246  header_ = p;
247  }
248  // @@protoc_insertion_point(field_mutable:ignition.msgs.AxisAlignedBox.header)
249  return header_;
250 }
252  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
253  if (message_arena == NULL) {
254  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
255  }
256  if (header) {
257  ::google::protobuf::Arena* submessage_arena = NULL;
258  if (message_arena != submessage_arena) {
259  header = ::google::protobuf::internal::GetOwnedMessage(
260  message_arena, header, submessage_arena);
261  }
262 
263  } else {
264 
265  }
266  header_ = header;
267  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.AxisAlignedBox.header)
268 }
269 
270 // .ignition.msgs.Vector3d min_corner = 2;
271 inline bool AxisAlignedBox::has_min_corner() const {
272  return this != internal_default_instance() && min_corner_ != NULL;
273 }
274 inline const ::ignition::msgs::Vector3d& AxisAlignedBox::_internal_min_corner() const {
275  return *min_corner_;
276 }
277 inline const ::ignition::msgs::Vector3d& AxisAlignedBox::min_corner() const {
278  const ::ignition::msgs::Vector3d* p = min_corner_;
279  // @@protoc_insertion_point(field_get:ignition.msgs.AxisAlignedBox.min_corner)
280  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Vector3d*>(
282 }
283 inline ::ignition::msgs::Vector3d* AxisAlignedBox::release_min_corner() {
284  // @@protoc_insertion_point(field_release:ignition.msgs.AxisAlignedBox.min_corner)
285 
286  ::ignition::msgs::Vector3d* temp = min_corner_;
287  min_corner_ = NULL;
288  return temp;
289 }
290 inline ::ignition::msgs::Vector3d* AxisAlignedBox::mutable_min_corner() {
291 
292  if (min_corner_ == NULL) {
293  auto* p = CreateMaybeMessage<::ignition::msgs::Vector3d>(GetArenaNoVirtual());
294  min_corner_ = p;
295  }
296  // @@protoc_insertion_point(field_mutable:ignition.msgs.AxisAlignedBox.min_corner)
297  return min_corner_;
298 }
300  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
301  if (message_arena == NULL) {
302  delete reinterpret_cast< ::google::protobuf::MessageLite*>(min_corner_);
303  }
304  if (min_corner) {
305  ::google::protobuf::Arena* submessage_arena = NULL;
306  if (message_arena != submessage_arena) {
307  min_corner = ::google::protobuf::internal::GetOwnedMessage(
308  message_arena, min_corner, submessage_arena);
309  }
310 
311  } else {
312 
313  }
314  min_corner_ = min_corner;
315  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.AxisAlignedBox.min_corner)
316 }
317 
318 // .ignition.msgs.Vector3d max_corner = 3;
319 inline bool AxisAlignedBox::has_max_corner() const {
320  return this != internal_default_instance() && max_corner_ != NULL;
321 }
322 inline const ::ignition::msgs::Vector3d& AxisAlignedBox::_internal_max_corner() const {
323  return *max_corner_;
324 }
325 inline const ::ignition::msgs::Vector3d& AxisAlignedBox::max_corner() const {
326  const ::ignition::msgs::Vector3d* p = max_corner_;
327  // @@protoc_insertion_point(field_get:ignition.msgs.AxisAlignedBox.max_corner)
328  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Vector3d*>(
330 }
331 inline ::ignition::msgs::Vector3d* AxisAlignedBox::release_max_corner() {
332  // @@protoc_insertion_point(field_release:ignition.msgs.AxisAlignedBox.max_corner)
333 
334  ::ignition::msgs::Vector3d* temp = max_corner_;
335  max_corner_ = NULL;
336  return temp;
337 }
338 inline ::ignition::msgs::Vector3d* AxisAlignedBox::mutable_max_corner() {
339 
340  if (max_corner_ == NULL) {
341  auto* p = CreateMaybeMessage<::ignition::msgs::Vector3d>(GetArenaNoVirtual());
342  max_corner_ = p;
343  }
344  // @@protoc_insertion_point(field_mutable:ignition.msgs.AxisAlignedBox.max_corner)
345  return max_corner_;
346 }
348  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
349  if (message_arena == NULL) {
350  delete reinterpret_cast< ::google::protobuf::MessageLite*>(max_corner_);
351  }
352  if (max_corner) {
353  ::google::protobuf::Arena* submessage_arena = NULL;
354  if (message_arena != submessage_arena) {
355  max_corner = ::google::protobuf::internal::GetOwnedMessage(
356  message_arena, max_corner, submessage_arena);
357  }
358 
359  } else {
360 
361  }
362  max_corner_ = max_corner;
363  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.AxisAlignedBox.max_corner)
364 }
365 
366 #ifdef __GNUC__
367  #pragma GCC diagnostic pop
368 #endif // __GNUC__
369 
374 // @@protoc_insertion_point(namespace_scope)
375 
376 } // namespace msgs
377 } // namespace ignition
378 
379 #ifdef _MSC_VER
380 #pragma warning(pop)
381 #endif
382 // @@protoc_insertion_point(global_scope)
383 
384 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2faxis_5faligned_5fbox_2eproto
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:51
std::shared_ptr< AxisAlignedBox > AxisAlignedBoxSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:372
STL class.
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:235
::ignition::msgs::Vector3d * mutable_min_corner()
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:290
Definition: build/ignition-msgs8/include/ignition/msgs/vector3d.pb.h:77
bool has_min_corner() const
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:271
::ignition::msgs::Vector3d * release_min_corner()
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:283
std::unique_ptr< AxisAlignedBox > AxisAlignedBoxUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:370
AxisAlignedBox * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:126
std::shared_ptr< const AxisAlignedBox > ConstAxisAlignedBoxSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:373
static const AxisAlignedBox * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:108
::ignition::msgs::Vector3d * mutable_max_corner()
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:338
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:242
IGNITION_MSGS_VISIBLE AxisAlignedBoxDefaultTypeInternal _AxisAlignedBox_default_instance_
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:78
void set_allocated_min_corner(::ignition::msgs::Vector3d *min_corner)
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:299
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:223
friend void swap(AxisAlignedBox &a, AxisAlignedBox &b)
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:116
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:49
bool has_max_corner() const
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:319
IGNITION_MSGS_VISIBLE Vector3dDefaultTypeInternal _Vector3d_default_instance_
AxisAlignedBox * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:122
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
AxisAlignedBox & operator=(const AxisAlignedBox &from)
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:85
void Swap(AxisAlignedBox *other)
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:229
void set_allocated_max_corner(::ignition::msgs::Vector3d *max_corner)
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:347
::ignition::msgs::Vector3d * release_max_corner()
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:331
STL class.
std::unique_ptr< const AxisAlignedBox > ConstAxisAlignedBoxUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:371
const ::ignition::msgs::Vector3d & max_corner() const
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:325
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:251
const ::ignition::msgs::Vector3d & min_corner() const
Definition: build/ignition-msgs8/include/ignition/msgs/axis_aligned_box.pb.h:277