Skip to content

Class mediapipe::RenderAnnotation_Rectangle

ClassList > mediapipe > RenderAnnotation_Rectangle

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int RenderAnnotation_Rectangle

Public Static Attributes

Type Name
const ClassData _class_data_ = /* multi line expression */
constexpr int kIndexInFileMessages = /* multi line expression */

Public Functions

Type Name
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const RenderAnnotation_Rectangle & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const RenderAnnotation_Rectangle & from)
RenderAnnotation_Rectangle * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
RenderAnnotation_Rectangle ()
constexpr RenderAnnotation_Rectangle (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
RenderAnnotation_Rectangle (const RenderAnnotation_Rectangle & from)
RenderAnnotation_Rectangle (RenderAnnotation_Rectangle && from) noexcept
void Swap (RenderAnnotation_Rectangle * other)
void UnsafeArenaSwap (RenderAnnotation_Rectangle * other)
const char * _InternalParse (const char * ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx)
uint8_t * _InternalSerialize (uint8_t * target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream) const
double bottom () const
void clear_bottom ()
void clear_left ()
void clear_normalized ()
void clear_right ()
void clear_rotation ()
void clear_top ()
void clear_top_left_thickness ()
bool has_bottom () const
bool has_left () const
bool has_normalized () const
bool has_right () const
bool has_rotation () const
bool has_top () const
bool has_top_left_thickness () const
double left () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
bool normalized () const
RenderAnnotation_Rectangle & operator= (const RenderAnnotation_Rectangle & from)
RenderAnnotation_Rectangle & operator= (RenderAnnotation_Rectangle && from) noexcept
double right () const
double rotation () const
void set_bottom (double value)
void set_left (double value)
void set_normalized (bool value)
void set_right (double value)
void set_rotation (double value)
void set_top (double value)
void set_top_left_thickness (double value)
double top () const
double top_left_thickness () const
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~RenderAnnotation_Rectangle () override

Public Static Functions

Type Name
const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
const RenderAnnotation_Rectangle & default_instance ()
const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
const RenderAnnotation_Rectangle * internal_default_instance ()

Protected Functions

Type Name
RenderAnnotation_Rectangle (::PROTOBUF_NAMESPACE_ID::Arena * arena, bool is_message_owned=false)

Public Types Documentation

enum RenderAnnotation_Rectangle

enum mediapipe::RenderAnnotation_Rectangle::RenderAnnotation_Rectangle {
    kLeftFieldNumber = 1,
    kTopFieldNumber = 2,
    kRightFieldNumber = 3,
    kBottomFieldNumber = 4,
    kRotationFieldNumber = 6,
    kTopLeftThicknessFieldNumber = 7,
    kNormalizedFieldNumber = 5
};

Public Static Attributes Documentation

variable _class_data_

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData mediapipe::RenderAnnotation_Rectangle::_class_data_;

variable kIndexInFileMessages

constexpr int mediapipe::RenderAnnotation_Rectangle::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::RenderAnnotation_Rectangle::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::RenderAnnotation_Rectangle::Clear () 

function CopyFrom

void mediapipe::RenderAnnotation_Rectangle::CopyFrom (
    const RenderAnnotation_Rectangle & from
) 

function GetCachedSize

inline int mediapipe::RenderAnnotation_Rectangle::GetCachedSize () const

function GetClassData

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * mediapipe::RenderAnnotation_Rectangle::GetClassData () const

function GetMetadata

::PROTOBUF_NAMESPACE_ID::Metadata mediapipe::RenderAnnotation_Rectangle::GetMetadata () const

function IsInitialized

bool mediapipe::RenderAnnotation_Rectangle::IsInitialized () const

function MergeFrom

void mediapipe::RenderAnnotation_Rectangle::MergeFrom (
    const RenderAnnotation_Rectangle & from
) 

function New

inline RenderAnnotation_Rectangle * mediapipe::RenderAnnotation_Rectangle::New (
    ::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr
) const

function RenderAnnotation_Rectangle [1/5]

inline mediapipe::RenderAnnotation_Rectangle::RenderAnnotation_Rectangle () 

function RenderAnnotation_Rectangle [2/5]

explicit constexpr mediapipe::RenderAnnotation_Rectangle::RenderAnnotation_Rectangle (
    ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized
) 

function RenderAnnotation_Rectangle [3/5]

mediapipe::RenderAnnotation_Rectangle::RenderAnnotation_Rectangle (
    const RenderAnnotation_Rectangle & from
) 

function RenderAnnotation_Rectangle [4/5]

inline mediapipe::RenderAnnotation_Rectangle::RenderAnnotation_Rectangle (
    RenderAnnotation_Rectangle && from
) noexcept

function Swap

inline void mediapipe::RenderAnnotation_Rectangle::Swap (
    RenderAnnotation_Rectangle * other
) 

function UnsafeArenaSwap

inline void mediapipe::RenderAnnotation_Rectangle::UnsafeArenaSwap (
    RenderAnnotation_Rectangle * other
) 

function _InternalParse

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

function _InternalSerialize

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

function bottom

inline double mediapipe::RenderAnnotation_Rectangle::bottom () const

function clear_bottom

inline void mediapipe::RenderAnnotation_Rectangle::clear_bottom () 

function clear_left

inline void mediapipe::RenderAnnotation_Rectangle::clear_left () 

function clear_normalized

inline void mediapipe::RenderAnnotation_Rectangle::clear_normalized () 

function clear_right

inline void mediapipe::RenderAnnotation_Rectangle::clear_right () 

function clear_rotation

inline void mediapipe::RenderAnnotation_Rectangle::clear_rotation () 

function clear_top

inline void mediapipe::RenderAnnotation_Rectangle::clear_top () 

function clear_top_left_thickness

inline void mediapipe::RenderAnnotation_Rectangle::clear_top_left_thickness () 

function has_bottom

inline bool mediapipe::RenderAnnotation_Rectangle::has_bottom () const

function has_left

inline bool mediapipe::RenderAnnotation_Rectangle::has_left () const

function has_normalized

inline bool mediapipe::RenderAnnotation_Rectangle::has_normalized () const

function has_right

inline bool mediapipe::RenderAnnotation_Rectangle::has_right () const

function has_rotation

inline bool mediapipe::RenderAnnotation_Rectangle::has_rotation () const

function has_top

inline bool mediapipe::RenderAnnotation_Rectangle::has_top () const

function has_top_left_thickness

inline bool mediapipe::RenderAnnotation_Rectangle::has_top_left_thickness () const

function left

inline double mediapipe::RenderAnnotation_Rectangle::left () const

function mutable_unknown_fields

inline inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mediapipe::RenderAnnotation_Rectangle::mutable_unknown_fields () 

function normalized

inline bool mediapipe::RenderAnnotation_Rectangle::normalized () const

function operator=

inline RenderAnnotation_Rectangle & mediapipe::RenderAnnotation_Rectangle::operator= (
    const RenderAnnotation_Rectangle & from
) 

function operator=

inline RenderAnnotation_Rectangle & mediapipe::RenderAnnotation_Rectangle::operator= (
    RenderAnnotation_Rectangle && from
) noexcept

function right

inline double mediapipe::RenderAnnotation_Rectangle::right () const

function rotation

inline double mediapipe::RenderAnnotation_Rectangle::rotation () const

function set_bottom

inline void mediapipe::RenderAnnotation_Rectangle::set_bottom (
    double value
) 

function set_left

inline void mediapipe::RenderAnnotation_Rectangle::set_left (
    double value
) 

function set_normalized

inline void mediapipe::RenderAnnotation_Rectangle::set_normalized (
    bool value
) 

function set_right

inline void mediapipe::RenderAnnotation_Rectangle::set_right (
    double value
) 

function set_rotation

inline void mediapipe::RenderAnnotation_Rectangle::set_rotation (
    double value
) 

function set_top

inline void mediapipe::RenderAnnotation_Rectangle::set_top (
    double value
) 

function set_top_left_thickness

inline void mediapipe::RenderAnnotation_Rectangle::set_top_left_thickness (
    double value
) 

function top

inline double mediapipe::RenderAnnotation_Rectangle::top () const

function top_left_thickness

inline double mediapipe::RenderAnnotation_Rectangle::top_left_thickness () const

function unknown_fields

inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & mediapipe::RenderAnnotation_Rectangle::unknown_fields () const

function ~RenderAnnotation_Rectangle

mediapipe::RenderAnnotation_Rectangle::~RenderAnnotation_Rectangle () override

Public Static Functions Documentation

function GetDescriptor

static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::RenderAnnotation_Rectangle::GetDescriptor () 

function GetReflection

static inline const ::PROTOBUF_NAMESPACE_ID::Reflection * mediapipe::RenderAnnotation_Rectangle::GetReflection () 

function default_instance

static inline const RenderAnnotation_Rectangle & mediapipe::RenderAnnotation_Rectangle::default_instance () 

function descriptor

static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::RenderAnnotation_Rectangle::descriptor () 

function internal_default_instance

static inline const RenderAnnotation_Rectangle * mediapipe::RenderAnnotation_Rectangle::internal_default_instance () 

Protected Functions Documentation

function RenderAnnotation_Rectangle [5/5]

explicit mediapipe::RenderAnnotation_Rectangle::RenderAnnotation_Rectangle (
    ::PROTOBUF_NAMESPACE_ID::Arena * arena,
    bool is_message_owned=false
) 

Friends Documentation

friend InternalHelper

template<typename T>
class mediapipe::RenderAnnotation_Rectangle::InternalHelper (
    ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
) 

friend AnyMetadata

class mediapipe::RenderAnnotation_Rectangle::AnyMetadata (
    ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
) 

friend TableStruct_mediapipe_2futil_2frender_5fdata_2eproto

struct mediapipe::RenderAnnotation_Rectangle::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto (
    ::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto
) 

friend swap

inline void mediapipe::RenderAnnotation_Rectangle::swap (
    RenderAnnotation_Rectangle & a,
    RenderAnnotation_Rectangle & b
) 


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/build/mediapipe/util/render_data.pb.h