Ignition Msgs

API Reference

5.8.1

#include <camera_lens.pb.h>

Public Types

enum  : int {
  kTypeFieldNumber = 2 , kFunFieldNumber = 7 , kHeaderFieldNumber = 1 , kC1FieldNumber = 3 ,
  kC2FieldNumber = 4 , kC3FieldNumber = 5 , kFFieldNumber = 6 , kCutoffAngleFieldNumber = 9 ,
  kScaleToHfovFieldNumber = 8 , kEnvTextureSizeFieldNumber = 11 , kHfovFieldNumber = 10
}
 

Public Member Functions

 CameraLens ()
 
constexpr CameraLens (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 CameraLens (CameraLens &&from) noexcept
 
 CameraLens (const CameraLens &from)
 
 ~CameraLens () 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
 
double c1 () const
 
double c2 () const
 
double c3 () const
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_c1 ()
 
void clear_c2 ()
 
void clear_c3 ()
 
void clear_cutoff_angle ()
 
void clear_env_texture_size ()
 
void clear_f ()
 
void clear_fun ()
 
void clear_header ()
 
void clear_hfov ()
 
void clear_scale_to_hfov ()
 
void clear_type ()
 
void CopyFrom (const CameraLens &from)
 
double cutoff_angle () const
 
int32_t env_texture_size () const
 
double f () const
 
const std::stringfun () 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
 
const ::ignition::msgs::Headerheader () const
 
double hfov () const
 
bool IsInitialized () const final
 
void MergeFrom (const CameraLens &from)
 
std::stringmutable_fun ()
 
::ignition::msgs::Headermutable_header ()
 
std::stringmutable_type ()
 
CameraLensNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
CameraLensoperator= (CameraLens &&from) noexcept
 
CameraLensoperator= (const CameraLens &from)
 
PROTOBUF_NODISCARD std::stringrelease_fun ()
 
PROTOBUF_NODISCARD ::ignition::msgs::Headerrelease_header ()
 
PROTOBUF_NODISCARD std::stringrelease_type ()
 
bool scale_to_hfov () const
 
void set_allocated_fun (std::string *fun)
 
void set_allocated_header (::ignition::msgs::Header *header)
 
void set_allocated_type (std::string *type)
 
void set_c1 (double value)
 
void set_c2 (double value)
 
void set_c3 (double value)
 
void set_cutoff_angle (double value)
 
void set_env_texture_size (int32_t value)
 
void set_f (double value)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_fun (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_fun (ArgT0 &&arg0, ArgT... args)
 
void set_hfov (double value)
 
void set_scale_to_hfov (bool value)
 
template<typename ArgT0 = const std::string&, typename... ArgT>
void set_type (ArgT0 &&arg0, ArgT... args)
 
template<typename ArgT0 , typename... ArgT>
PROTOBUF_ALWAYS_INLINE void set_type (ArgT0 &&arg0, ArgT... args)
 
void Swap (CameraLens *other)
 
const std::stringtype () const
 
::ignition::msgs::Headerunsafe_arena_release_header ()
 
void unsafe_arena_set_allocated_header (::ignition::msgs::Header *header)
 
void UnsafeArenaSwap (CameraLens *other)
 

Static Public Member Functions

static const CameraLensdefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const CameraLensinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kTypeFieldNumber 
kFunFieldNumber 
kHeaderFieldNumber 
kC1FieldNumber 
kC2FieldNumber 
kC3FieldNumber 
kFFieldNumber 
kCutoffAngleFieldNumber 
kScaleToHfovFieldNumber 
kEnvTextureSizeFieldNumber 
kHfovFieldNumber 

Constructor & Destructor Documentation

◆ CameraLens() [1/5]

CameraLens ( )
inline

◆ ~CameraLens()

~CameraLens ( )
override

◆ CameraLens() [2/5]

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

◆ CameraLens() [3/5]

CameraLens ( const CameraLens from)

◆ CameraLens() [4/5]

CameraLens ( CameraLens &&  from)
inlinenoexcept

◆ CameraLens() [5/5]

CameraLens ( ::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

◆ c1()

double c1 ( ) const
inline

◆ c2()

double c2 ( ) const
inline

◆ c3()

double c3 ( ) const
inline

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ( )
final

◆ clear_c1()

void clear_c1 ( )
inline

◆ clear_c2()

void clear_c2 ( )
inline

◆ clear_c3()

void clear_c3 ( )
inline

◆ clear_cutoff_angle()

void clear_cutoff_angle ( )
inline

◆ clear_env_texture_size()

void clear_env_texture_size ( )
inline

◆ clear_f()

void clear_f ( )
inline

◆ clear_fun()

void clear_fun ( )
inline

◆ clear_header()

void clear_header ( )

◆ clear_hfov()

void clear_hfov ( )
inline

◆ clear_scale_to_hfov()

void clear_scale_to_hfov ( )
inline

◆ clear_type()

void clear_type ( )
inline

◆ CopyFrom()

void CopyFrom ( const CameraLens from)

◆ cutoff_angle()

double cutoff_angle ( ) const
inline

◆ default_instance()

static const CameraLens& default_instance ( )
inlinestatic

◆ descriptor()

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

◆ env_texture_size()

int32_t env_texture_size ( ) const
inline

◆ f()

double f ( ) const
inline

◆ fun()

const std::string & fun ( ) 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

◆ header()

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

◆ hfov()

double hfov ( ) const
inline

◆ internal_default_instance()

static const CameraLens* internal_default_instance ( )
inlinestatic

◆ IsInitialized()

bool IsInitialized ( ) const
final

◆ MergeFrom()

void MergeFrom ( const CameraLens from)

◆ mutable_fun()

std::string * mutable_fun ( )
inline

◆ mutable_header()

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

◆ mutable_type()

std::string * mutable_type ( )
inline

◆ New()

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

◆ operator=() [1/2]

CameraLens& operator= ( CameraLens &&  from)
inlinenoexcept

◆ operator=() [2/2]

CameraLens& operator= ( const CameraLens from)
inline

◆ release_fun()

std::string * release_fun ( )
inline

◆ release_header()

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

◆ release_type()

std::string * release_type ( )
inline

◆ scale_to_hfov()

bool scale_to_hfov ( ) const
inline

◆ set_allocated_fun()

void set_allocated_fun ( std::string fun)
inline

◆ set_allocated_header()

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

◆ set_allocated_type()

void set_allocated_type ( std::string type)
inline

◆ set_c1()

void set_c1 ( double  value)
inline

◆ set_c2()

void set_c2 ( double  value)
inline

◆ set_c3()

void set_c3 ( double  value)
inline

◆ set_cutoff_angle()

void set_cutoff_angle ( double  value)
inline

◆ set_env_texture_size()

void set_env_texture_size ( int32_t  value)
inline

◆ set_f()

void set_f ( double  value)
inline

◆ set_fun() [1/2]

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

◆ set_fun() [2/2]

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

◆ set_hfov()

void set_hfov ( double  value)
inline

◆ set_scale_to_hfov()

void set_scale_to_hfov ( bool  value)
inline

◆ set_type() [1/2]

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

◆ set_type() [2/2]

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

◆ Swap()

void Swap ( CameraLens other)
inline

◆ type()

const std::string & type ( ) const
inline

◆ unsafe_arena_release_header()

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

◆ unsafe_arena_set_allocated_header()

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

◆ UnsafeArenaSwap()

void UnsafeArenaSwap ( CameraLens 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: