Ignition Msgs

API Reference

5.8.1

#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::Headerheader () const
 
bool IsInitialized () const final
 
void MergeFrom (const Projector &from)
 
::ignition::msgs::Headermutable_header ()
 
std::stringmutable_name ()
 
::ignition::msgs::Posemutable_pose ()
 
std::stringmutable_texture ()
 
const std::stringname () const
 
double near_clip () const
 
ProjectorNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
Projectoroperator= (const Projector &from)
 
Projectoroperator= (Projector &&from) noexcept
 
const ::ignition::msgs::Posepose () const
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
PROTOBUF_NODISCARD std::stringrelease_name ()
 
PROTOBUF_NODISCARD ::ignition::msgs::Poserelease_pose ()
 
PROTOBUF_NODISCARD std::stringrelease_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::stringtexture () const
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
::ignition::msgs::Poseunsafe_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 Projectordefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const Projectorinternal_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
Enumerator
kNameFieldNumber 
kTextureFieldNumber 
kHeaderFieldNumber 
kPoseFieldNumber 
kFovFieldNumber 
kNearClipFieldNumber 
kFarClipFieldNumber 
kEnabledFieldNumber 

Constructor & Destructor Documentation

◆ Projector() [1/5]

Projector ( )
inline

◆ ~Projector()

~Projector ( )
override

◆ Projector() [2/5]

constexpr Projector ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

◆ Projector() [3/5]

Projector ( const Projector from)

◆ Projector() [4/5]

Projector ( Projector &&  from)
inlinenoexcept

◆ Projector() [5/5]

Projector ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena,
bool  is_message_owned = false 
)
explicitprotected

Member Function Documentation

◆ _InternalParse()

const char* _InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t* _InternalSerialize ( uint8_t *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ ByteSizeLong()

size_t ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ( )
final

◆ clear_enabled()

void clear_enabled ( )
inline

◆ clear_far_clip()

void clear_far_clip ( )
inline

◆ clear_fov()

void clear_fov ( )
inline

◆ clear_header()

void clear_header ( )

◆ clear_name()

void clear_name ( )
inline

◆ clear_near_clip()

void clear_near_clip ( )
inline

◆ clear_pose()

void clear_pose ( )

◆ clear_texture()

void clear_texture ( )
inline

◆ CopyFrom()

void CopyFrom ( const Projector from)

◆ default_instance()

static const Projector& default_instance ( )
inlinestatic

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor ( )
inlinestatic

◆ enabled()

bool enabled ( ) const
inline

◆ far_clip()

double far_clip ( ) const
inline

◆ fov()

double fov ( ) const
inline

◆ GetCachedSize()

int GetCachedSize ( ) const
inlinefinal

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData ( ) const
final

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor ( )
inlinestatic

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection ( )
inlinestatic

◆ has_header()

bool has_header ( ) const
inline

◆ has_pose()

bool has_pose ( ) const
inline

◆ header()

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

◆ internal_default_instance()

static const Projector* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const Projector from)

◆ mutable_header()

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

◆ mutable_name()

std::string * mutable_name ( )
inline

◆ mutable_pose()

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

◆ mutable_texture()

std::string * mutable_texture ( )
inline

◆ name()

const std::string & name ( ) const
inline

◆ near_clip()

double near_clip ( ) const
inline

◆ New()

Projector* New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena = nullptr) const
inlinefinal

◆ operator=() [1/2]

Projector& operator= ( const Projector from)
inline

◆ operator=() [2/2]

Projector& operator= ( Projector &&  from)
inlinenoexcept

◆ pose()

const ::ignition::msgs::Pose & pose ( ) const
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_texture()

std::string * release_texture ( )
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_texture()

void set_allocated_texture ( std::string texture)
inline

◆ set_enabled()

void set_enabled ( bool  value)
inline

◆ set_far_clip()

void set_far_clip ( double  value)
inline

◆ set_fov()

void set_fov ( double  value)
inline

◆ set_name() [1/2]

void set_name ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_name() [2/2]

PROTOBUF_ALWAYS_INLINE void set_name ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ set_near_clip()

void set_near_clip ( double  value)
inline

◆ set_texture() [1/2]

void set_texture ( ArgT0 &&  arg0,
ArgT...  args 
)

◆ set_texture() [2/2]

PROTOBUF_ALWAYS_INLINE void set_texture ( ArgT0 &&  arg0,
ArgT...  args 
)
inline

◆ Swap()

void Swap ( Projector other)
inline

◆ texture()

const std::string & texture ( ) const
inline

◆ unsafe_arena_release_header()

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

◆ unsafe_arena_release_pose()

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

◆ unsafe_arena_set_allocated_header()

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

◆ unsafe_arena_set_allocated_pose()

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

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( Projector other)
inline

Member Data Documentation

◆ _class_data_

const ClassData _class_data_
static

◆ kIndexInFileMessages

constexpr int kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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