List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
Scene Class Referencefinal
#include <scene.pb.h>
Public Types | |
enum | : int { kModelFieldNumber = 9 , kLightFieldNumber = 10 , kJointFieldNumber = 11 , kNameFieldNumber = 2 , kHeaderFieldNumber = 1 , kAmbientFieldNumber = 3 , kBackgroundFieldNumber = 4 , kSkyFieldNumber = 5 , kFogFieldNumber = 7 , kShadowsFieldNumber = 6 , kGridFieldNumber = 8 , kOriginVisualFieldNumber = 12 } |
Public Member Functions | |
Scene () | |
constexpr | Scene (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
Scene (const Scene &from) | |
Scene (Scene &&from) noexcept | |
~Scene () override | |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
::ignition::msgs::Joint * | add_joint () |
::ignition::msgs::Light * | add_light () |
::ignition::msgs::Model * | add_model () |
const ::ignition::msgs::Color & | ambient () const |
const ::ignition::msgs::Color & | background () const |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_ambient () |
void | clear_background () |
void | clear_fog () |
void | clear_grid () |
void | clear_header () |
void | clear_joint () |
void | clear_light () |
void | clear_model () |
void | clear_name () |
void | clear_origin_visual () |
void | clear_shadows () |
void | clear_sky () |
void | CopyFrom (const Scene &from) |
const ::ignition::msgs::Fog & | fog () const |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | grid () const |
bool | has_ambient () const |
bool | has_background () const |
bool | has_fog () const |
bool | has_header () const |
bool | has_sky () const |
const ::ignition::msgs::Header & | header () const |
bool | IsInitialized () const final |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Joint > & | joint () const |
const ::ignition::msgs::Joint & | joint (int index) const |
int | joint_size () const |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Light > & | light () const |
const ::ignition::msgs::Light & | light (int index) const |
int | light_size () const |
void | MergeFrom (const Scene &from) |
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model > & | model () const |
const ::ignition::msgs::Model & | model (int index) const |
int | model_size () const |
::ignition::msgs::Color * | mutable_ambient () |
::ignition::msgs::Color * | mutable_background () |
::ignition::msgs::Fog * | mutable_fog () |
::ignition::msgs::Header * | mutable_header () |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Joint > * | mutable_joint () |
::ignition::msgs::Joint * | mutable_joint (int index) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Light > * | mutable_light () |
::ignition::msgs::Light * | mutable_light (int index) |
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ignition::msgs::Model > * | mutable_model () |
::ignition::msgs::Model * | mutable_model (int index) |
std::string * | mutable_name () |
::ignition::msgs::Sky * | mutable_sky () |
const std::string & | name () const |
Scene * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
Scene & | operator= (const Scene &from) |
Scene & | operator= (Scene &&from) noexcept |
bool | origin_visual () const |
PROTOBUF_NODISCARD ::ignition::msgs::Color * | release_ambient () |
PROTOBUF_NODISCARD ::ignition::msgs::Color * | release_background () |
PROTOBUF_NODISCARD ::ignition::msgs::Fog * | release_fog () |
PROTOBUF_NODISCARD ::ignition::msgs::Header * | release_header () |
PROTOBUF_NODISCARD std::string * | release_name () |
PROTOBUF_NODISCARD ::ignition::msgs::Sky * | release_sky () |
void | set_allocated_ambient (::ignition::msgs::Color *ambient) |
void | set_allocated_background (::ignition::msgs::Color *background) |
void | set_allocated_fog (::ignition::msgs::Fog *fog) |
void | set_allocated_header (::ignition::msgs::Header *header) |
void | set_allocated_name (std::string *name) |
void | set_allocated_sky (::ignition::msgs::Sky *sky) |
void | set_grid (bool value) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_name (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_name (ArgT0 &&arg0, ArgT... args) |
void | set_origin_visual (bool value) |
void | set_shadows (bool value) |
bool | shadows () const |
const ::ignition::msgs::Sky & | sky () const |
void | Swap (Scene *other) |
::ignition::msgs::Color * | unsafe_arena_release_ambient () |
::ignition::msgs::Color * | unsafe_arena_release_background () |
::ignition::msgs::Fog * | unsafe_arena_release_fog () |
::ignition::msgs::Header * | unsafe_arena_release_header () |
::ignition::msgs::Sky * | unsafe_arena_release_sky () |
void | unsafe_arena_set_allocated_ambient (::ignition::msgs::Color *ambient) |
void | unsafe_arena_set_allocated_background (::ignition::msgs::Color *background) |
void | unsafe_arena_set_allocated_fog (::ignition::msgs::Fog *fog) |
void | unsafe_arena_set_allocated_header (::ignition::msgs::Header *header) |
void | unsafe_arena_set_allocated_sky (::ignition::msgs::Sky *sky) |
void | UnsafeArenaSwap (Scene *other) |
Static Public Member Functions | |
static const Scene & | default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const Scene * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
Scene (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
Constructor & Destructor Documentation
◆ Scene() [1/5]
|
inline |
◆ ~Scene()
|
override |
◆ Scene() [2/5]
|
explicitconstexpr |
◆ Scene() [3/5]
◆ Scene() [4/5]
◆ Scene() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ add_joint()
|
inline |
◆ add_light()
|
inline |
◆ add_model()
|
inline |
◆ ambient()
|
inline |
◆ background()
|
inline |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_ambient()
void clear_ambient | ( | ) |
◆ clear_background()
void clear_background | ( | ) |
◆ clear_fog()
void clear_fog | ( | ) |
◆ clear_grid()
|
inline |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_joint()
void clear_joint | ( | ) |
◆ clear_light()
void clear_light | ( | ) |
◆ clear_model()
void clear_model | ( | ) |
◆ clear_name()
|
inline |
◆ clear_origin_visual()
|
inline |
◆ clear_shadows()
|
inline |
◆ clear_sky()
void clear_sky | ( | ) |
◆ CopyFrom()
void CopyFrom | ( | const Scene & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ fog()
|
inline |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ grid()
|
inline |
◆ has_ambient()
|
inline |
◆ has_background()
|
inline |
◆ has_fog()
|
inline |
◆ has_header()
|
inline |
◆ has_sky()
|
inline |
◆ header()
|
inline |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_Scene_default_instance_.
◆ IsInitialized()
|
final |
◆ joint() [1/2]
|
inline |
◆ joint() [2/2]
|
inline |
◆ joint_size()
|
inline |
◆ light() [1/2]
|
inline |
◆ light() [2/2]
|
inline |
◆ light_size()
|
inline |
◆ MergeFrom()
void MergeFrom | ( | const Scene & | from | ) |
◆ model() [1/2]
|
inline |
◆ model() [2/2]
|
inline |
◆ model_size()
|
inline |
◆ mutable_ambient()
|
inline |
◆ mutable_background()
|
inline |
◆ mutable_fog()
|
inline |
◆ mutable_header()
|
inline |
◆ mutable_joint() [1/2]
|
inline |
◆ mutable_joint() [2/2]
|
inline |
◆ mutable_light() [1/2]
|
inline |
◆ mutable_light() [2/2]
|
inline |
◆ mutable_model() [1/2]
|
inline |
◆ mutable_model() [2/2]
|
inline |
◆ mutable_name()
|
inline |
◆ mutable_sky()
|
inline |
◆ name()
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ origin_visual()
|
inline |
◆ release_ambient()
|
inline |
◆ release_background()
|
inline |
◆ release_fog()
|
inline |
◆ release_header()
|
inline |
◆ release_name()
|
inline |
◆ release_sky()
|
inline |
◆ set_allocated_ambient()
|
inline |
◆ set_allocated_background()
|
inline |
◆ set_allocated_fog()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_name()
|
inline |
◆ set_allocated_sky()
|
inline |
◆ set_grid()
|
inline |
◆ set_name() [1/2]
void set_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_name() [2/2]
|
inline |
◆ set_origin_visual()
|
inline |
◆ set_shadows()
|
inline |
◆ shadows()
|
inline |
◆ sky()
|
inline |
◆ Swap()
|
inline |
◆ unsafe_arena_release_ambient()
|
inline |
◆ unsafe_arena_release_background()
|
inline |
◆ unsafe_arena_release_fog()
|
inline |
◆ unsafe_arena_release_header()
|
inline |
◆ unsafe_arena_release_sky()
|
inline |
◆ unsafe_arena_set_allocated_ambient()
|
inline |
◆ unsafe_arena_set_allocated_background()
|
inline |
◆ unsafe_arena_set_allocated_fog()
|
inline |
◆ unsafe_arena_set_allocated_header()
|
inline |
◆ unsafe_arena_set_allocated_sky()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
The documentation for this class was generated from the following file: