Gazebo Msgs

API Reference

8.7.0
build/ignition-msgs8/include/ignition/msgs/projector.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/projector.proto
3 
4 #ifndef PROTOBUF_INCLUDED_ignition_2fmsgs_2fprojector_2eproto
5 #define PROTOBUF_INCLUDED_ignition_2fmsgs_2fprojector_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 "ignition/msgs/pose.pb.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_2fprojector_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_2fprojector_2eproto
61 namespace ignition {
62 namespace msgs {
63 class Projector;
64 class ProjectorDefaultTypeInternal;
65 IGNITION_MSGS_VISIBLE extern ProjectorDefaultTypeInternal _Projector_default_instance_;
66 } // namespace msgs
67 } // namespace ignition
68 namespace google {
69 namespace protobuf {
70 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Projector* Arena::CreateMaybeMessage<::ignition::msgs::Projector>(Arena*);
71 } // namespace protobuf
72 } // namespace google
73 namespace ignition {
74 namespace msgs {
75 
76 // ===================================================================
77 
78 class IGNITION_MSGS_VISIBLE Projector : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Projector) */ {
79  public:
80  Projector();
81  virtual ~Projector();
82 
83  Projector(const Projector& from);
84 
85  inline Projector& operator=(const Projector& from) {
86  CopyFrom(from);
87  return *this;
88  }
89  #if LANG_CXX11
90  Projector(Projector&& from) noexcept
91  : Projector() {
92  *this = ::std::move(from);
93  }
94 
95  inline Projector& operator=(Projector&& 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 Projector& default_instance();
106 
107  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
108  static inline const Projector* internal_default_instance() {
109  return reinterpret_cast<const Projector*>(
111  }
112  static constexpr int kIndexInFileMessages =
113  0;
114 
115  void Swap(Projector* other);
116  friend void swap(Projector& a, Projector& b) {
117  a.Swap(&b);
118  }
119 
120  // implements Message ----------------------------------------------
121 
122  inline Projector* New() const final {
123  return CreateMaybeMessage<Projector>(NULL);
124  }
125 
126  Projector* New(::google::protobuf::Arena* arena) const final {
127  return CreateMaybeMessage<Projector>(arena);
128  }
129  void CopyFrom(const ::google::protobuf::Message& from) final;
130  void MergeFrom(const ::google::protobuf::Message& from) final;
131  void CopyFrom(const Projector& from);
132  void MergeFrom(const Projector& 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(Projector* 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  // string name = 2;
166  void clear_name();
167  static const int kNameFieldNumber = 2;
168  const ::std::string& name() const;
169  void set_name(const ::std::string& value);
170  #if LANG_CXX11
171  void set_name(::std::string&& value);
172  #endif
173  void set_name(const char* value);
174  void set_name(const char* value, size_t size);
175  ::std::string* mutable_name();
176  ::std::string* release_name();
177  void set_allocated_name(::std::string* name);
178 
179  // string texture = 3;
180  void clear_texture();
181  static const int kTextureFieldNumber = 3;
182  const ::std::string& texture() const;
183  void set_texture(const ::std::string& value);
184  #if LANG_CXX11
185  void set_texture(::std::string&& value);
186  #endif
187  void set_texture(const char* value);
188  void set_texture(const char* value, size_t size);
189  ::std::string* mutable_texture();
190  ::std::string* release_texture();
191  void set_allocated_texture(::std::string* texture);
192 
193  // .ignition.msgs.Header header = 1;
194  bool has_header() const;
195  void clear_header();
196  static const int kHeaderFieldNumber = 1;
197  private:
198  const ::ignition::msgs::Header& _internal_header() const;
199  public:
200  const ::ignition::msgs::Header& header() const;
201  ::ignition::msgs::Header* release_header();
202  ::ignition::msgs::Header* mutable_header();
203  void set_allocated_header(::ignition::msgs::Header* header);
204 
205  // .ignition.msgs.Pose pose = 4;
206  bool has_pose() const;
207  void clear_pose();
208  static const int kPoseFieldNumber = 4;
209  private:
210  const ::ignition::msgs::Pose& _internal_pose() const;
211  public:
212  const ::ignition::msgs::Pose& pose() const;
213  ::ignition::msgs::Pose* release_pose();
214  ::ignition::msgs::Pose* mutable_pose();
215  void set_allocated_pose(::ignition::msgs::Pose* pose);
216 
217  // double fov = 5;
218  void clear_fov();
219  static const int kFovFieldNumber = 5;
220  double fov() const;
221  void set_fov(double value);
222 
223  // double near_clip = 6;
224  void clear_near_clip();
225  static const int kNearClipFieldNumber = 6;
226  double near_clip() const;
227  void set_near_clip(double value);
228 
229  // double far_clip = 7;
230  void clear_far_clip();
231  static const int kFarClipFieldNumber = 7;
232  double far_clip() const;
233  void set_far_clip(double value);
234 
235  // bool enabled = 8;
236  void clear_enabled();
237  static const int kEnabledFieldNumber = 8;
238  bool enabled() const;
239  void set_enabled(bool value);
240 
241  // @@protoc_insertion_point(class_scope:ignition.msgs.Projector)
242  private:
243 
244  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
245  ::google::protobuf::internal::ArenaStringPtr name_;
246  ::google::protobuf::internal::ArenaStringPtr texture_;
247  ::ignition::msgs::Header* header_;
248  ::ignition::msgs::Pose* pose_;
249  double fov_;
250  double near_clip_;
251  double far_clip_;
252  bool enabled_;
253  mutable ::google::protobuf::internal::CachedSize _cached_size_;
254  friend struct ::protobuf_ignition_2fmsgs_2fprojector_2eproto::TableStruct;
255 };
256 // ===================================================================
257 
258 
259 // ===================================================================
260 
261 #ifdef __GNUC__
262  #pragma GCC diagnostic push
263  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
264 #endif // __GNUC__
265 // Projector
266 
267 // .ignition.msgs.Header header = 1;
268 inline bool Projector::has_header() const {
269  return this != internal_default_instance() && header_ != NULL;
270 }
271 inline const ::ignition::msgs::Header& Projector::_internal_header() const {
272  return *header_;
273 }
274 inline const ::ignition::msgs::Header& Projector::header() const {
275  const ::ignition::msgs::Header* p = header_;
276  // @@protoc_insertion_point(field_get:ignition.msgs.Projector.header)
277  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
279 }
280 inline ::ignition::msgs::Header* Projector::release_header() {
281  // @@protoc_insertion_point(field_release:ignition.msgs.Projector.header)
282 
283  ::ignition::msgs::Header* temp = header_;
284  header_ = NULL;
285  return temp;
286 }
287 inline ::ignition::msgs::Header* Projector::mutable_header() {
288 
289  if (header_ == NULL) {
290  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArenaNoVirtual());
291  header_ = p;
292  }
293  // @@protoc_insertion_point(field_mutable:ignition.msgs.Projector.header)
294  return header_;
295 }
297  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
298  if (message_arena == NULL) {
299  delete reinterpret_cast< ::google::protobuf::MessageLite*>(header_);
300  }
301  if (header) {
302  ::google::protobuf::Arena* submessage_arena = NULL;
303  if (message_arena != submessage_arena) {
304  header = ::google::protobuf::internal::GetOwnedMessage(
305  message_arena, header, submessage_arena);
306  }
307 
308  } else {
309 
310  }
311  header_ = header;
312  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Projector.header)
313 }
314 
315 // string name = 2;
316 inline void Projector::clear_name() {
317  name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
318 }
319 inline const ::std::string& Projector::name() const {
320  // @@protoc_insertion_point(field_get:ignition.msgs.Projector.name)
321  return name_.GetNoArena();
322 }
323 inline void Projector::set_name(const ::std::string& value) {
324 
325  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
326  // @@protoc_insertion_point(field_set:ignition.msgs.Projector.name)
327 }
328 #if LANG_CXX11
329 inline void Projector::set_name(::std::string&& value) {
330 
331  name_.SetNoArena(
332  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
333  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.Projector.name)
334 }
335 #endif
336 inline void Projector::set_name(const char* value) {
337  GOOGLE_DCHECK(value != NULL);
338 
339  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
340  // @@protoc_insertion_point(field_set_char:ignition.msgs.Projector.name)
341 }
342 inline void Projector::set_name(const char* value, size_t size) {
343 
344  name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
345  ::std::string(reinterpret_cast<const char*>(value), size));
346  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.Projector.name)
347 }
348 inline ::std::string* Projector::mutable_name() {
349 
350  // @@protoc_insertion_point(field_mutable:ignition.msgs.Projector.name)
351  return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
352 }
353 inline ::std::string* Projector::release_name() {
354  // @@protoc_insertion_point(field_release:ignition.msgs.Projector.name)
355 
356  return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
357 }
359  if (name != NULL) {
360 
361  } else {
362 
363  }
364  name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name);
365  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Projector.name)
366 }
367 
368 // string texture = 3;
370  texture_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
371 }
372 inline const ::std::string& Projector::texture() const {
373  // @@protoc_insertion_point(field_get:ignition.msgs.Projector.texture)
374  return texture_.GetNoArena();
375 }
376 inline void Projector::set_texture(const ::std::string& value) {
377 
378  texture_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
379  // @@protoc_insertion_point(field_set:ignition.msgs.Projector.texture)
380 }
381 #if LANG_CXX11
382 inline void Projector::set_texture(::std::string&& value) {
383 
384  texture_.SetNoArena(
385  &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
386  // @@protoc_insertion_point(field_set_rvalue:ignition.msgs.Projector.texture)
387 }
388 #endif
389 inline void Projector::set_texture(const char* value) {
390  GOOGLE_DCHECK(value != NULL);
391 
392  texture_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
393  // @@protoc_insertion_point(field_set_char:ignition.msgs.Projector.texture)
394 }
395 inline void Projector::set_texture(const char* value, size_t size) {
396 
397  texture_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
398  ::std::string(reinterpret_cast<const char*>(value), size));
399  // @@protoc_insertion_point(field_set_pointer:ignition.msgs.Projector.texture)
400 }
401 inline ::std::string* Projector::mutable_texture() {
402 
403  // @@protoc_insertion_point(field_mutable:ignition.msgs.Projector.texture)
404  return texture_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
405 }
406 inline ::std::string* Projector::release_texture() {
407  // @@protoc_insertion_point(field_release:ignition.msgs.Projector.texture)
408 
409  return texture_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
410 }
412  if (texture != NULL) {
413 
414  } else {
415 
416  }
417  texture_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), texture);
418  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Projector.texture)
419 }
420 
421 // .ignition.msgs.Pose pose = 4;
422 inline bool Projector::has_pose() const {
423  return this != internal_default_instance() && pose_ != NULL;
424 }
425 inline const ::ignition::msgs::Pose& Projector::_internal_pose() const {
426  return *pose_;
427 }
428 inline const ::ignition::msgs::Pose& Projector::pose() const {
429  const ::ignition::msgs::Pose* p = pose_;
430  // @@protoc_insertion_point(field_get:ignition.msgs.Projector.pose)
431  return p != NULL ? *p : *reinterpret_cast<const ::ignition::msgs::Pose*>(
433 }
434 inline ::ignition::msgs::Pose* Projector::release_pose() {
435  // @@protoc_insertion_point(field_release:ignition.msgs.Projector.pose)
436 
437  ::ignition::msgs::Pose* temp = pose_;
438  pose_ = NULL;
439  return temp;
440 }
441 inline ::ignition::msgs::Pose* Projector::mutable_pose() {
442 
443  if (pose_ == NULL) {
444  auto* p = CreateMaybeMessage<::ignition::msgs::Pose>(GetArenaNoVirtual());
445  pose_ = p;
446  }
447  // @@protoc_insertion_point(field_mutable:ignition.msgs.Projector.pose)
448  return pose_;
449 }
451  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
452  if (message_arena == NULL) {
453  delete reinterpret_cast< ::google::protobuf::MessageLite*>(pose_);
454  }
455  if (pose) {
456  ::google::protobuf::Arena* submessage_arena = NULL;
457  if (message_arena != submessage_arena) {
458  pose = ::google::protobuf::internal::GetOwnedMessage(
459  message_arena, pose, submessage_arena);
460  }
461 
462  } else {
463 
464  }
465  pose_ = pose;
466  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Projector.pose)
467 }
468 
469 // double fov = 5;
470 inline void Projector::clear_fov() {
471  fov_ = 0;
472 }
473 inline double Projector::fov() const {
474  // @@protoc_insertion_point(field_get:ignition.msgs.Projector.fov)
475  return fov_;
476 }
477 inline void Projector::set_fov(double value) {
478 
479  fov_ = value;
480  // @@protoc_insertion_point(field_set:ignition.msgs.Projector.fov)
481 }
482 
483 // double near_clip = 6;
485  near_clip_ = 0;
486 }
487 inline double Projector::near_clip() const {
488  // @@protoc_insertion_point(field_get:ignition.msgs.Projector.near_clip)
489  return near_clip_;
490 }
491 inline void Projector::set_near_clip(double value) {
492 
493  near_clip_ = value;
494  // @@protoc_insertion_point(field_set:ignition.msgs.Projector.near_clip)
495 }
496 
497 // double far_clip = 7;
499  far_clip_ = 0;
500 }
501 inline double Projector::far_clip() const {
502  // @@protoc_insertion_point(field_get:ignition.msgs.Projector.far_clip)
503  return far_clip_;
504 }
505 inline void Projector::set_far_clip(double value) {
506 
507  far_clip_ = value;
508  // @@protoc_insertion_point(field_set:ignition.msgs.Projector.far_clip)
509 }
510 
511 // bool enabled = 8;
513  enabled_ = false;
514 }
515 inline bool Projector::enabled() const {
516  // @@protoc_insertion_point(field_get:ignition.msgs.Projector.enabled)
517  return enabled_;
518 }
519 inline void Projector::set_enabled(bool value) {
520 
521  enabled_ = value;
522  // @@protoc_insertion_point(field_set:ignition.msgs.Projector.enabled)
523 }
524 
525 #ifdef __GNUC__
526  #pragma GCC diagnostic pop
527 #endif // __GNUC__
528 
533 // @@protoc_insertion_point(namespace_scope)
534 
535 } // namespace msgs
536 } // namespace ignition
537 
538 #ifdef _MSC_VER
539 #pragma warning(pop)
540 #endif
541 // @@protoc_insertion_point(global_scope)
542 
543 #endif // PROTOBUF_INCLUDED_ignition_2fmsgs_2fprojector_2eproto
void clear_fov()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:470
Projector & operator=(const Projector &from)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:85
STL class.
STL class.
void set_allocated_header(::ignition::msgs::Header *header)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:296
T move(T... args)
Projector * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:122
void Swap(Projector *other)
void clear_near_clip()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:484
void clear_enabled()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:512
void set_allocated_pose(::ignition::msgs::Pose *pose)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:450
const ::std::string & name() const
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:319
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:49
::ignition::msgs::Header * release_header()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:280
double fov() const
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:473
Definition: build/ignition-msgs8/include/ignition/msgs/pose.pb.h:79
::std::string * release_name()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:353
void set_name(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:323
const ::ignition::msgs::Header & header() const
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:274
Projector * New(::google::protobuf::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:126
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:78
std::shared_ptr< const Projector > ConstProjectorSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:532
const ::ignition::msgs::Pose & pose() const
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:428
IGNITION_MSGS_VISIBLE PoseDefaultTypeInternal _Pose_default_instance_
::ignition::msgs::Pose * release_pose()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:434
double near_clip() const
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:487
friend void swap(Projector &a, Projector &b)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:116
void set_far_clip(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:505
void set_allocated_texture(::std::string *texture)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:411
void set_allocated_name(::std::string *name)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:358
void clear_texture()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:369
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:51
void IGNITION_MSGS_VISIBLE AddDescriptors()
::ignition::msgs::Header * mutable_header()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:287
void set_enabled(bool value)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:519
IGNITION_MSGS_VISIBLE ProjectorDefaultTypeInternal _Projector_default_instance_
bool has_header() const
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:268
const ::std::string & texture() const
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:372
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
STL namespace.
Definition: build/ignition-msgs8/include/ignition/msgs/header.pb.h:215
::std::string * release_texture()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:406
bool enabled() const
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:515
::std::string * mutable_texture()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:401
std::unique_ptr< Projector > ProjectorUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:529
std::unique_ptr< const Projector > ConstProjectorUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:530
void set_texture(const ::std::string &value)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:376
bool has_pose() const
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:422
std::shared_ptr< Projector > ProjectorSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:531
STL class.
void clear_far_clip()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:498
static const Projector * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:108
void clear_name()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:316
::std::string * mutable_name()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:348
double far_clip() const
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:501
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:78
::ignition::msgs::Pose * mutable_pose()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:441
void set_near_clip(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:491
void set_fov(double value)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:477