List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes
Visual Class Reference
#include <visual.pb.h>
Public Types | |
typedef Visual_Meta | Meta |
typedef Visual_Type | Type |
Public Member Functions | |
Visual () | |
Visual (const Visual &from) | |
virtual | ~Visual () |
::gz::msgs::Plugin * | add_plugin () |
size_t | ByteSizeLong () const final |
bool | cast_shadows () const |
void | Clear () final |
void | clear_cast_shadows () |
void | clear_delete_me () |
void | clear_geometry () |
void | clear_header () |
void | clear_id () |
void | clear_is_static () |
void | clear_laser_retro () |
void | clear_material () |
void | clear_meta () |
void | clear_name () |
void | clear_parent_id () |
void | clear_parent_name () |
void | clear_plugin () |
void | clear_pose () |
void | clear_scale () |
void | clear_transparency () |
void | clear_type () |
void | clear_visible () |
void | CopyFrom (const ::google::protobuf::Message &from) final |
void | CopyFrom (const Visual &from) |
bool | delete_me () const |
const ::gz::msgs::Geometry & | geometry () const |
int | GetCachedSize () const final |
::google::protobuf::Metadata | GetMetadata () const final |
bool | has_geometry () const |
bool | has_header () const |
bool | has_material () const |
bool | has_meta () const |
bool | has_pose () const |
bool | has_scale () const |
const ::gz::msgs::Header & | header () const |
::google::protobuf::uint32 | id () const |
::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (bool deterministic, ::google::protobuf::uint8 *target) const final |
bool | is_static () const |
bool | IsInitialized () const final |
double | laser_retro () const |
const ::gz::msgs::Material & | material () const |
void | MergeFrom (const ::google::protobuf::Message &from) final |
void | MergeFrom (const Visual &from) |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) final |
const ::gz::msgs::Visual_Meta & | meta () const |
::gz::msgs::Geometry * | mutable_geometry () |
::gz::msgs::Header * | mutable_header () |
::gz::msgs::Material * | mutable_material () |
::gz::msgs::Visual_Meta * | mutable_meta () |
::std::string * | mutable_name () |
::std::string * | mutable_parent_name () |
::google::protobuf::RepeatedPtrField< ::gz::msgs::Plugin > * | mutable_plugin () |
::gz::msgs::Plugin * | mutable_plugin (int index) |
::gz::msgs::Pose * | mutable_pose () |
::gz::msgs::Vector3d * | mutable_scale () |
const ::std::string & | name () const |
Visual * | New () const final |
Visual * | New (::google::protobuf::Arena *arena) const final |
Visual & | operator= (const Visual &from) |
::google::protobuf::uint32 | parent_id () const |
const ::std::string & | parent_name () const |
const ::google::protobuf::RepeatedPtrField< ::gz::msgs::Plugin > & | plugin () const |
const ::gz::msgs::Plugin & | plugin (int index) const |
int | plugin_size () const |
const ::gz::msgs::Pose & | pose () const |
::gz::msgs::Geometry * | release_geometry () |
::gz::msgs::Header * | release_header () |
::gz::msgs::Material * | release_material () |
::gz::msgs::Visual_Meta * | release_meta () |
::std::string * | release_name () |
::std::string * | release_parent_name () |
::gz::msgs::Pose * | release_pose () |
::gz::msgs::Vector3d * | release_scale () |
const ::gz::msgs::Vector3d & | scale () const |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
void | set_allocated_geometry (::gz::msgs::Geometry *geometry) |
void | set_allocated_header (::gz::msgs::Header *header) |
void | set_allocated_material (::gz::msgs::Material *material) |
void | set_allocated_meta (::gz::msgs::Visual_Meta *meta) |
void | set_allocated_name (::std::string *name) |
void | set_allocated_parent_name (::std::string *parent_name) |
void | set_allocated_pose (::gz::msgs::Pose *pose) |
void | set_allocated_scale (::gz::msgs::Vector3d *scale) |
void | set_cast_shadows (bool value) |
void | set_delete_me (bool value) |
void | set_id (::google::protobuf::uint32 value) |
void | set_is_static (bool value) |
void | set_laser_retro (double 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_parent_id (::google::protobuf::uint32 value) |
void | set_parent_name (const ::std::string &value) |
void | set_parent_name (const char *value) |
void | set_parent_name (const char *value, size_t size) |
void | set_transparency (double value) |
void | set_type (::gz::msgs::Visual_Type value) |
void | set_visible (bool value) |
void | Swap (Visual *other) |
double | transparency () const |
::gz::msgs::Visual_Type | type () const |
bool | visible () const |
Static Public Member Functions | |
static const Visual & | default_instance () |
static const ::google::protobuf::Descriptor * | descriptor () |
static void | InitAsDefaultInstance () |
static const Visual * | internal_default_instance () |
static const ::google::protobuf::EnumDescriptor * | Type_descriptor () |
static bool | Type_IsValid (int value) |
static const ::std::string & | Type_Name (Type value) |
static bool | Type_Parse (const ::std::string &name, Type *value) |
Static Public Attributes | |
static const Type | COLLISION |
static const Type | ENTITY |
static const Type | GUI |
static const int | kCastShadowsFieldNumber = 6 |
static const int | kDeleteMeFieldNumber = 13 |
static const int | kGeometryFieldNumber = 10 |
static const int | kHeaderFieldNumber = 1 |
static const int | kIdFieldNumber = 3 |
static constexpr int | kIndexInFileMessages |
static const int | kIsStaticFieldNumber = 14 |
static const int | kLaserRetroFieldNumber = 8 |
static const int | kMaterialFieldNumber = 11 |
static const int | kMetaFieldNumber = 17 |
static const int | kNameFieldNumber = 2 |
static const int | kParentIdFieldNumber = 5 |
static const int | kParentNameFieldNumber = 4 |
static const int | kPluginFieldNumber = 15 |
static const int | kPoseFieldNumber = 9 |
static const int | kScaleFieldNumber = 16 |
static const int | kTransparencyFieldNumber = 7 |
static const int | kTypeFieldNumber = 18 |
static const int | kVisibleFieldNumber = 12 |
static const Type | LINK |
static const Type | MODEL |
static const Type | PHYSICS |
static const Type | SENSOR |
static const int | Type_ARRAYSIZE |
static const Type | Type_MAX |
static const Type | Type_MIN |
static const Type | VISUAL |
Member Typedef Documentation
◆ Meta
typedef Visual_Meta Meta |
◆ Type
typedef Visual_Type Type |
Constructor & Destructor Documentation
◆ Visual() [1/2]
Visual | ( | ) |
◆ ~Visual()
|
virtual |
◆ Visual() [2/2]
Member Function Documentation
◆ add_plugin()
|
inline |
◆ ByteSizeLong()
|
final |
◆ cast_shadows()
|
inline |
◆ Clear()
|
final |
◆ clear_cast_shadows()
|
inline |
◆ clear_delete_me()
|
inline |
◆ clear_geometry()
void clear_geometry | ( | ) |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_id()
|
inline |
◆ clear_is_static()
|
inline |
◆ clear_laser_retro()
|
inline |
◆ clear_material()
void clear_material | ( | ) |
◆ clear_meta()
|
inline |
◆ clear_name()
|
inline |
◆ clear_parent_id()
|
inline |
◆ clear_parent_name()
|
inline |
◆ clear_plugin()
void clear_plugin | ( | ) |
◆ clear_pose()
void clear_pose | ( | ) |
◆ clear_scale()
void clear_scale | ( | ) |
◆ clear_transparency()
|
inline |
◆ clear_type()
|
inline |
◆ clear_visible()
|
inline |
◆ CopyFrom() [1/2]
|
final |
◆ CopyFrom() [2/2]
void CopyFrom | ( | const Visual & | from | ) |
◆ default_instance()
|
static |
◆ delete_me()
|
inline |
◆ descriptor()
|
static |
◆ geometry()
|
inline |
References gz::msgs::_Geometry_default_instance_.
◆ GetCachedSize()
|
inlinefinal |
◆ GetMetadata()
|
final |
◆ has_geometry()
|
inline |
◆ has_header()
|
inline |
◆ has_material()
|
inline |
◆ has_meta()
|
inline |
◆ has_pose()
|
inline |
◆ has_scale()
|
inline |
◆ header()
|
inline |
References gz::msgs::_Header_default_instance_.
◆ id()
|
inline |
◆ InitAsDefaultInstance()
|
static |
◆ internal_default_instance()
|
inlinestatic |
References gz::msgs::_Visual_default_instance_.
◆ InternalSerializeWithCachedSizesToArray()
|
final |
◆ is_static()
|
inline |
◆ IsInitialized()
|
final |
◆ laser_retro()
|
inline |
◆ material()
|
inline |
References gz::msgs::_Material_default_instance_.
◆ MergeFrom() [1/2]
|
final |
◆ MergeFrom() [2/2]
void MergeFrom | ( | const Visual & | from | ) |
◆ MergePartialFromCodedStream()
|
final |
◆ meta()
|
inline |
References gz::msgs::_Visual_Meta_default_instance_.
◆ mutable_geometry()
|
inline |
◆ mutable_header()
|
inline |
◆ mutable_material()
|
inline |
◆ mutable_meta()
|
inline |
◆ mutable_name()
|
inline |
◆ mutable_parent_name()
|
inline |
◆ mutable_plugin() [1/2]
|
inline |
◆ mutable_plugin() [2/2]
|
inline |
◆ mutable_pose()
|
inline |
◆ mutable_scale()
|
inline |
◆ name()
|
inline |
◆ New() [1/2]
|
inlinefinal |
◆ New() [2/2]
|
inlinefinal |
◆ operator=()
◆ parent_id()
|
inline |
◆ parent_name()
|
inline |
◆ plugin() [1/2]
|
inline |
◆ plugin() [2/2]
|
inline |
◆ plugin_size()
|
inline |
◆ pose()
|
inline |
References gz::msgs::_Pose_default_instance_.
◆ release_geometry()
|
inline |
◆ release_header()
|
inline |
◆ release_material()
|
inline |
◆ release_meta()
|
inline |
◆ release_name()
|
inline |
◆ release_parent_name()
|
inline |
◆ release_pose()
|
inline |
◆ release_scale()
|
inline |
◆ scale()
|
inline |
References gz::msgs::_Vector3d_default_instance_.
◆ SerializeWithCachedSizes()
|
final |
◆ set_allocated_geometry()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_material()
|
inline |
◆ set_allocated_meta()
|
inline |
◆ set_allocated_name()
|
inline |
◆ set_allocated_parent_name()
|
inline |
◆ set_allocated_pose()
|
inline |
◆ set_allocated_scale()
|
inline |
◆ set_cast_shadows()
|
inline |
◆ set_delete_me()
|
inline |
◆ set_id()
|
inline |
◆ set_is_static()
|
inline |
◆ set_laser_retro()
|
inline |
◆ set_name() [1/3]
|
inline |
◆ set_name() [2/3]
|
inline |
◆ set_name() [3/3]
|
inline |
◆ set_parent_id()
|
inline |
◆ set_parent_name() [1/3]
|
inline |
◆ set_parent_name() [2/3]
|
inline |
◆ set_parent_name() [3/3]
|
inline |
◆ set_transparency()
|
inline |
◆ set_type()
|
inline |
◆ set_visible()
|
inline |
◆ Swap()
void Swap | ( | Visual * | other | ) |
◆ transparency()
|
inline |
◆ type()
|
inline |
◆ Type_descriptor()
|
inlinestatic |
References gz::msgs::Visual_Type_descriptor().
◆ Type_IsValid()
|
inlinestatic |
References gz::msgs::Visual_Type_IsValid().
◆ Type_Name()
|
inlinestatic |
References gz::msgs::Visual_Type_Name().
◆ Type_Parse()
|
inlinestatic |
References gz::msgs::Visual_Type_Parse().
◆ visible()
|
inline |
Member Data Documentation
◆ COLLISION
|
static |
Initial value:
◆ ENTITY
|
static |
Initial value:
◆ GUI
Initial value:
◆ kCastShadowsFieldNumber
|
static |
◆ kDeleteMeFieldNumber
|
static |
◆ kGeometryFieldNumber
|
static |
◆ kHeaderFieldNumber
|
static |
◆ kIdFieldNumber
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
1
◆ kIsStaticFieldNumber
|
static |
◆ kLaserRetroFieldNumber
|
static |
◆ kMaterialFieldNumber
|
static |
◆ kMetaFieldNumber
|
static |
◆ kNameFieldNumber
|
static |
◆ kParentIdFieldNumber
|
static |
◆ kParentNameFieldNumber
|
static |
◆ kPluginFieldNumber
|
static |
◆ kPoseFieldNumber
|
static |
◆ kScaleFieldNumber
|
static |
◆ kTransparencyFieldNumber
|
static |
◆ kTypeFieldNumber
|
static |
◆ kVisibleFieldNumber
|
static |
◆ LINK
|
static |
Initial value:
◆ MODEL
|
static |
Initial value:
◆ PHYSICS
|
static |
Initial value:
◆ SENSOR
|
static |
Initial value:
◆ Type_ARRAYSIZE
|
static |
Initial value:
◆ Type_MAX
|
static |
Initial value:
◆ Type_MIN
|
static |
Initial value:
◆ VISUAL
|
static |
Initial value:
The documentation for this class was generated from the following file: