Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/camera_lens.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fcamera_5flens_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fcamera_5flens_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_2fcamera_5flens_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_2fcamera_5flens_2eproto
60 namespace ignition {
61 namespace msgs {
62 class CameraLens;
63 class CameraLensDefaultTypeInternal;
64 IGNITION_MSGS_VISIBLE extern CameraLensDefaultTypeInternal _CameraLens_default_instance_;
65 } // namespace msgs
66 } // namespace ignition
67 namespace google {
68 namespace protobuf {
69 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::CameraLens* Arena::CreateMaybeMessage<::ignition::msgs::CameraLens>(Arena*);
70 } // namespace protobuf
71 } // namespace google
72 namespace ignition {
73 namespace msgs {
74 
75 // ===================================================================
76 
77 class IGNITION_MSGS_VISIBLE CameraLens : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.CameraLens) */ {
78  public:
79  CameraLens();
80  virtual ~CameraLens();
81 
82  CameraLens(const CameraLens& from);
83 
84  inline CameraLens& operator=(const CameraLens& from) {
85  CopyFrom(from);
86  return *this;
87  }
88  #if LANG_CXX11
89  CameraLens(CameraLens&& from) noexcept
90  : CameraLens() {
91  *this = ::std::move(from);
92  }
93 
94  inline CameraLens& operator=(CameraLens&& 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 CameraLens& default_instance();
105 
106  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
107  static inline const CameraLens* internal_default_instance() {
108  return reinterpret_cast<const CameraLens*>(
110  }
111  static constexpr int kIndexInFileMessages =
112  0;
113 
114  void Swap(CameraLens* other);
115  friend void swap(CameraLens& a, CameraLens& b) {
116  a.Swap(&b);
117  }
118 
119  // implements Message ----------------------------------------------
120 
121  inline CameraLens* New() const final {
122  return CreateMaybeMessage<CameraLens>(NULL);
123  }
124 
125  CameraLens* New(::google::protobuf::Arena* arena) const final {
126  return CreateMaybeMessage<CameraLens>(arena);
127  }
128  void CopyFrom(const ::google::protobuf::Message& from) final;
129  void MergeFrom(const ::google::protobuf::Message& from) final;
130  void CopyFrom(const CameraLens& from);
131  void MergeFrom(const CameraLens& 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(CameraLens* 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 type = 2;
165  void clear_type();
166  static const int kTypeFieldNumber = 2;
167  const ::std::string& type() const;
168  void set_type(const ::std::string& value);
169  #if LANG_CXX11
170  void set_type(::std::string&& value);
171  #endif
172  void set_type(const char* value);
173  void set_type(const char* value, size_t size);
174  ::std::string* mutable_type();
175  ::std::string* release_type();
176  void set_allocated_type(::std::string* type);
177 
178  // string fun = 7;
179  void clear_fun();
180  static const int kFunFieldNumber = 7;
181  const ::std::string& fun() const;
182  void set_fun(const ::std::string& value);
183  #if LANG_CXX11
184  void set_fun(::std::string&& value);
185  #endif
186  void set_fun(const char* value);
187  void set_fun(const char* value, size_t size);
188  ::std::string* mutable_fun();
189  ::std::string* release_fun();
190  void set_allocated_fun(::std::string* fun);
191 
192  // .ignition.msgs.Header header = 1;
193  bool has_header() const;
194  void clear_header();
195  static const int kHeaderFieldNumber = 1;
196  private:
197  const ::ignition::msgs::Header& _internal_header() const;
198  public:
199  const ::ignition::msgs::Header& header() const;
200  ::ignition::msgs::Header* release_header();
201  ::ignition::msgs::Header* mutable_header();
202  void set_allocated_header(::ignition::msgs::Header* header);
203 
204  // double c1 = 3;
205  void clear_c1();
206  static const int kC1FieldNumber = 3;
207  double c1() const;
208  void set_c1(double value);
209 
210  // double c2 = 4;
211  void clear_c2();
212  static const int kC2FieldNumber = 4;
213  double c2() const;
214  void set_c2(double value);
215 
216  // double c3 = 5;
217  void clear_c3();
218  static const int kC3FieldNumber = 5;
219  double c3() const;
220  void set_c3(double value);
221 
222  // double f = 6;
223  void clear_f();
224  static const int kFFieldNumber = 6;
225  double f() const;
226  void set_f(double value);
227 
228  // double cutoff_angle = 9;
229  void clear_cutoff_angle();
230  static const int kCutoffAngleFieldNumber = 9;
231  double cutoff_angle() const;
232  void set_cutoff_angle(double value);
233 
234  // bool scale_to_hfov = 8;
235  void clear_scale_to_hfov();
236  static const int kScaleToHfovFieldNumber = 8;
237  bool scale_to_hfov() const;
238  void set_scale_to_hfov(bool value);
239 
240  // int32 env_texture_size = 11;
241  void clear_env_texture_size();
242  static const int kEnvTextureSizeFieldNumber = 11;
243  ::google::protobuf::int32 env_texture_size() const;
244  void set_env_texture_size(::google::protobuf::int32 value);
245 
246  // double hfov = 10;
247  void clear_hfov();
248  static const int kHfovFieldNumber = 10;
249  double hfov() const;
250  void set_hfov(double value);
251 
252  // @@protoc_insertion_point(class_scope:ignition.msgs.CameraLens)
253  private:
254 
255  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
256  ::google::protobuf::internal::ArenaStringPtr type_;
257  ::google::protobuf::internal::ArenaStringPtr fun_;
258  ::ignition::msgs::Header* header_;
259  double c1_;
260  double c2_;
261  double c3_;
262  double f_;
263  double cutoff_angle_;
264  bool scale_to_hfov_;
265  ::google::protobuf::int32 env_texture_size_;
266  double hfov_;
267  mutable ::google::protobuf::internal::CachedSize _cached_size_;
268  friend struct ::protobuf_ignition_2fmsgs_2fcamera_5flens_2eproto::TableStruct;
269 };
270 // ===================================================================
271 
272 
273 // ===================================================================
274 
275 #ifdef __GNUC__
276  #pragma GCC diagnostic push
277  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
278 #endif // __GNUC__
279 // CameraLens
280 
281 // .ignition.msgs.Header header = 1;
282 inline bool CameraLens::has_header() const {
283  return this != internal_default_instance() && header_ != NULL;
284 }
285 inline const ::ignition::msgs::Header& CameraLens::_internal_header() const {
286  return *header_;
287 }
288 inline const ::ignition::msgs::Header& CameraLens::header() const {
289  const ::ignition::msgs::Header* p = header_;
290  // @@protoc_insertion_point(field_get:ignition.msgs.CameraLens.header)
291  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
293 }
294 inline ::ignition::msgs::Header* CameraLens::release_header() {
295  // @@protoc_insertion_point(field_release:ignition.msgs.CameraLens.header)
296 
297  ::ignition::msgs::Header* temp = header_;
298  header_ = NULL;
299  return temp;
300 }
301 inline ::ignition::msgs::Header* CameraLens::mutable_header() {
302 
303  if (header_ == NULL) {
304  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
305  header_ = p;
306  }
307  // @@protoc_insertion_point(field_mutable:ignition.msgs.CameraLens.header)
308  return header_;
309 }
311  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
312  if (message_arena == NULL) {
313  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
314  }
315  if (header) {
316  ::google::protobuf::Arena* submessage_arena = NULL;
317  if (message_arena != submessage_arena) {
318  header = ::google::protobuf::internal::GetOwnedMessage(
319  message_arena, header, submessage_arena);
320  }
321 
322  } else {
323 
324  }
325  header_ = header;
326  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.CameraLens.header)
327 }
328 
329 // string type = 2;
330 inline void CameraLens::clear_type() {
331  type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
332 }
333 inline const ::std::string& CameraLens::type() const {
334  // @@protoc_insertion_point(field_get:ignition.msgs.CameraLens.type)
335  return type_.GetNoArena();
336 }
337 inline void CameraLens::set_type(const ::std::string& value) {
338 
339  type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
340  // @@protoc_insertion_point(field_set:ignition.msgs.CameraLens.type)
341 }
342 #if LANG_CXX11
343 inline void CameraLens::set_type(::std::string&& value) {
344 
345  type_.SetNoArena(
346  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
347  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.CameraLens.type)
348 }
349 #endif
350 inline void CameraLens::set_type(const char* value) {
351  GOOGLE_DCHECK(value != NULL);
352 
353  type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
354  // @@protoc_insertion_point(field_set_char:ignition.msgs.CameraLens.type)
355 }
356 inline void CameraLens::set_type(const char* value, size_t size) {
357 
358  type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
359  ::std::string(reinterpret_cast<const char*>(value), size));
360  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.CameraLens.type)
361 }
362 inline ::std::string* CameraLens::mutable_type() {
363 
364  // @@protoc_insertion_point(field_mutable:ignition.msgs.CameraLens.type)
365  return type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
366 }
367 inline ::std::string* CameraLens::release_type() {
368  // @@protoc_insertion_point(field_release:ignition.msgs.CameraLens.type)
369 
370  return type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
371 }
373  if (type != NULL) {
374 
375  } else {
376 
377  }
378  type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), type);
379  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.CameraLens.type)
380 }
381 
382 // double c1 = 3;
383 inline void CameraLens::clear_c1() {
384  c1_ = 0;
385 }
386 inline double CameraLens::c1() const {
387  // @@protoc_insertion_point(field_get:ignition.msgs.CameraLens.c1)
388  return c1_;
389 }
390 inline void CameraLens::set_c1(double value) {
391 
392  c1_ = value;
393  // @@protoc_insertion_point(field_set:ignition.msgs.CameraLens.c1)
394 }
395 
396 // double c2 = 4;
397 inline void CameraLens::clear_c2() {
398  c2_ = 0;
399 }
400 inline double CameraLens::c2() const {
401  // @@protoc_insertion_point(field_get:ignition.msgs.CameraLens.c2)
402  return c2_;
403 }
404 inline void CameraLens::set_c2(double value) {
405 
406  c2_ = value;
407  // @@protoc_insertion_point(field_set:ignition.msgs.CameraLens.c2)
408 }
409 
410 // double c3 = 5;
411 inline void CameraLens::clear_c3() {
412  c3_ = 0;
413 }
414 inline double CameraLens::c3() const {
415  // @@protoc_insertion_point(field_get:ignition.msgs.CameraLens.c3)
416  return c3_;
417 }
418 inline void CameraLens::set_c3(double value) {
419 
420  c3_ = value;
421  // @@protoc_insertion_point(field_set:ignition.msgs.CameraLens.c3)
422 }
423 
424 // double f = 6;
425 inline void CameraLens::clear_f() {
426  f_ = 0;
427 }
428 inline double CameraLens::f() const {
429  // @@protoc_insertion_point(field_get:ignition.msgs.CameraLens.f)
430  return f_;
431 }
432 inline void CameraLens::set_f(double value) {
433 
434  f_ = value;
435  // @@protoc_insertion_point(field_set:ignition.msgs.CameraLens.f)
436 }
437 
438 // string fun = 7;
439 inline void CameraLens::clear_fun() {
440  fun_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
441 }
442 inline const ::std::string& CameraLens::fun() const {
443  // @@protoc_insertion_point(field_get:ignition.msgs.CameraLens.fun)
444  return fun_.GetNoArena();
445 }
446 inline void CameraLens::set_fun(const ::std::string& value) {
447 
448  fun_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
449  // @@protoc_insertion_point(field_set:ignition.msgs.CameraLens.fun)
450 }
451 #if LANG_CXX11
452 inline void CameraLens::set_fun(::std::string&& value) {
453 
454  fun_.SetNoArena(
455  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
456  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.CameraLens.fun)
457 }
458 #endif
459 inline void CameraLens::set_fun(const char* value) {
460  GOOGLE_DCHECK(value != NULL);
461 
462  fun_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
463  // @@protoc_insertion_point(field_set_char:ignition.msgs.CameraLens.fun)
464 }
465 inline void CameraLens::set_fun(const char* value, size_t size) {
466 
467  fun_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
468  ::std::string(reinterpret_cast<const char*>(value), size));
469  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.CameraLens.fun)
470 }
471 inline ::std::string* CameraLens::mutable_fun() {
472 
473  // @@protoc_insertion_point(field_mutable:ignition.msgs.CameraLens.fun)
474  return fun_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
475 }
476 inline ::std::string* CameraLens::release_fun() {
477  // @@protoc_insertion_point(field_release:ignition.msgs.CameraLens.fun)
478 
479  return fun_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
480 }
482  if (fun != NULL) {
483 
484  } else {
485 
486  }
487  fun_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), fun);
488  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.CameraLens.fun)
489 }
490 
491 // bool scale_to_hfov = 8;
493  scale_to_hfov_ = false;
494 }
495 inline bool CameraLens::scale_to_hfov() const {
496  // @@protoc_insertion_point(field_get:ignition.msgs.CameraLens.scale_to_hfov)
497  return scale_to_hfov_;
498 }
499 inline void CameraLens::set_scale_to_hfov(bool value) {
500 
501  scale_to_hfov_ = value;
502  // @@protoc_insertion_point(field_set:ignition.msgs.CameraLens.scale_to_hfov)
503 }
504 
505 // double cutoff_angle = 9;
507  cutoff_angle_ = 0;
508 }
509 inline double CameraLens::cutoff_angle() const {
510  // @@protoc_insertion_point(field_get:ignition.msgs.CameraLens.cutoff_angle)
511  return cutoff_angle_;
512 }
513 inline void CameraLens::set_cutoff_angle(double value) {
514 
515  cutoff_angle_ = value;
516  // @@protoc_insertion_point(field_set:ignition.msgs.CameraLens.cutoff_angle)
517 }
518 
519 // double hfov = 10;
520 inline void CameraLens::clear_hfov() {
521  hfov_ = 0;
522 }
523 inline double CameraLens::hfov() const {
524  // @@protoc_insertion_point(field_get:ignition.msgs.CameraLens.hfov)
525  return hfov_;
526 }
527 inline void CameraLens::set_hfov(double value) {
528 
529  hfov_ = value;
530  // @@protoc_insertion_point(field_set:ignition.msgs.CameraLens.hfov)
531 }
532 
533 // int32 env_texture_size = 11;
535  env_texture_size_ = 0;
536 }
537 inline ::google::protobuf::int32 CameraLens::env_texture_size() const {
538  // @@protoc_insertion_point(field_get:ignition.msgs.CameraLens.env_texture_size)
539  return env_texture_size_;
540 }
541 inline void CameraLens::set_env_texture_size(::google::protobuf::int32 value) {
542 
543  env_texture_size_ = value;
544  // @@protoc_insertion_point(field_set:ignition.msgs.CameraLens.env_texture_size)
545 }
546 
547 #ifdef __GNUC__
548  #pragma GCC diagnostic pop
549 #endif // __GNUC__
550 
555 // @@protoc_insertion_point(namespace_scope)
556 
557 } // namespace msgs
558 } // namespace ignition
559 
560 #ifdef _MSC_VER
561 #pragma warning(pop)
562 #endif
563 // @@protoc_insertion_point(global_scope)
564 
565 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fcamera_5flens_2eproto
double c2() const
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:400
CameraLens & operator=(const CameraLens &from)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:84
void clear_fun()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:439
void clear_c3()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:411
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:310
::std::string * mutable_type()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:362
void set_type(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:337
::google::protobuf::int32 env_texture_size() const
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:537
STL class.
STL class.
::std::string * release_type()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:367
IGNITION_MSGS_VISIBLE CameraLensDefaultTypeInternal _CameraLens_default_instance_
void set_c3(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:418
T move(T... args)
double hfov() const
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:523
const ::std::string & fun() const
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:442
std::shared_ptr< const CameraLens > ConstCameraLensSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:554
void set_f(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:432
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:50
void clear_scale_to_hfov()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:492
void clear_f()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:425
void set_fun(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:446
double f() const
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:428
std::shared_ptr< CameraLens > CameraLensSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:553
void set_scale_to_hfov(bool value)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:499
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:301
void set_allocated_type(::std::string *type)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:372
double cutoff_angle() const
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:509
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:294
void clear_type()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:330
void Swap(CameraLens *other)
const ::std::string & type() const
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:333
CameraLens * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:125
void IGNITION_MSGS_VISIBLE AddDescriptors()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:77
friend void swap(CameraLens &a, CameraLens &b)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:115
::std::string * mutable_fun()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:471
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:48
static const CameraLens * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:107
void set_c1(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:390
void clear_c2()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:397
void set_hfov(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:527
void set_c2(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:404
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
bool scale_to_hfov() const
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:495
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
std::unique_ptr< CameraLens > CameraLensUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:551
void set_cutoff_angle(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:513
std::unique_ptr< const CameraLens > ConstCameraLensUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:552
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:288
void clear_c1()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:383
void clear_cutoff_angle()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:506
CameraLens * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:121
void set_env_texture_size(::google::protobuf::int32 value)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:541
void clear_hfov()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:520
STL class.
void clear_env_texture_size()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:534
double c3() const
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:414
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:282
double c1() const
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:386
void set_allocated_fun(::std::string *fun)
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:481
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
::std::string * release_fun()
Definition: build/ignition-msgs8/include/ignition/msgs/camera_lens.pb.h:476