Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/shadows.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/shadows.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fshadows_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fshadows_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3012000
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 3012004 < 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/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
31 #include <google/protobuf/message.h>
32 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
33 #include <google/protobuf/extension_set.h> // IWYU pragma: export
34 #include <google/protobuf/generated_enum_reflection.h>
35 #include <google/protobuf/unknown_field_set.h>
36 #include "ignition/msgs/color.pb.h"
38 #ifndef _MSC_VER
39 #pragma GCC system_header
40 #else
41 #pragma warning(push)
42 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
43 #endif
44 #ifdef __linux__
45 #include <sys/sysmacros.h>
46 #endif
47 #include <memory>
48 #include <ignition/msgs/Export.hh>
49 // @@protoc_insertion_point(includes)
50 #include <google/protobuf/port_def.inc>
51 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fshadows_2eproto IGNITION_MSGS_VISIBLE
52 PROTOBUF_NAMESPACE_OPEN
53 namespace internal {
54 class AnyMetadata;
55 } // namespace internal
56 PROTOBUF_NAMESPACE_CLOSE
57 
58 // Internal implementation detail -- do not use these members.
59 struct IGNITION_MSGS_VISIBLE TableStruct_ignition_2fmsgs_2fshadows_2eproto {
60  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
61  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
62  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
63  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
64  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
65  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
66  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
67  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
68  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
69 };
70 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fshadows_2eproto;
71 namespace ignition {
72 namespace msgs {
73 class Shadows;
74 class ShadowsDefaultTypeInternal;
75 IGNITION_MSGS_VISIBLE extern ShadowsDefaultTypeInternal _Shadows_default_instance_;
76 } // namespace msgs
77 } // namespace ignition
78 PROTOBUF_NAMESPACE_OPEN
79 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Shadows* Arena::CreateMaybeMessage<::ignition::msgs::Shadows>(Arena*);
80 PROTOBUF_NAMESPACE_CLOSE
81 namespace ignition {
82 namespace msgs {
83 
84 enum Shadows_ShadowType : int {
91 };
92 IGNITION_MSGS_VISIBLE bool Shadows_ShadowType_IsValid(int value);
96 
97 IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Shadows_ShadowType_descriptor();
98 template<typename T>
99 inline const std::string& Shadows_ShadowType_Name(T enum_t_value) {
102  "Incorrect type passed to function Shadows_ShadowType_Name.");
103  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
104  Shadows_ShadowType_descriptor(), enum_t_value);
105 }
107  const std::string& name, Shadows_ShadowType* value) {
108  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<Shadows_ShadowType>(
109  Shadows_ShadowType_descriptor(), name, value);
110 }
111 // ===================================================================
112 
113 class IGNITION_MSGS_VISIBLE Shadows PROTOBUF_FINAL :
114  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Shadows) */ {
115  public:
116  inline Shadows() : Shadows(nullptr) {};
117  virtual ~Shadows();
118 
119  Shadows(const Shadows& from);
120  Shadows(Shadows&& from) noexcept
121  : Shadows() {
122  *this = ::std::move(from);
123  }
124 
125  inline Shadows& operator=(const Shadows& from) {
126  CopyFrom(from);
127  return *this;
128  }
129  inline Shadows& operator=(Shadows&& from) noexcept {
130  if (GetArena() == from.GetArena()) {
131  if (this != &from) InternalSwap(&from);
132  } else {
133  CopyFrom(from);
134  }
135  return *this;
136  }
137 
138  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
139  return GetDescriptor();
140  }
141  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
142  return GetMetadataStatic().descriptor;
143  }
144  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
145  return GetMetadataStatic().reflection;
146  }
147  static const Shadows& default_instance();
148 
149  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
150  static inline const Shadows* internal_default_instance() {
151  return reinterpret_cast<const Shadows*>(
153  }
154  static constexpr int kIndexInFileMessages =
155  0;
156 
157  friend void swap(Shadows& a, Shadows& b) {
158  a.Swap(&b);
159  }
160  inline void Swap(Shadows* other) {
161  if (other == this) return;
162  if (GetArena() == other->GetArena()) {
163  InternalSwap(other);
164  } else {
165  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
166  }
167  }
168  void UnsafeArenaSwap(Shadows* other) {
169  if (other == this) return;
170  GOOGLE_DCHECK(GetArena() == other->GetArena());
171  InternalSwap(other);
172  }
173 
174  // implements Message ----------------------------------------------
175 
176  inline Shadows* New() const final {
177  return CreateMaybeMessage<Shadows>(nullptr);
178  }
179 
180  Shadows* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
181  return CreateMaybeMessage<Shadows>(arena);
182  }
183  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
184  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
185  void CopyFrom(const Shadows& from);
186  void MergeFrom(const Shadows& from);
187  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
188  bool IsInitialized() const final;
189 
190  size_t ByteSizeLong() const final;
191  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
192  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
193  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
194  int GetCachedSize() const final { return _cached_size_.Get(); }
195 
196  private:
197  inline void SharedCtor();
198  inline void SharedDtor();
199  void SetCachedSize(int size) const final;
200  void InternalSwap(Shadows* other);
201  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
202  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
203  return "ignition.msgs.Shadows";
204  }
205  protected:
206  explicit Shadows(::PROTOBUF_NAMESPACE_ID::Arena* arena);
207  private:
208  static void ArenaDtor(void* object);
209  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
210  public:
211 
212  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
213  private:
214  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
215  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fshadows_2eproto);
216  return ::descriptor_table_ignition_2fmsgs_2fshadows_2eproto.file_level_metadata[kIndexInFileMessages];
217  }
218 
219  public:
220 
221  // nested types ----------------------------------------------------
222 
224  static constexpr ShadowType STENCIL_ADDITIVE =
226  static constexpr ShadowType STENCIL_MODULATIVE =
228  static constexpr ShadowType TEXTURE_ADDITIVE =
230  static constexpr ShadowType TEXTURE_MODULATIVE =
232  static inline bool ShadowType_IsValid(int value) {
233  return Shadows_ShadowType_IsValid(value);
234  }
235  static constexpr ShadowType ShadowType_MIN =
237  static constexpr ShadowType ShadowType_MAX =
239  static constexpr int ShadowType_ARRAYSIZE =
241  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
244  }
245  template<typename T>
246  static inline const std::string& ShadowType_Name(T enum_t_value) {
247  static_assert(::std::is_same<T, ShadowType>::value ||
249  "Incorrect type passed to function ShadowType_Name.");
250  return Shadows_ShadowType_Name(enum_t_value);
251  }
252  static inline bool ShadowType_Parse(const std::string& name,
253  ShadowType* value) {
254  return Shadows_ShadowType_Parse(name, value);
255  }
256 
257  // accessors -------------------------------------------------------
258 
259  enum : int {
260  kHeaderFieldNumber = 1,
261  kColorFieldNumber = 3,
262  kTypeFieldNumber = 2,
263  };
264  // .ignition.msgs.Header header = 1;
265  bool has_header() const;
266  private:
267  bool _internal_has_header() const;
268  public:
269  void clear_header();
270  const ::ignition::msgs::Header& header() const;
271  ::ignition::msgs::Header* release_header();
272  ::ignition::msgs::Header* mutable_header();
273  void set_allocated_header(::ignition::msgs::Header* header);
274  private:
275  const ::ignition::msgs::Header& _internal_header() const;
276  ::ignition::msgs::Header* _internal_mutable_header();
277  public:
279  ::ignition::msgs::Header* header);
280  ::ignition::msgs::Header* unsafe_arena_release_header();
281 
282  // .ignition.msgs.Color color = 3;
283  bool has_color() const;
284  private:
285  bool _internal_has_color() const;
286  public:
287  void clear_color();
288  const ::ignition::msgs::Color& color() const;
289  ::ignition::msgs::Color* release_color();
290  ::ignition::msgs::Color* mutable_color();
291  void set_allocated_color(::ignition::msgs::Color* color);
292  private:
293  const ::ignition::msgs::Color& _internal_color() const;
294  ::ignition::msgs::Color* _internal_mutable_color();
295  public:
297  ::ignition::msgs::Color* color);
298  ::ignition::msgs::Color* unsafe_arena_release_color();
299 
300  // .ignition.msgs.Shadows.ShadowType type = 2;
301  void clear_type();
304  private:
305  ::ignition::msgs::Shadows_ShadowType _internal_type() const;
306  void _internal_set_type(::ignition::msgs::Shadows_ShadowType value);
307  public:
308 
309  // @@protoc_insertion_point(class_scope:ignition.msgs.Shadows)
310  private:
311  class _Internal;
312 
313  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
314  typedef void InternalArenaConstructable_;
315  typedef void DestructorSkippable_;
316  ::ignition::msgs::Header* header_;
317  ::ignition::msgs::Color* color_;
318  int type_;
319  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
320  friend struct ::TableStruct_ignition_2fmsgs_2fshadows_2eproto;
321 };
322 // ===================================================================
323 
324 
325 // ===================================================================
326 
327 #ifdef __GNUC__
328  #pragma GCC diagnostic push
329  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
330 #endif // __GNUC__
331 // Shadows
332 
333 // .ignition.msgs.Header header = 1;
334 inline bool Shadows::_internal_has_header() const {
335  return this != internal_default_instance() && header_ != nullptr;
336 }
337 inline bool Shadows::has_header() const {
338  return _internal_has_header();
339 }
340 inline const ::ignition::msgs::Header& Shadows::_internal_header() const {
341  const ::ignition::msgs::Header* p = header_;
342  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Header*>(
344 }
345 inline const ::ignition::msgs::Header& Shadows::header() const {
346  // @@protoc_insertion_point(field_get:ignition.msgs.Shadows.header)
347  return _internal_header();
348 }
349 inline void Shadows::unsafe_arena_set_allocated_header(
350  ::ignition::msgs::Header* header) {
351  if (GetArena() == nullptr) {
352  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
353  }
354  header_ = header;
355  if (header) {
356 
357  } else {
358 
359  }
360  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Shadows.header)
361 }
362 inline ::ignition::msgs::Header* Shadows::release_header() {
363  auto temp = unsafe_arena_release_header();
364  if (GetArena() != nullptr) {
365  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
366  }
367  return temp;
368 }
369 inline ::ignition::msgs::Header* Shadows::unsafe_arena_release_header() {
370  // @@protoc_insertion_point(field_release:ignition.msgs.Shadows.header)
371 
372  ::ignition::msgs::Header* temp = header_;
373  header_ = nullptr;
374  return temp;
375 }
376 inline ::ignition::msgs::Header* Shadows::_internal_mutable_header() {
377 
378  if (header_ == nullptr) {
379  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
380  header_ = p;
381  }
382  return header_;
383 }
384 inline ::ignition::msgs::Header* Shadows::mutable_header() {
385  // @@protoc_insertion_point(field_mutable:ignition.msgs.Shadows.header)
386  return _internal_mutable_header();
387 }
388 inline void Shadows::set_allocated_header(::ignition::msgs::Header* header) {
389  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
390  if (message_arena == nullptr) {
391  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
392  }
393  if (header) {
394  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
395  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
396  if (message_arena != submessage_arena) {
397  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
398  message_arena, header, submessage_arena);
399  }
400 
401  } else {
402 
403  }
404  header_ = header;
405  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Shadows.header)
406 }
407 
408 // .ignition.msgs.Shadows.ShadowType type = 2;
409 inline void Shadows::clear_type() {
410  type_ = 0;
411 }
412 inline ::ignition::msgs::Shadows_ShadowType Shadows::_internal_type() const {
413  return static_cast< ::ignition::msgs::Shadows_ShadowType >(type_);
414 }
415 inline ::ignition::msgs::Shadows_ShadowType Shadows::type() const {
416  // @@protoc_insertion_point(field_get:ignition.msgs.Shadows.type)
417  return _internal_type();
418 }
419 inline void Shadows::_internal_set_type(::ignition::msgs::Shadows_ShadowType value) {
420 
421  type_ = value;
422 }
423 inline void Shadows::set_type(::ignition::msgs::Shadows_ShadowType value) {
424  _internal_set_type(value);
425  // @@protoc_insertion_point(field_set:ignition.msgs.Shadows.type)
426 }
427 
428 // .ignition.msgs.Color color = 3;
429 inline bool Shadows::_internal_has_color() const {
430  return this != internal_default_instance() && color_ != nullptr;
431 }
432 inline bool Shadows::has_color() const {
433  return _internal_has_color();
434 }
435 inline const ::ignition::msgs::Color& Shadows::_internal_color() const {
436  const ::ignition::msgs::Color* p = color_;
437  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Color*>(
439 }
440 inline const ::ignition::msgs::Color& Shadows::color() const {
441  // @@protoc_insertion_point(field_get:ignition.msgs.Shadows.color)
442  return _internal_color();
443 }
444 inline void Shadows::unsafe_arena_set_allocated_color(
445  ::ignition::msgs::Color* color) {
446  if (GetArena() == nullptr) {
447  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(color_);
448  }
449  color_ = color;
450  if (color) {
451 
452  } else {
453 
454  }
455  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Shadows.color)
456 }
457 inline ::ignition::msgs::Color* Shadows::release_color() {
458  auto temp = unsafe_arena_release_color();
459  if (GetArena() != nullptr) {
460  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
461  }
462  return temp;
463 }
464 inline ::ignition::msgs::Color* Shadows::unsafe_arena_release_color() {
465  // @@protoc_insertion_point(field_release:ignition.msgs.Shadows.color)
466 
467  ::ignition::msgs::Color* temp = color_;
468  color_ = nullptr;
469  return temp;
470 }
471 inline ::ignition::msgs::Color* Shadows::_internal_mutable_color() {
472 
473  if (color_ == nullptr) {
474  auto* p = CreateMaybeMessage<::ignition::msgs::Color>(GetArena());
475  color_ = p;
476  }
477  return color_;
478 }
479 inline ::ignition::msgs::Color* Shadows::mutable_color() {
480  // @@protoc_insertion_point(field_mutable:ignition.msgs.Shadows.color)
481  return _internal_mutable_color();
482 }
483 inline void Shadows::set_allocated_color(::ignition::msgs::Color* color) {
484  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
485  if (message_arena == nullptr) {
486  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(color_);
487  }
488  if (color) {
489  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
490  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(color)->GetArena();
491  if (message_arena != submessage_arena) {
492  color = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
493  message_arena, color, submessage_arena);
494  }
495 
496  } else {
497 
498  }
499  color_ = color;
500  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Shadows.color)
501 }
502 
503 #ifdef __GNUC__
504  #pragma GCC diagnostic pop
505 #endif // __GNUC__
506 
511 // @@protoc_insertion_point(namespace_scope)
512 
513 } // namespace msgs
514 } // namespace ignition
515 
516 PROTOBUF_NAMESPACE_OPEN
517 
518 template <> struct is_proto_enum< ::ignition::msgs::Shadows_ShadowType> : ::std::true_type {};
519 template <>
520 inline const EnumDescriptor* GetEnumDescriptor< ::ignition::msgs::Shadows_ShadowType>() {
522 }
523 
524 PROTOBUF_NAMESPACE_CLOSE
525 
526 #ifdef _MSC_VER
527 #pragma warning(pop)
528 #endif
529 // @@protoc_insertion_point(global_scope)
530 
531 #include <google/protobuf/port_undef.inc>
532 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fshadows_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fshadows_2eproto
::ignition::msgs::Shadows_ShadowType type() const
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:144
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
::ignition::msgs::Header * release_header()
Shadows(::PROTOBUF_NAMESPACE_ID::Arena *arena)
::ignition::msgs::Header * mutable_header()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:138
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const Shadows & default_instance()
void unsafe_arena_set_allocated_color(::ignition::msgs::Color *color)
Shadows()
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:116
Shadows * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:180
void set_allocated_color(::ignition::msgs::Color *color)
::ignition::msgs::Color * unsafe_arena_release_color()
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
void Swap(Shadows *other)
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:160
Shadows(const Shadows &from)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * ShadowType_descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:242
::ignition::msgs::Header * unsafe_arena_release_header()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Shadows & operator=(const Shadows &from)
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:125
const ::ignition::msgs::Color & color() const
friend void swap(Shadows &a, Shadows &b)
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:157
void MergeFrom(const Shadows &from)
::ignition::msgs::Color * mutable_color()
void UnsafeArenaSwap(Shadows *other)
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:168
void set_allocated_header(::ignition::msgs::Header *header)
Shadows_ShadowType ShadowType
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:223
static const std::string & ShadowType_Name(T enum_t_value)
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:246
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:141
Shadows(Shadows &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:120
Shadows * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:176
Shadows & operator=(Shadows &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:129
void set_type(::ignition::msgs::Shadows_ShadowType value)
static bool ShadowType_Parse(const std::string &name, ShadowType *value)
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:252
void CopyFrom(const Shadows &from)
static const Shadows * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:150
static bool ShadowType_IsValid(int value)
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:232
const ::ignition::msgs::Header & header() const
::ignition::msgs::Color * release_color()
T max(T... args)
T min(T... args)
IGNITION_MSGS_VISIBLE ColorDefaultTypeInternal _Color_default_instance_
std::shared_ptr< Shadows > ShadowsSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:509
std::unique_ptr< const Shadows > ConstShadowsUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:508
constexpr Shadows_ShadowType Shadows_ShadowType_ShadowType_MAX
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:94
IGNITION_MSGS_VISIBLE bool Shadows_ShadowType_IsValid(int value)
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
std::unique_ptr< Shadows > ShadowsUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:507
Shadows_ShadowType
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:84
@ Shadows_ShadowType_STENCIL_MODULATIVE
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:86
@ Shadows_ShadowType_Shadows_ShadowType_INT_MAX_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:90
@ Shadows_ShadowType_TEXTURE_MODULATIVE
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:88
@ Shadows_ShadowType_Shadows_ShadowType_INT_MIN_SENTINEL_DO_NOT_USE_
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:89
@ Shadows_ShadowType_STENCIL_ADDITIVE
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:85
@ Shadows_ShadowType_TEXTURE_ADDITIVE
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:87
const std::string & Shadows_ShadowType_Name(T enum_t_value)
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:99
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Shadows_ShadowType_descriptor()
IGNITION_MSGS_VISIBLE ShadowsDefaultTypeInternal _Shadows_default_instance_
std::shared_ptr< const Shadows > ConstShadowsSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:510
bool Shadows_ShadowType_Parse(const std::string &name, Shadows_ShadowType *value)
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:106
constexpr int Shadows_ShadowType_ShadowType_ARRAYSIZE
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:95
constexpr Shadows_ShadowType Shadows_ShadowType_ShadowType_MIN
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:93
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
Definition: build/ignition-msgs8/include/ignition/msgs/shadows.pb.h:59
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)