Ignition Msgs

API Reference

8.1.0

#include <entity_factory.pb.h>

Public Types

enum  FromCase {
  kSdf = 2, kSdfFilename = 3, kModel = 4, kLight = 5,
  kCloneName = 6, FROM_NOT_SET = 0
}
 

Public Member Functions

 EntityFactory ()
 
 EntityFactory (const EntityFactory &from)
 
virtual ~EntityFactory ()
 
bool allow_renaming () const
 
int ByteSize () const
 
void Clear ()
 
void clear_allow_renaming ()
 
void clear_clone_name ()
 
void clear_header ()
 
void clear_light ()
 
void clear_model ()
 
void clear_name ()
 
void clear_pose ()
 
void clear_relative_to ()
 
void clear_sdf ()
 
void clear_sdf_filename ()
 
void clear_spherical_coordinates ()
 
const ::std::stringclone_name () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const EntityFactory &from)
 
FromCase from_case () const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_header () const
 
bool has_light () const
 
bool has_model () const
 
bool has_pose () const
 
bool has_spherical_coordinates () const
 
const ::ignition::msgs::Headerheader () const
 
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *output) const
 
bool IsInitialized () const
 
const ::ignition::msgs::Lightlight () const
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const EntityFactory &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
const ::ignition::msgs::Modelmodel () const
 
::std::stringmutable_clone_name ()
 
::ignition::msgs::Headermutable_header ()
 
::ignition::msgs::Lightmutable_light ()
 
::ignition::msgs::Modelmutable_model ()
 
::std::stringmutable_name ()
 
::ignition::msgs::Posemutable_pose ()
 
::std::stringmutable_relative_to ()
 
::std::stringmutable_sdf ()
 
::std::stringmutable_sdf_filename ()
 
::ignition::msgs::SphericalCoordinatesmutable_spherical_coordinates ()
 
const ::std::stringname () const
 
EntityFactoryNew () const
 
EntityFactoryNew (::google::protobuf::Arena *arena) const
 
EntityFactoryoperator= (const EntityFactory &from)
 
const ::ignition::msgs::Posepose () const
 
const ::std::stringrelative_to () const
 
::std::stringrelease_clone_name ()
 
::ignition::msgs::Headerrelease_header ()
 
::ignition::msgs::Lightrelease_light ()
 
::ignition::msgs::Modelrelease_model ()
 
::std::stringrelease_name ()
 
::ignition::msgs::Poserelease_pose ()
 
::std::stringrelease_relative_to ()
 
::std::stringrelease_sdf ()
 
::std::stringrelease_sdf_filename ()
 
::ignition::msgs::SphericalCoordinatesrelease_spherical_coordinates ()
 
const ::std::stringsdf () const
 
const ::std::stringsdf_filename () const
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8 * SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
void set_allocated_clone_name (::std::string *clone_name)
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_light (::ignition::msgs::Light *light)
 
void set_allocated_model (::ignition::msgs::Model *model)
 
void set_allocated_name (::std::string *name)
 
void set_allocated_pose (::ignition::msgs::Pose *pose)
 
void set_allocated_relative_to (::std::string *relative_to)
 
void set_allocated_sdf (::std::string *sdf)
 
void set_allocated_sdf_filename (::std::string *sdf_filename)
 
void set_allocated_spherical_coordinates (::ignition::msgs::SphericalCoordinates *spherical_coordinates)
 
void set_allow_renaming (bool value)
 
void set_clone_name (const ::std::string &value)
 
void set_clone_name (const char *value)
 
void set_clone_name (const char *value, size_t size)
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
void set_relative_to (const ::std::string &value)
 
void set_relative_to (const char *value)
 
void set_relative_to (const char *value, size_t size)
 
void set_sdf (const ::std::string &value)
 
void set_sdf (const char *value)
 
void set_sdf (const char *value, size_t size)
 
void set_sdf_filename (const ::std::string &value)
 
void set_sdf_filename (const char *value)
 
void set_sdf_filename (const char *value, size_t size)
 
const ::ignition::msgs::SphericalCoordinatesspherical_coordinates () const
 
void Swap (EntityFactory *other)
 

Static Public Member Functions

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

Static Public Attributes

static const int kAllowRenamingFieldNumber = 9
 
static const int kCloneNameFieldNumber = 6
 
static const int kHeaderFieldNumber = 1
 
static const int kLightFieldNumber = 5
 
static const int kModelFieldNumber = 4
 
static const int kNameFieldNumber = 8
 
static const int kPoseFieldNumber = 7
 
static const int kRelativeToFieldNumber = 10
 
static const int kSdfFieldNumber = 2
 
static const int kSdfFilenameFieldNumber = 3
 
static const int kSphericalCoordinatesFieldNumber = 11
 

Friends

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fentity_5ffactory_2eproto ()
 
void protobuf_AssignDesc_ignition_2fmsgs_2fentity_5ffactory_2eproto ()
 
void protobuf_ShutdownFile_ignition_2fmsgs_2fentity_5ffactory_2eproto ()
 

Member Enumeration Documentation

◆ FromCase

enum FromCase
Enumerator
kSdf 
kSdfFilename 
kModel 
kLight 
kCloneName 
FROM_NOT_SET 

Constructor & Destructor Documentation

◆ EntityFactory() [1/2]

◆ ~EntityFactory()

virtual ~EntityFactory ( )
virtual

◆ EntityFactory() [2/2]

EntityFactory ( const EntityFactory from)

Member Function Documentation

◆ allow_renaming()

bool allow_renaming ( ) const
inline

◆ ByteSize()

int ByteSize ( ) const

◆ Clear()

void Clear ( )

◆ clear_allow_renaming()

void clear_allow_renaming ( )
inline

◆ clear_clone_name()

void clear_clone_name ( )
inline

◆ clear_header()

void clear_header ( )
inline

◆ clear_light()

void clear_light ( )
inline

◆ clear_model()

void clear_model ( )
inline

◆ clear_name()

void clear_name ( )
inline

◆ clear_pose()

void clear_pose ( )
inline

◆ clear_relative_to()

void clear_relative_to ( )
inline

◆ clear_sdf()

void clear_sdf ( )
inline

◆ clear_sdf_filename()

void clear_sdf_filename ( )
inline

◆ clear_spherical_coordinates()

void clear_spherical_coordinates ( )
inline

◆ clone_name()

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

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

void CopyFrom ( const EntityFactory from)

◆ default_instance()

static const EntityFactory& default_instance ( )
static

◆ descriptor()

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

◆ from_case()

EntityFactory::FromCase from_case ( ) const
inline

◆ GetCachedSize()

int GetCachedSize ( ) const
inline

◆ GetMetadata()

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

◆ has_header()

bool has_header ( ) const
inline

◆ has_light()

bool has_light ( ) const
inline

◆ has_model()

bool has_model ( ) const
inline

◆ has_pose()

bool has_pose ( ) const
inline

◆ has_spherical_coordinates()

bool has_spherical_coordinates ( ) 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

◆ light()

const ::ignition::msgs::Light & light ( ) const
inline

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

void MergeFrom ( const EntityFactory from)

◆ MergePartialFromCodedStream()

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

◆ model()

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

◆ mutable_clone_name()

std::string * mutable_clone_name ( )
inline

◆ mutable_header()

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

◆ mutable_light()

ignition::msgs::Light * mutable_light ( )
inline

◆ mutable_model()

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

◆ mutable_name()

std::string * mutable_name ( )
inline

◆ mutable_pose()

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

◆ mutable_relative_to()

std::string * mutable_relative_to ( )
inline

◆ mutable_sdf()

std::string * mutable_sdf ( )
inline

◆ mutable_sdf_filename()

std::string * mutable_sdf_filename ( )
inline

◆ mutable_spherical_coordinates()

ignition::msgs::SphericalCoordinates * mutable_spherical_coordinates ( )
inline

◆ name()

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

◆ New() [1/2]

EntityFactory* New ( ) const
inline

References EntityFactory::New().

Referenced by EntityFactory::New().

◆ New() [2/2]

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

◆ operator=()

EntityFactory& operator= ( const EntityFactory from)
inline

◆ pose()

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

◆ relative_to()

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

◆ release_clone_name()

std::string * release_clone_name ( )
inline

◆ release_header()

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

◆ release_light()

ignition::msgs::Light * release_light ( )
inline

◆ release_model()

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

◆ release_name()

std::string * release_name ( )
inline

◆ release_pose()

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

◆ release_relative_to()

std::string * release_relative_to ( )
inline

◆ release_sdf()

std::string * release_sdf ( )
inline

◆ release_sdf_filename()

std::string * release_sdf_filename ( )
inline

◆ release_spherical_coordinates()

ignition::msgs::SphericalCoordinates * release_spherical_coordinates ( )
inline

◆ sdf()

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

◆ sdf_filename()

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

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

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

◆ set_allocated_clone_name()

void set_allocated_clone_name ( ::std::string clone_name)
inline

◆ set_allocated_header()

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

◆ set_allocated_light()

void set_allocated_light ( ::ignition::msgs::Light light)
inline

◆ set_allocated_model()

void set_allocated_model ( ::ignition::msgs::Model model)
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_relative_to()

void set_allocated_relative_to ( ::std::string relative_to)
inline

◆ set_allocated_sdf()

void set_allocated_sdf ( ::std::string sdf)
inline

◆ set_allocated_sdf_filename()

void set_allocated_sdf_filename ( ::std::string sdf_filename)
inline

◆ set_allocated_spherical_coordinates()

void set_allocated_spherical_coordinates ( ::ignition::msgs::SphericalCoordinates spherical_coordinates)
inline

◆ set_allow_renaming()

void set_allow_renaming ( bool  value)
inline

◆ set_clone_name() [1/3]

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

◆ set_clone_name() [2/3]

void set_clone_name ( const char *  value)
inline

◆ set_clone_name() [3/3]

void set_clone_name ( const char *  value,
size_t  size 
)
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_relative_to() [1/3]

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

◆ set_relative_to() [2/3]

void set_relative_to ( const char *  value)
inline

◆ set_relative_to() [3/3]

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

◆ set_sdf() [1/3]

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

◆ set_sdf() [2/3]

void set_sdf ( const char *  value)
inline

◆ set_sdf() [3/3]

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

◆ set_sdf_filename() [1/3]

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

◆ set_sdf_filename() [2/3]

void set_sdf_filename ( const char *  value)
inline

◆ set_sdf_filename() [3/3]

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

◆ spherical_coordinates()

const ::ignition::msgs::SphericalCoordinates & spherical_coordinates ( ) const
inline

◆ Swap()

void Swap ( EntityFactory other)

Friends And Related Function Documentation

◆ protobuf_AddDesc_ignition_2fmsgs_2fentity_5ffactory_2eproto

void IGNITION_MSGS_VISIBLE protobuf_AddDesc_ignition_2fmsgs_2fentity_5ffactory_2eproto ( )
friend

◆ protobuf_AssignDesc_ignition_2fmsgs_2fentity_5ffactory_2eproto

void protobuf_AssignDesc_ignition_2fmsgs_2fentity_5ffactory_2eproto ( )
friend

◆ protobuf_ShutdownFile_ignition_2fmsgs_2fentity_5ffactory_2eproto

void protobuf_ShutdownFile_ignition_2fmsgs_2fentity_5ffactory_2eproto ( )
friend

Member Data Documentation

◆ kAllowRenamingFieldNumber

const int kAllowRenamingFieldNumber = 9
static

◆ kCloneNameFieldNumber

const int kCloneNameFieldNumber = 6
static

◆ kHeaderFieldNumber

const int kHeaderFieldNumber = 1
static

◆ kLightFieldNumber

const int kLightFieldNumber = 5
static

◆ kModelFieldNumber

const int kModelFieldNumber = 4
static

◆ kNameFieldNumber

const int kNameFieldNumber = 8
static

◆ kPoseFieldNumber

const int kPoseFieldNumber = 7
static

◆ kRelativeToFieldNumber

const int kRelativeToFieldNumber = 10
static

◆ kSdfFieldNumber

const int kSdfFieldNumber = 2
static

◆ kSdfFilenameFieldNumber

const int kSdfFilenameFieldNumber = 3
static

◆ kSphericalCoordinatesFieldNumber

const int kSphericalCoordinatesFieldNumber = 11
static

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