Ignition Msgs

API Reference

8.2.0

#include <meshgeom.pb.h>

Public Member Functions

 MeshGeom ()
 
 MeshGeom (const MeshGeom &from)
 
virtual ~MeshGeom ()
 
int ByteSize () const
 
bool center_submesh () const
 
void Clear ()
 
void clear_center_submesh ()
 
void clear_filename ()
 
void clear_header ()
 
void clear_scale ()
 
void clear_submesh ()
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const MeshGeom &from)
 
const ::std::stringfilename () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_header () const
 
bool has_scale () const
 
const ::ignition::msgs::Headerheader () 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 MeshGeom &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
::std::stringmutable_filename ()
 
::ignition::msgs::Headermutable_header ()
 
::ignition::msgs::Vector3dmutable_scale ()
 
::std::stringmutable_submesh ()
 
MeshGeomNew () const
 
MeshGeomNew (::google::protobuf::Arena *arena) const
 
MeshGeomoperator= (const MeshGeom &from)
 
::std::stringrelease_filename ()
 
::ignition::msgs::Headerrelease_header ()
 
::ignition::msgs::Vector3drelease_scale ()
 
::std::stringrelease_submesh ()
 
const ::ignition::msgs::Vector3dscale () 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_scale (::ignition::msgs::Vector3d *scale)
 
void set_allocated_submesh (::std::string *submesh)
 
void set_center_submesh (bool value)
 
void set_filename (const ::std::string &value)
 
void set_filename (const char *value)
 
void set_filename (const char *value, size_t size)
 
void set_submesh (const ::std::string &value)
 
void set_submesh (const char *value)
 
void set_submesh (const char *value, size_t size)
 
const ::std::stringsubmesh () const
 
void Swap (MeshGeom *other)
 

Static Public Member Functions

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

Static Public Attributes

static const int kCenterSubmeshFieldNumber = 5
 
static const int kFilenameFieldNumber = 2
 
static const int kHeaderFieldNumber = 1
 
static const int kScaleFieldNumber = 3
 
static const int kSubmeshFieldNumber = 4
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fmeshgeom_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fmeshgeom_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fmeshgeom_2eproto ()
 

Constructor & Destructor Documentation

◆ MeshGeom() [1/2]

MeshGeom ( )

◆ ~MeshGeom()

virtual ~MeshGeom ( )
virtual

◆ MeshGeom() [2/2]

MeshGeom ( const MeshGeom from)

Member Function Documentation

◆ ByteSize()

int ByteSize ( ) const

◆ center_submesh()

bool center_submesh ( ) const
inline

◆ Clear()

void Clear ( )

◆ clear_center_submesh()

void clear_center_submesh ( )
inline

◆ clear_filename()

void clear_filename ( )
inline

◆ clear_header()

void clear_header ( )
inline

◆ clear_scale()

void clear_scale ( )
inline

◆ clear_submesh()

void clear_submesh ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CopyFrom ( const MeshGeom from)

◆ default_instance()

static const MeshGeom& 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_scale()

bool has_scale ( ) const
inline

◆ header()

const ::ignition::msgs::Header & header ( ) 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 MeshGeom from)

◆ MergePartialFromCodedStream()

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

◆ mutable_filename()

std::string * mutable_filename ( )
inline

◆ mutable_header()

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

◆ mutable_scale()

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

◆ mutable_submesh()

std::string * mutable_submesh ( )
inline

◆ New() [1/2]

MeshGeom* New ( ) const
inline

References MeshGeom::New().

Referenced by MeshGeom::New().

◆ New() [2/2]

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

◆ operator=()

MeshGeom& operator= ( const MeshGeom from)
inline

◆ release_filename()

std::string * release_filename ( )
inline

◆ release_header()

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

◆ release_scale()

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

◆ release_submesh()

std::string * release_submesh ( )
inline

◆ scale()

const ::ignition::msgs::Vector3d & scale ( ) 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_scale()

void set_allocated_scale ( ::ignition::msgs::Vector3d scale)
inline

◆ set_allocated_submesh()

void set_allocated_submesh ( ::std::string submesh)
inline

◆ set_center_submesh()

void set_center_submesh ( bool  value)
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_submesh() [1/3]

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

◆ set_submesh() [2/3]

void set_submesh ( const char *  value)
inline

◆ set_submesh() [3/3]

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

◆ submesh()

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

◆ Swap()

void Swap ( MeshGeom other)

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2fmeshgeom_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fmeshgeom_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2fmeshgeom_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2fmeshgeom_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2fmeshgeom_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2fmeshgeom_2eproto ( )
friend

Member Data Documentation

◆ kCenterSubmeshFieldNumber

const int kCenterSubmeshFieldNumber = 5
static

◆ kFilenameFieldNumber

const int kFilenameFieldNumber = 2
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kScaleFieldNumber

const int kScaleFieldNumber = 3
static

◆ kSubmeshFieldNumber

const int kSubmeshFieldNumber = 4
static

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