Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/imagegeom.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fimagegeom_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fimagegeom_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>
34 #ifndef _MSC_VER
35 #pragma GCC system_header
36 #else
37 #pragma warning(push)
38 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
39 #endif
40 #ifdef __linux__
41 #include <sys/sysmacros.h>
42 #endif
43 #include <memory>
44 #include <ignition/msgs/Export.hh>
45 // @@protoc_insertion_point(includes)
46 #define PROTOBUF_INTERNAL_EXPORT_protobuf_ignition_2fmsgs_2fimagegeom_2eproto IGNITION_MSGS_VISIBLE
47 
49 // Internal implementation detail -- do not use these members.
50 struct IGNITION_MSGS_VISIBLE TableStruct {
51  static const ::google::protobuf::internal::ParseTableField entries[];
52  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
53  static const ::google::protobuf::internal::ParseTable schema[1];
54  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
55  static const ::google::protobuf::internal::SerializationTable serialization_table[];
56  static const ::google::protobuf::uint32 offsets[];
57 };
58 void IGNITION_MSGS_VISIBLE AddDescriptors();
59 } // namespace protobuf_ignition_2fmsgs_2fimagegeom_2eproto
60 namespace ignition {
61 namespace msgs {
62 class ImageGeom;
63 class ImageGeomDefaultTypeInternal;
64 IGNITION_MSGS_VISIBLE extern ImageGeomDefaultTypeInternal _ImageGeom_default_instance_;
65 } // namespace msgs
66 } // namespace ignition
67 namespace google {
68 namespace protobuf {
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::ImageGeom* Arena::CreateMaybeMessage<::ignition::msgs::ImageGeom>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace ignition {
73 namespace msgs {
74 
75 // ===================================================================
76 
77 class IGNITION_MSGS_VISIBLE ImageGeom : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.ImageGeom) */ {
78  public:
79  ImageGeom();
80  virtual ~ImageGeom();
81 
82  ImageGeom(const ImageGeom& from);
83 
84  inline ImageGeom& operator=(const ImageGeom& from) {
85  CopyFrom(from);
86  return *this;
87  }
88  #if LANG_CXX11
89  ImageGeom(ImageGeom&& from) noexcept
90  : ImageGeom() {
91  *this = ::std::move(from);
92  }
93 
94  inline ImageGeom& operator=(ImageGeom&& from) noexcept {
95  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
96  if (this != &from) InternalSwap(&from);
97  } else {
98  CopyFrom(from);
99  }
100  return *this;
101  }
102  #endif
103  static const ::google::protobuf::Descriptor* descriptor();
104  static const ImageGeom& default_instance();
105 
106  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  static inline const ImageGeom* internal_default_instance() {
108  return reinterpret_cast<const ImageGeom*>(
110  }
111  static constexpr int kIndexInFileMessages =
112  0;
113 
114  void Swap(ImageGeom* other);
115  friend void swap(ImageGeom& a, ImageGeom& b) {
116  a.Swap(&b);
117  }
118 
119  // implements Message ----------------------------------------------
120 
121  inline ImageGeom* New() const final {
122  return CreateMaybeMessage<ImageGeom>(NULL);
123  }
124 
125  ImageGeom* New(::google::protobuf::Arena* arena) const final {
126  return CreateMaybeMessage<ImageGeom>(arena);
127  }
128  void CopyFrom(const ::google::protobuf::Message& from) final;
129  void MergeFrom(const ::google::protobuf::Message& from) final;
130  void CopyFrom(const ImageGeom& from);
131  void MergeFrom(const ImageGeom& from);
132  void Clear() final;
133  bool IsInitialized() const final;
134 
135  size_t ByteSizeLong() const final;
136  bool MergePartialFromCodedStream(
137  ::google::protobuf::io::CodedInputStream* input) final;
138  void SerializeWithCachedSizes(
139  ::google::protobuf::io::CodedOutputStream* output) const final;
140  ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
141  bool deterministic, ::google::protobuf::uint8* target) const final;
142  int GetCachedSize() const final { return _cached_size_.Get(); }
143 
144  private:
145  void SharedCtor();
146  void SharedDtor();
147  void SetCachedSize(int size) const final;
148  void InternalSwap(ImageGeom* other);
149  private:
150  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
151  return NULL;
152  }
153  inline void* MaybeArenaPtr() const {
154  return NULL;
155  }
156  public:
157 
158  ::google::protobuf::Metadata GetMetadata() const final;
159 
160  // nested types ----------------------------------------------------
161 
162  // accessors -------------------------------------------------------
163 
164  // string uri = 2;
165  void clear_uri();
166  static const int kUriFieldNumber = 2;
167  const ::std::string& uri() const;
168  void set_uri(const ::std::string& value);
169  #if LANG_CXX11
170  void set_uri(::std::string&& value);
171  #endif
172  void set_uri(const char* value);
173  void set_uri(const char* value, size_t size);
174  ::std::string* mutable_uri();
175  ::std::string* release_uri();
176  void set_allocated_uri(::std::string* uri);
177 
178  // .ignition.msgs.Header header = 1;
179  bool has_header() const;
180  void clear_header();
181  static const int kHeaderFieldNumber = 1;
182  private:
183  const ::ignition::msgs::Header& _internal_header() const;
184  public:
185  const ::ignition::msgs::Header& header() const;
186  ::ignition::msgs::Header* release_header();
187  ::ignition::msgs::Header* mutable_header();
188  void set_allocated_header(::ignition::msgs::Header* header);
189 
190  // double scale = 3;
191  void clear_scale();
192  static const int kScaleFieldNumber = 3;
193  double scale() const;
194  void set_scale(double value);
195 
196  // double height = 5;
197  void clear_height();
198  static const int kHeightFieldNumber = 5;
199  double height() const;
200  void set_height(double value);
201 
202  // int32 threshold = 4;
203  void clear_threshold();
204  static const int kThresholdFieldNumber = 4;
205  ::google::protobuf::int32 threshold() const;
206  void set_threshold(::google::protobuf::int32 value);
207 
208  // int32 granularity = 6;
209  void clear_granularity();
210  static const int kGranularityFieldNumber = 6;
211  ::google::protobuf::int32 granularity() const;
212  void set_granularity(::google::protobuf::int32 value);
213 
214  // @@protoc_insertion_point(class_scope:ignition.msgs.ImageGeom)
215  private:
216 
217  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
218  ::google::protobuf::internal::ArenaStringPtr uri_;
219  ::ignition::msgs::Header* header_;
220  double scale_;
221  double height_;
222  ::google::protobuf::int32 threshold_;
223  ::google::protobuf::int32 granularity_;
224  mutable ::google::protobuf::internal::CachedSize _cached_size_;
225  friend struct ::protobuf_ignition_2fmsgs_2fimagegeom_2eproto::TableStruct;
226 };
227 // ===================================================================
228 
229 
230 // ===================================================================
231 
232 #ifdef __GNUC__
233  #pragma GCC diagnostic push
234  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
235 #endif // __GNUC__
236 // ImageGeom
237 
238 // .ignition.msgs.Header header = 1;
239 inline bool ImageGeom::has_header() const {
240  return this != internal_default_instance() && header_ != NULL;
241 }
242 inline const ::ignition::msgs::Header& ImageGeom::_internal_header() const {
243  return *header_;
244 }
245 inline const ::ignition::msgs::Header& ImageGeom::header() const {
246  const ::ignition::msgs::Header* p = header_;
247  // @@protoc_insertion_point(field_get:ignition.msgs.ImageGeom.header)
248  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
250 }
251 inline ::ignition::msgs::Header* ImageGeom::release_header() {
252  // @@protoc_insertion_point(field_release:ignition.msgs.ImageGeom.header)
253 
254  ::ignition::msgs::Header* temp = header_;
255  header_ = NULL;
256  return temp;
257 }
258 inline ::ignition::msgs::Header* ImageGeom::mutable_header() {
259 
260  if (header_ == NULL) {
261  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
262  header_ = p;
263  }
264  // @@protoc_insertion_point(field_mutable:ignition.msgs.ImageGeom.header)
265  return header_;
266 }
268  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
269  if (message_arena == NULL) {
270  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
271  }
272  if (header) {
273  ::google::protobuf::Arena* submessage_arena = NULL;
274  if (message_arena != submessage_arena) {
275  header = ::google::protobuf::internal::GetOwnedMessage(
276  message_arena, header, submessage_arena);
277  }
278 
279  } else {
280 
281  }
282  header_ = header;
283  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.ImageGeom.header)
284 }
285 
286 // string uri = 2;
287 inline void ImageGeom::clear_uri() {
288  uri_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
289 }
290 inline const ::std::string& ImageGeom::uri() const {
291  // @@protoc_insertion_point(field_get:ignition.msgs.ImageGeom.uri)
292  return uri_.GetNoArena();
293 }
294 inline void ImageGeom::set_uri(const ::std::string& value) {
295 
296  uri_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
297  // @@protoc_insertion_point(field_set:ignition.msgs.ImageGeom.uri)
298 }
299 #if LANG_CXX11
300 inline void ImageGeom::set_uri(::std::string&& value) {
301 
302  uri_.SetNoArena(
303  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
304  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.ImageGeom.uri)
305 }
306 #endif
307 inline void ImageGeom::set_uri(const char* value) {
308  GOOGLE_DCHECK(value != NULL);
309 
310  uri_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
311  // @@protoc_insertion_point(field_set_char:ignition.msgs.ImageGeom.uri)
312 }
313 inline void ImageGeom::set_uri(const char* value, size_t size) {
314 
315  uri_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
316  ::std::string(reinterpret_cast<const char*>(value), size));
317  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.ImageGeom.uri)
318 }
319 inline ::std::string* ImageGeom::mutable_uri() {
320 
321  // @@protoc_insertion_point(field_mutable:ignition.msgs.ImageGeom.uri)
322  return uri_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
323 }
324 inline ::std::string* ImageGeom::release_uri() {
325  // @@protoc_insertion_point(field_release:ignition.msgs.ImageGeom.uri)
326 
327  return uri_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
328 }
330  if (uri != NULL) {
331 
332  } else {
333 
334  }
335  uri_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), uri);
336  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.ImageGeom.uri)
337 }
338 
339 // double scale = 3;
340 inline void ImageGeom::clear_scale() {
341  scale_ = 0;
342 }
343 inline double ImageGeom::scale() const {
344  // @@protoc_insertion_point(field_get:ignition.msgs.ImageGeom.scale)
345  return scale_;
346 }
347 inline void ImageGeom::set_scale(double value) {
348 
349  scale_ = value;
350  // @@protoc_insertion_point(field_set:ignition.msgs.ImageGeom.scale)
351 }
352 
353 // int32 threshold = 4;
355  threshold_ = 0;
356 }
357 inline ::google::protobuf::int32 ImageGeom::threshold() const {
358  // @@protoc_insertion_point(field_get:ignition.msgs.ImageGeom.threshold)
359  return threshold_;
360 }
361 inline void ImageGeom::set_threshold(::google::protobuf::int32 value) {
362 
363  threshold_ = value;
364  // @@protoc_insertion_point(field_set:ignition.msgs.ImageGeom.threshold)
365 }
366 
367 // double height = 5;
368 inline void ImageGeom::clear_height() {
369  height_ = 0;
370 }
371 inline double ImageGeom::height() const {
372  // @@protoc_insertion_point(field_get:ignition.msgs.ImageGeom.height)
373  return height_;
374 }
375 inline void ImageGeom::set_height(double value) {
376 
377  height_ = value;
378  // @@protoc_insertion_point(field_set:ignition.msgs.ImageGeom.height)
379 }
380 
381 // int32 granularity = 6;
383  granularity_ = 0;
384 }
385 inline ::google::protobuf::int32 ImageGeom::granularity() const {
386  // @@protoc_insertion_point(field_get:ignition.msgs.ImageGeom.granularity)
387  return granularity_;
388 }
389 inline void ImageGeom::set_granularity(::google::protobuf::int32 value) {
390 
391  granularity_ = value;
392  // @@protoc_insertion_point(field_set:ignition.msgs.ImageGeom.granularity)
393 }
394 
395 #ifdef __GNUC__
396  #pragma GCC diagnostic pop
397 #endif // __GNUC__
398 
403 // @@protoc_insertion_point(namespace_scope)
404 
405 } // namespace msgs
406 } // namespace ignition
407 
408 #ifdef _MSC_VER
409 #pragma warning(pop)
410 #endif
411 // @@protoc_insertion_point(global_scope)
412 
413 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fimagegeom_2eproto
IGNITION_MSGS_VISIBLE ImageGeomDefaultTypeInternal _ImageGeom_default_instance_
STL class.
STL class.
T move(T... args)
::std::string * release_uri()
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:324
void clear_height()
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:368
void clear_uri()
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:287
void IGNITION_MSGS_VISIBLE AddDescriptors()
double height() const
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:371
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:258
friend void swap(ImageGeom &a, ImageGeom &b)
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:115
void Swap(ImageGeom *other)
const ::std::string & uri() const
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:290
void set_allocated_uri(::std::string *uri)
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:329
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:267
ImageGeom * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:121
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:77
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:251
void set_scale(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:347
double scale() const
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:343
void clear_threshold()
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:354
::google::protobuf::int32 threshold() const
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:357
void clear_scale()
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:340
::std::string * mutable_uri()
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:319
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:48
void clear_granularity()
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:382
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:239
std::shared_ptr< const ImageGeom > ConstImageGeomSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:402
void set_threshold(::google::protobuf::int32 value)
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:361
std::shared_ptr< ImageGeom > ImageGeomSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:401
void set_height(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:375
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
ImageGeom * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:125
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
std::unique_ptr< const ImageGeom > ConstImageGeomUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:400
::google::protobuf::int32 granularity() const
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:385
static const ImageGeom * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:107
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:245
void set_uri(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:294
STL class.
std::unique_ptr< ImageGeom > ImageGeomUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:399
ImageGeom & operator=(const ImageGeom &from)
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:84
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:50
void set_granularity(::google::protobuf::int32 value)
Definition: build/ignition-msgs8/include/ignition/msgs/imagegeom.pb.h:389