Ignition Msgs

API Reference

5.8.1

#include <heightmapgeom.pb.h>

Public Types

enum  : int { kDiffuseFieldNumber = 1 , kNormalFieldNumber = 2 , kSizeFieldNumber = 3 }
 

Public Member Functions

 HeightmapGeom_Texture ()
 
constexpr HeightmapGeom_Texture (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 HeightmapGeom_Texture (const HeightmapGeom_Texture &from)
 
 HeightmapGeom_Texture (HeightmapGeom_Texture &&from) noexcept
 
 ~HeightmapGeom_Texture () 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
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_diffuse ()
 
void clear_normal ()
 
void clear_size ()
 
void CopyFrom (const HeightmapGeom_Texture &from)
 
const std::stringdiffuse () const
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool IsInitialized () const final
 
void MergeFrom (const HeightmapGeom_Texture &from)
 
std::stringmutable_diffuse ()
 
std::stringmutable_normal ()
 
HeightmapGeom_TextureNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
const std::stringnormal () const
 
HeightmapGeom_Textureoperator= (const HeightmapGeom_Texture &from)
 
HeightmapGeom_Textureoperator= (HeightmapGeom_Texture &&from) noexcept
 
PROTOBUF_NODISCARD std::stringrelease_diffuse ()
 
PROTOBUF_NODISCARD std::stringrelease_normal ()
 
void set_allocated_diffuse (std::string *diffuse)
 
void set_allocated_normal (std::string *normal)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_diffuse (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_diffuse (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_normal (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_normal (ArgT0 &&arg0, ArgT... args)
 
void set_size (double value)
 
double size () const
 
void Swap (HeightmapGeom_Texture *other)
 
void UnsafeArenaSwap (HeightmapGeom_Texture *other)
 

Static Public Member Functions

static const HeightmapGeom_Texturedefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const HeightmapGeom_Textureinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

 HeightmapGeom_Texture (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kDiffuseFieldNumber 
kNormalFieldNumber 
kSizeFieldNumber 

Constructor & Destructor Documentation

◆ HeightmapGeom_Texture() [1/5]

◆ ~HeightmapGeom_Texture()

~HeightmapGeom_Texture ( )
override

◆ HeightmapGeom_Texture() [2/5]

constexpr HeightmapGeom_Texture ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

◆ HeightmapGeom_Texture() [3/5]

◆ HeightmapGeom_Texture() [4/5]

HeightmapGeom_Texture ( HeightmapGeom_Texture &&  from)
inlinenoexcept

◆ HeightmapGeom_Texture() [5/5]

HeightmapGeom_Texture ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char* _InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t* _InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ( )
final

◆ clear_diffuse()

void clear_diffuse ( )
inline

◆ clear_normal()

void clear_normal ( )
inline

◆ clear_size()

void clear_size ( )
inline

◆ CopyFrom()

void CopyFrom ( const HeightmapGeom_Texture from)

◆ default_instance()

static const HeightmapGeom_Texture& default_instance ( )
inlinestatic

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor ( )
inlinestatic

◆ diffuse()

const std::string & diffuse ( ) const
inline

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor ( )
inlinestatic

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection ( )
inlinestatic

◆ internal_default_instance()

static const HeightmapGeom_Texture* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const HeightmapGeom_Texture from)

◆ mutable_diffuse()

std::string * mutable_diffuse ( )
inline

◆ mutable_normal()

std::string * mutable_normal ( )
inline

◆ New()

HeightmapGeom_Texture* New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

◆ normal()

const std::string & normal ( ) const
inline

◆ operator=() [1/2]

HeightmapGeom_Texture& operator= ( const HeightmapGeom_Texture from)
inline

◆ operator=() [2/2]

HeightmapGeom_Texture& operator= ( HeightmapGeom_Texture &&  from)
inlinenoexcept

◆ release_diffuse()

std::string * release_diffuse ( )
inline

◆ release_normal()

std::string * release_normal ( )
inline

◆ set_allocated_diffuse()

void set_allocated_diffuse ( std::string diffuse)
inline

◆ set_allocated_normal()

void set_allocated_normal ( std::string normal)
inline

◆ set_diffuse() [1/2]

void set_diffuse ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_diffuse() [2/2]

PROTOBUF_ALWAYS_INLINE void set_diffuse ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_normal() [1/2]

void set_normal ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_normal() [2/2]

PROTOBUF_ALWAYS_INLINE void set_normal ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_size()

void set_size ( double  value)
inline

◆ size()

double size ( ) const
inline

◆ Swap()

void Swap ( HeightmapGeom_Texture other)
inline

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( HeightmapGeom_Texture other)
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

The documentation for this class was generated from the following file: