Ignition Msgs

API Reference

5.6.0

#include <heightmapgeom.pb.h>

Public Types

typedef HeightmapGeom_Blend Blend
 
typedef HeightmapGeom_Texture Texture
 

Public Member Functions

 HeightmapGeom ()
 
 HeightmapGeom (const HeightmapGeom &from)
 
virtual ~HeightmapGeom ()
 
::ignition::msgs::HeightmapGeom_Blendadd_blend ()
 
void add_heights (float value)
 
::ignition::msgs::HeightmapGeom_Textureadd_texture ()
 
const ::ignition::msgs::HeightmapGeom_Blendblend (int index) const
 
const ::google::protobuf::RepeatedPtrField< ::ignition::msgs::HeightmapGeom_Blend > & blend () const
 
int blend_size () const
 
int ByteSize () const
 
void Clear ()
 
void clear_blend ()
 
void clear_filename ()
 
void clear_header ()
 
void clear_height ()
 
void clear_heights ()
 
void clear_image ()
 
void clear_origin ()
 
void clear_sampling ()
 
void clear_size ()
 
void clear_texture ()
 
void clear_use_terrain_paging ()
 
void clear_width ()
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const HeightmapGeom &from)
 
const ::std::stringfilename () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_header () const
 
bool has_image () const
 
bool has_origin () const
 
bool has_size () const
 
const ::ignition::msgs::Headerheader () const
 
::google::protobuf::int32 height () const
 
float heights (int index) const
 
const ::google::protobuf::RepeatedField< float > & heights () const
 
int heights_size () const
 
const ::ignition::msgs::Imageimage () const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *output) const
 
bool IsInitialized () const
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const HeightmapGeom &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
::ignition::msgs::HeightmapGeom_Blendmutable_blend (int index)
 
::google::protobuf::RepeatedPtrField< ::ignition::msgs::HeightmapGeom_Blend > * mutable_blend ()
 
::std::stringmutable_filename ()
 
::ignition::msgs::Headermutable_header ()
 
::google::protobuf::RepeatedField< float > * mutable_heights ()
 
::ignition::msgs::Imagemutable_image ()
 
::ignition::msgs::Vector3dmutable_origin ()
 
::ignition::msgs::Vector3dmutable_size ()
 
::ignition::msgs::HeightmapGeom_Texturemutable_texture (int index)
 
::google::protobuf::RepeatedPtrField< ::ignition::msgs::HeightmapGeom_Texture > * mutable_texture ()
 
HeightmapGeomNew () const
 
HeightmapGeomNew (::google::protobuf::Arena *arena) const
 
HeightmapGeomoperator= (const HeightmapGeom &from)
 
const ::ignition::msgs::Vector3dorigin () const
 
::std::stringrelease_filename ()
 
::ignition::msgs::Headerrelease_header ()
 
::ignition::msgs::Imagerelease_image ()
 
::ignition::msgs::Vector3drelease_origin ()
 
::ignition::msgs::Vector3drelease_size ()
 
::google::protobuf::uint32 sampling () const
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
void set_allocated_filename (::std::string *filename)
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_image (::ignition::msgs::Image *image)
 
void set_allocated_origin (::ignition::msgs::Vector3d *origin)
 
void set_allocated_size (::ignition::msgs::Vector3d *size)
 
void set_filename (const ::std::string &value)
 
void set_filename (const char *value)
 
void set_filename (const char *value, size_t size)
 
void set_height (::google::protobuf::int32 value)
 
void set_heights (int index, float value)
 
void set_sampling (::google::protobuf::uint32 value)
 
void set_use_terrain_paging (bool value)
 
void set_width (::google::protobuf::int32 value)
 
const ::ignition::msgs::Vector3dsize () const
 
void Swap (HeightmapGeom *other)
 
const ::ignition::msgs::HeightmapGeom_Texturetexture (int index) const
 
const ::google::protobuf::RepeatedPtrField< ::ignition::msgs::HeightmapGeom_Texture > & texture () const
 
int texture_size () const
 
bool use_terrain_paging () const
 
::google::protobuf::int32 width () const
 

Static Public Member Functions

static const HeightmapGeomdefault_instance ()
 
static const ::google::protobuf::Descriptor * descriptor ()
 

Static Public Attributes

static const int kBlendFieldNumber = 9
 
static const int kFilenameFieldNumber = 11
 
static const int kHeaderFieldNumber = 1
 
static const int kHeightFieldNumber = 7
 
static const int kHeightsFieldNumber = 5
 
static const int kImageFieldNumber = 2
 
static const int kOriginFieldNumber = 4
 
static const int kSamplingFieldNumber = 12
 
static const int kSizeFieldNumber = 3
 
static const int kTextureFieldNumber = 8
 
static const int kUseTerrainPagingFieldNumber = 10
 
static const int kWidthFieldNumber = 6
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fheightmapgeom_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fheightmapgeom_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fheightmapgeom_2eproto ()
 

Member Typedef Documentation

◆ Blend

◆ Texture

Constructor & Destructor Documentation

◆ HeightmapGeom() [1/2]

◆ ~HeightmapGeom()

virtual ~HeightmapGeom ( )
virtual

◆ HeightmapGeom() [2/2]

HeightmapGeom ( const HeightmapGeom from)

Member Function Documentation

◆ add_blend()

ignition::msgs::HeightmapGeom_Blend * add_blend ( )
inline

◆ add_heights()

void add_heights ( float  value)
inline

◆ add_texture()

ignition::msgs::HeightmapGeom_Texture * add_texture ( )
inline

◆ blend() [1/2]

const ::ignition::msgs::HeightmapGeom_Blend & blend ( int  index) const
inline

◆ blend() [2/2]

const ::google::protobuf::RepeatedPtrField<::ignition::msgs::HeightmapGeom_Blend > & blend ( ) const
inline

◆ blend_size()

int blend_size ( ) const
inline

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_blend()

void clear_blend ( )
inline

◆ clear_filename()

void clear_filename ( )
inline

◆ clear_header()

void clear_header ( )
inline

◆ clear_height()

void clear_height ( )
inline

◆ clear_heights()

void clear_heights ( )
inline

◆ clear_image()

void clear_image ( )
inline

◆ clear_origin()

void clear_origin ( )
inline

◆ clear_sampling()

void clear_sampling ( )
inline

◆ clear_size()

void clear_size ( )
inline

◆ clear_texture()

void clear_texture ( )
inline

◆ clear_use_terrain_paging()

void clear_use_terrain_paging ( )
inline

◆ clear_width()

void clear_width ( )
inline

◆ CopyFrom() [1/2]

void CopyFrom ( const ::google::protobuf::Message &  from)

◆ CopyFrom() [2/2]

void CopyFrom ( const HeightmapGeom from)

◆ default_instance()

static const HeightmapGeom& default_instance ( )
static

◆ descriptor()

static const ::google::protobuf::Descriptor* descriptor ( )
static

◆ filename()

const ::std::string & filename ( ) const
inline

◆ GetCachedSize()

int GetCachedSize ( ) const
inline

◆ GetMetadata()

::google::protobuf::Metadata GetMetadata ( ) const

◆ has_header()

bool has_header ( ) const
inline

◆ has_image()

bool has_image ( ) const
inline

◆ has_origin()

bool has_origin ( ) const
inline

◆ has_size()

bool has_size ( ) const
inline

◆ header()

const ::ignition::msgs::Header & header ( ) const
inline

◆ height()

google::protobuf::int32 height ( ) const
inline

◆ heights() [1/2]

float heights ( int  index) const
inline

◆ heights() [2/2]

const ::google::protobuf::RepeatedField< float > & heights ( ) const
inline

◆ heights_size()

int heights_size ( ) const
inline

◆ image()

const ::ignition::msgs::Image & image ( ) const
inline

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 *  output 
) const

◆ IsInitialized()

bool IsInitialized ( ) const

◆ MergeFrom() [1/2]

void MergeFrom ( const ::google::protobuf::Message &  from)

◆ MergeFrom() [2/2]

void MergeFrom ( const HeightmapGeom from)

◆ MergePartialFromCodedStream()

bool MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

◆ mutable_blend() [1/2]

ignition::msgs::HeightmapGeom_Blend * mutable_blend ( int  index)
inline

◆ mutable_blend() [2/2]

google::protobuf::RepeatedPtrField<::ignition::msgs::HeightmapGeom_Blend > * mutable_blend ( )
inline

◆ mutable_filename()

std::string * mutable_filename ( )
inline

◆ mutable_header()

ignition::msgs::Header * mutable_header ( )
inline

◆ mutable_heights()

google::protobuf::RepeatedField< float > * mutable_heights ( )
inline

◆ mutable_image()

ignition::msgs::Image * mutable_image ( )
inline

◆ mutable_origin()

ignition::msgs::Vector3d * mutable_origin ( )
inline

◆ mutable_size()

ignition::msgs::Vector3d * mutable_size ( )
inline

◆ mutable_texture() [1/2]

ignition::msgs::HeightmapGeom_Texture * mutable_texture ( int  index)
inline

◆ mutable_texture() [2/2]

google::protobuf::RepeatedPtrField<::ignition::msgs::HeightmapGeom_Texture > * mutable_texture ( )
inline

◆ New() [1/2]

HeightmapGeom* New ( ) const
inline

References HeightmapGeom::New().

Referenced by HeightmapGeom::New().

◆ New() [2/2]

HeightmapGeom* New ( ::google::protobuf::Arena *  arena) const

◆ operator=()

HeightmapGeom& operator= ( const HeightmapGeom from)
inline

◆ origin()

const ::ignition::msgs::Vector3d & origin ( ) const
inline

◆ release_filename()

std::string * release_filename ( )
inline

◆ release_header()

ignition::msgs::Header * release_header ( )
inline

◆ release_image()

ignition::msgs::Image * release_image ( )
inline

◆ release_origin()

ignition::msgs::Vector3d * release_origin ( )
inline

◆ release_size()

ignition::msgs::Vector3d * release_size ( )
inline

◆ sampling()

google::protobuf::uint32 sampling ( ) const
inline

◆ SerializeWithCachedSizes()

void SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

◆ SerializeWithCachedSizesToArray()

::google::protobuf::uint8* SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  output) const
inline

◆ set_allocated_filename()

void set_allocated_filename ( ::std::string filename)
inline

◆ set_allocated_header()

void set_allocated_header ( ::ignition::msgs::Header header)
inline

◆ set_allocated_image()

void set_allocated_image ( ::ignition::msgs::Image image)
inline

◆ set_allocated_origin()

void set_allocated_origin ( ::ignition::msgs::Vector3d origin)
inline

◆ set_allocated_size()

void set_allocated_size ( ::ignition::msgs::Vector3d size)
inline

◆ set_filename() [1/3]

void set_filename ( const ::std::string value)
inline

◆ set_filename() [2/3]

void set_filename ( const char *  value)
inline

◆ set_filename() [3/3]

void set_filename ( const char *  value,
size_t  size 
)
inline

◆ set_height()

void set_height ( ::google::protobuf::int32  value)
inline

◆ set_heights()

void set_heights ( int  index,
float  value 
)
inline

◆ set_sampling()

void set_sampling ( ::google::protobuf::uint32  value)
inline

◆ set_use_terrain_paging()

void set_use_terrain_paging ( bool  value)
inline

◆ set_width()

void set_width ( ::google::protobuf::int32  value)
inline

◆ size()

const ::ignition::msgs::Vector3d & size ( ) const
inline

◆ Swap()

void Swap ( HeightmapGeom other)

◆ texture() [1/2]

const ::ignition::msgs::HeightmapGeom_Texture & texture ( int  index) const
inline

◆ texture() [2/2]

const ::google::protobuf::RepeatedPtrField<::ignition::msgs::HeightmapGeom_Texture > & texture ( ) const
inline

◆ texture_size()

int texture_size ( ) const
inline

◆ use_terrain_paging()

bool use_terrain_paging ( ) const
inline

◆ width()

google::protobuf::int32 width ( ) const
inline

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2fheightmapgeom_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fheightmapgeom_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2fheightmapgeom_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2fheightmapgeom_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2fheightmapgeom_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2fheightmapgeom_2eproto ( )
friend

Member Data Documentation

◆ kBlendFieldNumber

const int kBlendFieldNumber = 9
static

◆ kFilenameFieldNumber

const int kFilenameFieldNumber = 11
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kHeightFieldNumber

const int kHeightFieldNumber = 7
static

◆ kHeightsFieldNumber

const int kHeightsFieldNumber = 5
static

◆ kImageFieldNumber

const int kImageFieldNumber = 2
static

◆ kOriginFieldNumber

const int kOriginFieldNumber = 4
static

◆ kSamplingFieldNumber

const int kSamplingFieldNumber = 12
static

◆ kSizeFieldNumber

const int kSizeFieldNumber = 3
static

◆ kTextureFieldNumber

const int kTextureFieldNumber = 8
static

◆ kUseTerrainPagingFieldNumber

const int kUseTerrainPagingFieldNumber = 10
static

◆ kWidthFieldNumber

const int kWidthFieldNumber = 6
static

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