List of all members |
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
Protected Member Functions
Projector Class Referencefinal
#include <projector.pb.h>
Public Types | |
enum | : int { kNameFieldNumber = 2 , kTextureFieldNumber = 3 , kHeaderFieldNumber = 1 , kPoseFieldNumber = 4 , kFovFieldNumber = 5 , kNearClipFieldNumber = 6 , kFarClipFieldNumber = 7 , kEnabledFieldNumber = 8 } |
Public Member Functions | |
Projector () | |
constexpr | Projector (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
Projector (const Projector &from) | |
Projector (Projector &&from) noexcept | |
~Projector () override | |
const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
size_t | ByteSizeLong () const final |
PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
void | clear_enabled () |
void | clear_far_clip () |
void | clear_fov () |
void | clear_header () |
void | clear_name () |
void | clear_near_clip () |
void | clear_pose () |
void | clear_texture () |
void | CopyFrom (const Projector &from) |
bool | enabled () const |
double | far_clip () const |
double | fov () const |
int | GetCachedSize () const final |
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * | GetClassData () const final |
::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
bool | has_header () const |
bool | has_pose () const |
const ::ignition::msgs::Header & | header () const |
bool | IsInitialized () const final |
void | MergeFrom (const Projector &from) |
::ignition::msgs::Header * | mutable_header () |
std::string * | mutable_name () |
::ignition::msgs::Pose * | mutable_pose () |
std::string * | mutable_texture () |
const std::string & | name () const |
double | near_clip () const |
Projector * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
Projector & | operator= (const Projector &from) |
Projector & | operator= (Projector &&from) noexcept |
const ::ignition::msgs::Pose & | pose () const |
PROTOBUF_NODISCARD ::ignition::msgs::Header * | release_header () |
PROTOBUF_NODISCARD std::string * | release_name () |
PROTOBUF_NODISCARD ::ignition::msgs::Pose * | release_pose () |
PROTOBUF_NODISCARD std::string * | release_texture () |
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_texture (std::string *texture) |
void | set_enabled (bool value) |
void | set_far_clip (double value) |
void | set_fov (double value) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_name (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_name (ArgT0 &&arg0, ArgT... args) |
void | set_near_clip (double value) |
template<typename ArgT0 = const std::string&, typename... ArgT> | |
void | set_texture (ArgT0 &&arg0, ArgT... args) |
template<typename ArgT0 , typename... ArgT> | |
PROTOBUF_ALWAYS_INLINE void | set_texture (ArgT0 &&arg0, ArgT... args) |
void | Swap (Projector *other) |
const std::string & | texture () const |
::ignition::msgs::Header * | unsafe_arena_release_header () |
::ignition::msgs::Pose * | unsafe_arena_release_pose () |
void | unsafe_arena_set_allocated_header (::ignition::msgs::Header *header) |
void | unsafe_arena_set_allocated_pose (::ignition::msgs::Pose *pose) |
void | UnsafeArenaSwap (Projector *other) |
Static Public Member Functions | |
static const Projector & | default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const Projector * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
Projector (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Member Enumeration Documentation
◆ anonymous enum
anonymous enum : int |
Constructor & Destructor Documentation
◆ Projector() [1/5]
|
inline |
◆ ~Projector()
|
override |
◆ Projector() [2/5]
|
explicitconstexpr |
◆ Projector() [3/5]
◆ Projector() [4/5]
◆ Projector() [5/5]
|
explicitprotected |
Member Function Documentation
◆ _InternalParse()
|
final |
◆ _InternalSerialize()
|
final |
◆ ByteSizeLong()
|
final |
◆ Clear()
|
final |
◆ clear_enabled()
|
inline |
◆ clear_far_clip()
|
inline |
◆ clear_fov()
|
inline |
◆ clear_header()
void clear_header | ( | ) |
◆ clear_name()
|
inline |
◆ clear_near_clip()
|
inline |
◆ clear_pose()
void clear_pose | ( | ) |
◆ clear_texture()
|
inline |
◆ CopyFrom()
void CopyFrom | ( | const Projector & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ enabled()
|
inline |
◆ far_clip()
|
inline |
◆ fov()
|
inline |
◆ GetCachedSize()
|
inlinefinal |
◆ GetClassData()
|
final |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
|
final |
◆ GetReflection()
|
inlinestatic |
◆ has_header()
|
inline |
◆ has_pose()
|
inline |
◆ header()
|
inline |
◆ internal_default_instance()
|
inlinestatic |
References ignition::msgs::_Projector_default_instance_.
◆ IsInitialized()
|
final |
◆ MergeFrom()
void MergeFrom | ( | const Projector & | from | ) |
◆ mutable_header()
|
inline |
◆ mutable_name()
|
inline |
◆ mutable_pose()
|
inline |
◆ mutable_texture()
|
inline |
◆ name()
|
inline |
◆ near_clip()
|
inline |
◆ New()
|
inlinefinal |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ pose()
|
inline |
◆ release_header()
|
inline |
◆ release_name()
|
inline |
◆ release_pose()
|
inline |
◆ release_texture()
|
inline |
◆ set_allocated_header()
|
inline |
◆ set_allocated_name()
|
inline |
◆ set_allocated_pose()
|
inline |
◆ set_allocated_texture()
|
inline |
◆ set_enabled()
|
inline |
◆ set_far_clip()
|
inline |
◆ set_fov()
|
inline |
◆ set_name() [1/2]
void set_name | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_name() [2/2]
|
inline |
◆ set_near_clip()
|
inline |
◆ set_texture() [1/2]
void set_texture | ( | ArgT0 && | arg0, |
ArgT... | args | ||
) |
◆ set_texture() [2/2]
|
inline |
◆ Swap()
|
inline |
◆ texture()
|
inline |
◆ unsafe_arena_release_header()
|
inline |
◆ unsafe_arena_release_pose()
|
inline |
◆ unsafe_arena_set_allocated_header()
|
inline |
◆ unsafe_arena_set_allocated_pose()
|
inline |
◆ UnsafeArenaSwap()
|
inline |
Member Data Documentation
◆ _class_data_
|
static |
◆ kIndexInFileMessages
|
staticconstexpr |
Initial value:
=
0
The documentation for this class was generated from the following file: