Gazebo Msgs

API Reference

9.5.0
boxgeom.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: gz/msgs/boxgeom.proto
3 
4 #ifndef PROTOBUF_INCLUDED_gz_2fmsgs_2fboxgeom_2eproto
5 #define PROTOBUF_INCLUDED_gz_2fmsgs_2fboxgeom_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>
33 #include "gz/msgs/header.pb.h"
34 #include "gz/msgs/vector3d.pb.h"
35 // @@protoc_insertion_point(includes)
36 #define PROTOBUF_INTERNAL_EXPORT_protobuf_gz_2fmsgs_2fboxgeom_2eproto GZ_MSGS_VISIBLE
37 
39 // Internal implementation detail -- do not use these members.
40 struct GZ_MSGS_VISIBLE TableStruct {
41  static const ::google::protobuf::internal::ParseTableField entries[];
42  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
43  static const ::google::protobuf::internal::ParseTable schema[1];
44  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
45  static const ::google::protobuf::internal::SerializationTable serialization_table[];
46  static const ::google::protobuf::uint32 offsets[];
47 };
48 void GZ_MSGS_VISIBLE AddDescriptors();
49 } // namespace protobuf_gz_2fmsgs_2fboxgeom_2eproto
50 namespace gz {
51 namespace msgs {
52 class BoxGeom;
53 class BoxGeomDefaultTypeInternal;
54 GZ_MSGS_VISIBLE extern BoxGeomDefaultTypeInternal _BoxGeom_default_instance_;
55 } // namespace msgs
56 } // namespace gz
57 namespace google {
58 namespace protobuf {
59 template<> GZ_MSGS_VISIBLE ::gz::msgs::BoxGeom* Arena::CreateMaybeMessage<::gz::msgs::BoxGeom>(Arena*);
60 } // namespace protobuf
61 } // namespace google
62 namespace gz {
63 namespace msgs {
64 
65 // ===================================================================
66 
67 class GZ_MSGS_VISIBLE BoxGeom : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:gz.msgs.BoxGeom) */ {
68  public:
69  BoxGeom();
70  virtual ~BoxGeom();
71 
72  BoxGeom(const BoxGeom& from);
73 
74  inline BoxGeom& operator=(const BoxGeom& from) {
75  CopyFrom(from);
76  return *this;
77  }
78  #if LANG_CXX11
79  BoxGeom(BoxGeom&& from) noexcept
80  : BoxGeom() {
81  *this = ::std::move(from);
82  }
83 
84  inline BoxGeom& operator=(BoxGeom&& from) noexcept {
85  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
86  if (this != &from) InternalSwap(&from);
87  } else {
88  CopyFrom(from);
89  }
90  return *this;
91  }
92  #endif
93  static const ::google::protobuf::Descriptor* descriptor();
94  static const BoxGeom& default_instance();
95 
96  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
97  static inline const BoxGeom* internal_default_instance() {
98  return reinterpret_cast<const BoxGeom*>(
100  }
101  static constexpr int kIndexInFileMessages =
102  0;
103 
104  void Swap(BoxGeom* other);
105  friend void swap(BoxGeom& a, BoxGeom& b) {
106  a.Swap(&b);
107  }
108 
109  // implements Message ----------------------------------------------
110 
111  inline BoxGeom* New() const final {
112  return CreateMaybeMessage<BoxGeom>(NULL);
113  }
114 
115  BoxGeom* New(::google::protobuf::Arena* arena) const final {
116  return CreateMaybeMessage<BoxGeom>(arena);
117  }
118  void CopyFrom(const ::google::protobuf::Message& from) final;
119  void MergeFrom(const ::google::protobuf::Message& from) final;
120  void CopyFrom(const BoxGeom& from);
121  void MergeFrom(const BoxGeom& from);
122  void Clear() final;
123  bool IsInitialized() const final;
124 
125  size_t ByteSizeLong() const final;
126  bool MergePartialFromCodedStream(
127  ::google::protobuf::io::CodedInputStream* input) final;
128  void SerializeWithCachedSizes(
129  ::google::protobuf::io::CodedOutputStream* output) const final;
130  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
131  bool deterministic, ::google::protobuf::uint8* target) const final;
132  int GetCachedSize() const final { return _cached_size_.Get(); }
133 
134  private:
135  void SharedCtor();
136  void SharedDtor();
137  void SetCachedSize(int size) const final;
138  void InternalSwap(BoxGeom* other);
139  private:
140  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
141  return NULL;
142  }
143  inline void* MaybeArenaPtr() const {
144  return NULL;
145  }
146  public:
147 
148  ::google::protobuf::Metadata GetMetadata() const final;
149 
150  // nested types ----------------------------------------------------
151 
152  // accessors -------------------------------------------------------
153 
154  // .gz.msgs.Header header = 1;
155  bool has_header() const;
156  void clear_header();
157  static const int kHeaderFieldNumber = 1;
158  private:
159  const ::gz::msgs::Header& _internal_header() const;
160  public:
161  const ::gz::msgs::Header& header() const;
162  ::gz::msgs::Header* release_header();
163  ::gz::msgs::Header* mutable_header();
164  void set_allocated_header(::gz::msgs::Header* header);
165 
166  // .gz.msgs.Vector3d size = 2;
167  bool has_size() const;
168  void clear_size();
169  static const int kSizeFieldNumber = 2;
170  private:
171  const ::gz::msgs::Vector3d& _internal_size() const;
172  public:
173  const ::gz::msgs::Vector3d& size() const;
174  ::gz::msgs::Vector3d* release_size();
175  ::gz::msgs::Vector3d* mutable_size();
176  void set_allocated_size(::gz::msgs::Vector3d* size);
177 
178  // @@protoc_insertion_point(class_scope:gz.msgs.BoxGeom)
179  private:
180 
181  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
182  ::gz::msgs::Header* header_;
183  ::gz::msgs::Vector3d* size_;
184  mutable ::google::protobuf::internal::CachedSize _cached_size_;
185  friend struct ::protobuf_gz_2fmsgs_2fboxgeom_2eproto::TableStruct;
186 };
187 // ===================================================================
188 
189 
190 // ===================================================================
191 
192 #ifdef __GNUC__
193  #pragma GCC diagnostic push
194  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
195 #endif // __GNUC__
196 // BoxGeom
197 
198 // .gz.msgs.Header header = 1;
199 inline bool BoxGeom::has_header() const {
200  return this != internal_default_instance() && header_ != NULL;
201 }
202 inline const ::gz::msgs::Header& BoxGeom::_internal_header() const {
203  return *header_;
204 }
205 inline const ::gz::msgs::Header& BoxGeom::header() const {
206  const ::gz::msgs::Header* p = header_;
207  // @@protoc_insertion_point(field_get:gz.msgs.BoxGeom.header)
208  return p != NULL ? *p : *reinterpret_cast<const ::gz::msgs::Header*>(
210 }
211 inline ::gz::msgs::Header* BoxGeom::release_header() {
212  // @@protoc_insertion_point(field_release:gz.msgs.BoxGeom.header)
213 
214  ::gz::msgs::Header* temp = header_;
215  header_ = NULL;
216  return temp;
217 }
218 inline ::gz::msgs::Header* BoxGeom::mutable_header() {
219 
220  if (header_ == NULL) {
221  auto* p = CreateMaybeMessage<::gz::msgs::Header>(GetArenaNoVirtual());
222  header_ = p;
223  }
224  // @@protoc_insertion_point(field_mutable:gz.msgs.BoxGeom.header)
225  return header_;
226 }
228  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
229  if (message_arena == NULL) {
230  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
231  }
232  if (header) {
233  ::google::protobuf::Arena* submessage_arena = NULL;
234  if (message_arena != submessage_arena) {
235  header = ::google::protobuf::internal::GetOwnedMessage(
236  message_arena, header, submessage_arena);
237  }
238 
239  } else {
240 
241  }
242  header_ = header;
243  // @@protoc_insertion_point(field_set_allocated:gz.msgs.BoxGeom.header)
244 }
245 
246 // .gz.msgs.Vector3d size = 2;
247 inline bool BoxGeom::has_size() const {
248  return this != internal_default_instance() && size_ != NULL;
249 }
250 inline const ::gz::msgs::Vector3d& BoxGeom::_internal_size() const {
251  return *size_;
252 }
253 inline const ::gz::msgs::Vector3d& BoxGeom::size() const {
254  const ::gz::msgs::Vector3d* p = size_;
255  // @@protoc_insertion_point(field_get:gz.msgs.BoxGeom.size)
256  return p != NULL ? *p : *reinterpret_cast<const ::gz::msgs::Vector3d*>(
258 }
259 inline ::gz::msgs::Vector3d* BoxGeom::release_size() {
260  // @@protoc_insertion_point(field_release:gz.msgs.BoxGeom.size)
261 
262  ::gz::msgs::Vector3d* temp = size_;
263  size_ = NULL;
264  return temp;
265 }
266 inline ::gz::msgs::Vector3d* BoxGeom::mutable_size() {
267 
268  if (size_ == NULL) {
269  auto* p = CreateMaybeMessage<::gz::msgs::Vector3d>(GetArenaNoVirtual());
270  size_ = p;
271  }
272  // @@protoc_insertion_point(field_mutable:gz.msgs.BoxGeom.size)
273  return size_;
274 }
276  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
277  if (message_arena == NULL) {
278  delete reinterpret_cast< ::google::protobuf::MessageLite*>(size_);
279  }
280  if (size) {
281  ::google::protobuf::Arena* submessage_arena = NULL;
282  if (message_arena != submessage_arena) {
283  size = ::google::protobuf::internal::GetOwnedMessage(
284  message_arena, size, submessage_arena);
285  }
286 
287  } else {
288 
289  }
290  size_ = size;
291  // @@protoc_insertion_point(field_set_allocated:gz.msgs.BoxGeom.size)
292 }
293 
294 #ifdef __GNUC__
295  #pragma GCC diagnostic pop
296 #endif // __GNUC__
297 
298 // @@protoc_insertion_point(namespace_scope)
299 
300 } // namespace msgs
301 } // namespace gz
302 
303 // @@protoc_insertion_point(global_scope)
304 
305 #endif // PROTOBUF_INCLUDED_gz_2fmsgs_2fboxgeom_2eproto