List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes
Fog Class Reference
#include <fog.pb.h>
Public Types | |
typedef Fog_FogType | FogType |
Public Member Functions | |
Fog () | |
Fog (const Fog &from) | |
virtual | ~Fog () |
size_t | ByteSizeLong () const final |
void | Clear () final |
void | clear_color () |
void | clear_density () |
void | clear_end () |
void | clear_header () |
void | clear_start () |
void | clear_type () |
const ::ignition::msgs::Color & | color () const |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const Fog &from) |
float | density () const |
float | end () const |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
bool | has_color () const |
bool | has_header () const |
const ::ignition::msgs::Header & | header () const |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
bool | IsInitialized () const final |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const Fog &from) |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
::ignition::msgs::Color * | mutable_color () |
::ignition::msgs::Header * | mutable_header () |
Fog * | New () const final |
Fog * | New (::google::protobuf::Arena *arena) const final |
Fog & | operator= (const Fog &from) |
::ignition::msgs::Color * | release_color () |
::ignition::msgs::Header * | release_header () |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
void | set_allocated_color (::ignition::msgs::Color *color) |
void | set_allocated_header (::ignition::msgs::Header *header) |
void | set_density (float value) |
void | set_end (float value) |
void | set_start (float value) |
void | set_type (::ignition::msgs::Fog_FogType value) |
float | start () const |
void | Swap (Fog *other) |
::ignition::msgs::Fog_FogType | type () const |
Static Public Member Functions | |
static const Fog & | default_instance () |
static const ::google::protobuf::Descriptor * | descriptor () |
static const ::google::protobuf::EnumDescriptor * | FogType_descriptor () |
static bool | FogType_IsValid (int value) |
static const ::std::string & | FogType_Name (FogType value) |
static bool | FogType_Parse (const ::std::string &name, FogType *value) |
static void | InitAsDefaultInstance () |
static const Fog * | internal_default_instance () |
Static Public Attributes | |
static const FogType | EXPONENTIAL |
static const FogType | EXPONENTIAL2 |
static const int | FogType_ARRAYSIZE |
static const FogType | FogType_MAX |
static const FogType | FogType_MIN |
static const int | kColorFieldNumber = 3 |
static const int | kDensityFieldNumber = 4 |
static const int | kEndFieldNumber = 6 |
static const int | kHeaderFieldNumber = 1 |
static constexpr int | kIndexInFileMessages |
static const int | kStartFieldNumber = 5 |
static const int | kTypeFieldNumber = 2 |
static const FogType | LINEAR |
static const FogType | NONE |
Member Typedef Documentation
🔗FogType
typedef Fog_FogType FogType |
Constructor & Destructor Documentation
🔗Fog() [1/2]
Fog | ( | ) |
🔗~Fog()
|
virtual |
🔗Fog() [2/2]
Member Function Documentation
🔗ByteSizeLong()
|
final |
🔗Clear()
|
final |
🔗clear_color()
void clear_color | ( | ) |
🔗clear_density()
|
inline |
🔗clear_end()
|
inline |
🔗clear_header()
void clear_header | ( | ) |
🔗clear_start()
|
inline |
🔗clear_type()
|
inline |
🔗color()
|
inline |
References ignition::msgs::_Color_default_instance_.
Referenced by Fog::set_allocated_color().
🔗CopyFrom() [1/2]
|
final |
🔗CopyFrom() [2/2]
void CopyFrom | ( | const Fog & | from | ) |
🔗default_instance()
|
static |
🔗density()
|
inline |
🔗descriptor()
|
static |
🔗end()
|
inline |
🔗FogType_descriptor()
|
inlinestatic |
References ignition::msgs::Fog_FogType_descriptor().
🔗FogType_IsValid()
|
inlinestatic |
References ignition::msgs::Fog_FogType_IsValid().
🔗FogType_Name()
|
inlinestatic |
References ignition::msgs::Fog_FogType_Name().
🔗FogType_Parse()
|
inlinestatic |
References ignition::msgs::Fog_FogType_Parse().
🔗GetCachedSize()
|
inlinefinal |
🔗GetMetadata()
|
final |
🔗has_color()
|
inline |
References Fog::internal_default_instance().
🔗has_header()
|
inline |
References Fog::internal_default_instance().
🔗header()
|
inline |
References ignition::msgs::_Header_default_instance_.
Referenced by Fog::set_allocated_header().
🔗InitAsDefaultInstance()
|
static |
🔗internal_default_instance()
|
inlinestatic |
References ignition::msgs::_Fog_default_instance_.
Referenced by Fog::has_color(), and Fog::has_header().
🔗InternalSerializeWithCachedSizesToArray()
|
final |
🔗IsInitialized()
|
final |
🔗MergeFrom() [1/2]
|
final |
🔗MergeFrom() [2/2]
void MergeFrom | ( | const Fog & | from | ) |
🔗MergePartialFromCodedStream()
|
final |
🔗mutable_color()
|
inline |
🔗mutable_header()
|
inline |
🔗New() [1/2]
|
inlinefinal |
🔗New() [2/2]
|
inlinefinal |
🔗operator=()
🔗release_color()
|
inline |
🔗release_header()
|
inline |
🔗SerializeWithCachedSizes()
|
final |
🔗set_allocated_color()
|
inline |
References Fog::color().
🔗set_allocated_header()
|
inline |
References Fog::header().
🔗set_density()
|
inline |
🔗set_end()
|
inline |
🔗set_start()
|
inline |
🔗set_type()
|
inline |
🔗start()
|
inline |
🔗Swap()
void Swap | ( | Fog * | other | ) |
🔗type()
|
inline |
Member Data Documentation
🔗EXPONENTIAL
|
static |
Initial value:
🔗EXPONENTIAL2
|
static |
Initial value:
🔗FogType_ARRAYSIZE
|
static |
Initial value:
🔗FogType_MAX
|
static |
Initial value:
🔗FogType_MIN
|
static |
Initial value:
🔗kColorFieldNumber
|
static |
🔗kDensityFieldNumber
|
static |
🔗kEndFieldNumber
|
static |
🔗kHeaderFieldNumber
|
static |
🔗kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
🔗kStartFieldNumber
|
static |
🔗kTypeFieldNumber
|
static |
🔗LINEAR
|
static |
Initial value:
🔗NONE
|
static |
Initial value:
The documentation for this class was generated from the following file:
const Fog_FogType Fog_FogType_FogType_MIN
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:86
@ Fog_FogType_EXPONENTIAL2
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:81
@ Fog_FogType_LINEAR
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:79
@ Fog_FogType_NONE
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:78
@ Fog_FogType_EXPONENTIAL
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:80
const Fog_FogType Fog_FogType_FogType_MAX
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:87
const int Fog_FogType_FogType_ARRAYSIZE
Definition: build/ignition-msgs8/include/ignition/msgs/fog.pb.h:88