Ignition Msgs

API Reference

8.2.0

#include <model.pb.h>

Public Member Functions

 Model ()
 
 Model (const Model &from)
 
virtual ~Model ()
 
::ignition::msgs::Jointadd_joint ()
 
::ignition::msgs::Linkadd_link ()
 
::ignition::msgs::Modeladd_model ()
 
::ignition::msgs::Visualadd_visual ()
 
const ::ignition::msgs::AxisAlignedBoxbounding_box () const
 
int ByteSize () const
 
void Clear ()
 
void clear_bounding_box ()
 
void clear_deleted ()
 
void clear_header ()
 
void clear_id ()
 
void clear_is_static ()
 
void clear_joint ()
 
void clear_link ()
 
void clear_model ()
 
void clear_name ()
 
void clear_pose ()
 
void clear_scale ()
 
void clear_self_collide ()
 
void clear_visual ()
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Model &from)
 
bool deleted () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_bounding_box () const
 
bool has_header () const
 
bool has_pose () const
 
bool has_scale () const
 
const ::ignition::msgs::Headerheader () const
 
::google::protobuf::uint32 id () const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *output) const
 
bool is_static () const
 
bool IsInitialized () const
 
const ::ignition::msgs::Jointjoint (int index) const
 
const ::google::protobuf::RepeatedPtrField< ::ignition::msgs::Joint > & joint () const
 
int joint_size () const
 
const ::ignition::msgs::Linklink (int index) const
 
const ::google::protobuf::RepeatedPtrField< ::ignition::msgs::Link > & link () const
 
int link_size () const
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const Model &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
const ::ignition::msgs::Modelmodel (int index) const
 
const ::google::protobuf::RepeatedPtrField< ::ignition::msgs::Model > & model () const
 
int model_size () const
 
::ignition::msgs::AxisAlignedBoxmutable_bounding_box ()
 
::ignition::msgs::Headermutable_header ()
 
::ignition::msgs::Jointmutable_joint (int index)
 
::google::protobuf::RepeatedPtrField< ::ignition::msgs::Joint > * mutable_joint ()
 
::ignition::msgs::Linkmutable_link (int index)
 
::google::protobuf::RepeatedPtrField< ::ignition::msgs::Link > * mutable_link ()
 
::ignition::msgs::Modelmutable_model (int index)
 
::google::protobuf::RepeatedPtrField< ::ignition::msgs::Model > * mutable_model ()
 
::std::stringmutable_name ()
 
::ignition::msgs::Posemutable_pose ()
 
::ignition::msgs::Vector3dmutable_scale ()
 
::ignition::msgs::Visualmutable_visual (int index)
 
::google::protobuf::RepeatedPtrField< ::ignition::msgs::Visual > * mutable_visual ()
 
const ::std::stringname () const
 
ModelNew () const
 
ModelNew (::google::protobuf::Arena *arena) const
 
Modeloperator= (const Model &from)
 
const ::ignition::msgs::Posepose () const
 
::ignition::msgs::AxisAlignedBoxrelease_bounding_box ()
 
::ignition::msgs::Headerrelease_header ()
 
::std::stringrelease_name ()
 
::ignition::msgs::Poserelease_pose ()
 
::ignition::msgs::Vector3drelease_scale ()
 
const ::ignition::msgs::Vector3dscale () const
 
bool self_collide () const
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
void set_allocated_bounding_box (::ignition::msgs::AxisAlignedBox *bounding_box)
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_name (::std::string *name)
 
void set_allocated_pose (::ignition::msgs::Pose *pose)
 
void set_allocated_scale (::ignition::msgs::Vector3d *scale)
 
void set_deleted (bool value)
 
void set_id (::google::protobuf::uint32 value)
 
void set_is_static (bool value)
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
void set_self_collide (bool value)
 
void Swap (Model *other)
 
const ::ignition::msgs::Visualvisual (int index) const
 
const ::google::protobuf::RepeatedPtrField< ::ignition::msgs::Visual > & visual () const
 
int visual_size () const
 

Static Public Member Functions

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

Static Public Attributes

static const int kBoundingBoxFieldNumber = 13
 
static const int kDeletedFieldNumber = 8
 
static const int kHeaderFieldNumber = 1
 
static const int kIdFieldNumber = 3
 
static const int kIsStaticFieldNumber = 4
 
static const int kJointFieldNumber = 6
 
static const int kLinkFieldNumber = 7
 
static const int kModelFieldNumber = 12
 
static const int kNameFieldNumber = 2
 
static const int kPoseFieldNumber = 5
 
static const int kScaleFieldNumber = 10
 
static const int kSelfCollideFieldNumber = 11
 
static const int kVisualFieldNumber = 9
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fmodel_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fmodel_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fmodel_2eproto ()
 

Constructor & Destructor Documentation

◆ Model() [1/2]

Model ( )

◆ ~Model()

virtual ~Model ( )
virtual

◆ Model() [2/2]

Model ( const Model from)

Member Function Documentation

◆ add_joint()

ignition::msgs::Joint * add_joint ( )
inline

◆ add_link()

ignition::msgs::Link * add_link ( )
inline

◆ add_model()

ignition::msgs::Model * add_model ( )
inline

◆ add_visual()

ignition::msgs::Visual * add_visual ( )
inline

◆ bounding_box()

const ::ignition::msgs::AxisAlignedBox & bounding_box ( ) const
inline

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_bounding_box()

void clear_bounding_box ( )
inline

◆ clear_deleted()

void clear_deleted ( )
inline

◆ clear_header()

void clear_header ( )
inline

◆ clear_id()

void clear_id ( )
inline

◆ clear_is_static()

void clear_is_static ( )
inline

◆ clear_joint()

void clear_joint ( )
inline

◆ clear_link()

void clear_link ( )
inline

◆ clear_model()

void clear_model ( )
inline

◆ clear_name()

void clear_name ( )
inline

◆ clear_pose()

void clear_pose ( )
inline

◆ clear_scale()

void clear_scale ( )
inline

◆ clear_self_collide()

void clear_self_collide ( )
inline

◆ clear_visual()

void clear_visual ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CopyFrom ( const Model from)

◆ default_instance()

static const Model& default_instance ( )
static

Referenced by EntityFactory::model().

◆ deleted()

bool deleted ( ) const
inline

◆ descriptor()

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

◆ GetCachedSize()

int GetCachedSize ( ) const
inline

◆ GetMetadata()

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

◆ has_bounding_box()

bool has_bounding_box ( ) const
inline

◆ has_header()

bool has_header ( ) const
inline

◆ has_pose()

bool has_pose ( ) const
inline

◆ has_scale()

bool has_scale ( ) const
inline

◆ header()

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

◆ id()

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

◆ InternalSerializeWithCachedSizesToArray()

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

◆ is_static()

bool is_static ( ) const
inline

◆ IsInitialized()

bool IsInitialized ( ) const

◆ joint() [1/2]

const ::ignition::msgs::Joint & joint ( int  index) const
inline

◆ joint() [2/2]

const ::google::protobuf::RepeatedPtrField<::ignition::msgs::Joint > & joint ( ) const
inline

◆ joint_size()

int joint_size ( ) const
inline

◆ link() [1/2]

const ::ignition::msgs::Link & link ( int  index) const
inline

◆ link() [2/2]

const ::google::protobuf::RepeatedPtrField<::ignition::msgs::Link > & link ( ) const
inline

◆ link_size()

int link_size ( ) const
inline

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void MergeFrom ( const Model from)

◆ MergePartialFromCodedStream()

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

◆ model() [1/2]

const ::ignition::msgs::Model & model ( int  index) const
inline

◆ model() [2/2]

const ::google::protobuf::RepeatedPtrField<::ignition::msgs::Model > & model ( ) const
inline

◆ model_size()

int model_size ( ) const
inline

◆ mutable_bounding_box()

ignition::msgs::AxisAlignedBox * mutable_bounding_box ( )
inline

◆ mutable_header()

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

◆ mutable_joint() [1/2]

ignition::msgs::Joint * mutable_joint ( int  index)
inline

◆ mutable_joint() [2/2]

google::protobuf::RepeatedPtrField<::ignition::msgs::Joint > * mutable_joint ( )
inline

◆ mutable_link() [1/2]

ignition::msgs::Link * mutable_link ( int  index)
inline

◆ mutable_link() [2/2]

google::protobuf::RepeatedPtrField<::ignition::msgs::Link > * mutable_link ( )
inline

◆ mutable_model() [1/2]

ignition::msgs::Model * mutable_model ( int  index)
inline

◆ mutable_model() [2/2]

google::protobuf::RepeatedPtrField<::ignition::msgs::Model > * mutable_model ( )
inline

◆ mutable_name()

std::string * mutable_name ( )
inline

◆ mutable_pose()

ignition::msgs::Pose * mutable_pose ( )
inline

◆ mutable_scale()

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

◆ mutable_visual() [1/2]

ignition::msgs::Visual * mutable_visual ( int  index)
inline

◆ mutable_visual() [2/2]

google::protobuf::RepeatedPtrField<::ignition::msgs::Visual > * mutable_visual ( )
inline

◆ name()

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

◆ New() [1/2]

Model* New ( ) const
inline

References Model::New().

Referenced by Model::New().

◆ New() [2/2]

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

◆ operator=()

Model& operator= ( const Model from)
inline

◆ pose()

const ::ignition::msgs::Pose & pose ( ) const
inline

◆ release_bounding_box()

ignition::msgs::AxisAlignedBox * release_bounding_box ( )
inline

◆ release_header()

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

◆ release_name()

std::string * release_name ( )
inline

◆ release_pose()

ignition::msgs::Pose * release_pose ( )
inline

◆ release_scale()

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

◆ scale()

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

◆ self_collide()

bool self_collide ( ) const
inline

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

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

◆ set_allocated_bounding_box()

void set_allocated_bounding_box ( ::ignition::msgs::AxisAlignedBox bounding_box)
inline

◆ set_allocated_header()

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

◆ set_allocated_name()

void set_allocated_name ( ::std::string name)
inline

◆ set_allocated_pose()

void set_allocated_pose ( ::ignition::msgs::Pose pose)
inline

◆ set_allocated_scale()

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

◆ set_deleted()

void set_deleted ( bool  value)
inline

◆ set_id()

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

◆ set_is_static()

void set_is_static ( bool  value)
inline

◆ set_name() [1/3]

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

◆ set_name() [2/3]

void set_name ( const char *  value)
inline

◆ set_name() [3/3]

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

◆ set_self_collide()

void set_self_collide ( bool  value)
inline

◆ Swap()

void Swap ( Model other)

◆ visual() [1/2]

const ::ignition::msgs::Visual & visual ( int  index) const
inline

◆ visual() [2/2]

const ::google::protobuf::RepeatedPtrField<::ignition::msgs::Visual > & visual ( ) const
inline

◆ visual_size()

int visual_size ( ) const
inline

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2fmodel_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fmodel_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2fmodel_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2fmodel_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2fmodel_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2fmodel_2eproto ( )
friend

Member Data Documentation

◆ kBoundingBoxFieldNumber

const int kBoundingBoxFieldNumber = 13
static

◆ kDeletedFieldNumber

const int kDeletedFieldNumber = 8
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kIdFieldNumber

const int kIdFieldNumber = 3
static

◆ kIsStaticFieldNumber

const int kIsStaticFieldNumber = 4
static

◆ kJointFieldNumber

const int kJointFieldNumber = 6
static

◆ kLinkFieldNumber

const int kLinkFieldNumber = 7
static

◆ kModelFieldNumber

const int kModelFieldNumber = 12
static

◆ kNameFieldNumber

const int kNameFieldNumber = 2
static

◆ kPoseFieldNumber

const int kPoseFieldNumber = 5
static

◆ kScaleFieldNumber

const int kScaleFieldNumber = 10
static

◆ kSelfCollideFieldNumber

const int kSelfCollideFieldNumber = 11
static

◆ kVisualFieldNumber

const int kVisualFieldNumber = 9
static

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