Skip to content

Class mediapipe::RenderAnnotation_FilledRectangle

ClassList > mediapipe > RenderAnnotation_FilledRectangle

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int RenderAnnotation_FilledRectangle

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_FilledRectangle & 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_FilledRectangle & from)
RenderAnnotation_FilledRectangle * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
RenderAnnotation_FilledRectangle ()
constexpr RenderAnnotation_FilledRectangle (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
RenderAnnotation_FilledRectangle (const RenderAnnotation_FilledRectangle & from)
RenderAnnotation_FilledRectangle (RenderAnnotation_FilledRectangle && from) noexcept
void Swap (RenderAnnotation_FilledRectangle * other)
void UnsafeArenaSwap (RenderAnnotation_FilledRectangle * 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
void clear_fill_color ()
void clear_rectangle ()
const ::mediapipe::Color & fill_color () const
bool has_fill_color () const
bool has_rectangle () const
::mediapipe::Color * mutable_fill_color ()
::mediapipe::RenderAnnotation_Rectangle * mutable_rectangle ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
RenderAnnotation_FilledRectangle & operator= (const RenderAnnotation_FilledRectangle & from)
RenderAnnotation_FilledRectangle & operator= (RenderAnnotation_FilledRectangle && from) noexcept
const ::mediapipe::RenderAnnotation_Rectangle & rectangle () const
PROTOBUF_NODISCARD::mediapipe::Color * release_fill_color ()
PROTOBUF_NODISCARD::mediapipe::RenderAnnotation_Rectangle * release_rectangle ()
void set_allocated_fill_color (::mediapipe::Color * fill_color)
void set_allocated_rectangle (::mediapipe::RenderAnnotation_Rectangle * rectangle)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
::mediapipe::Color * unsafe_arena_release_fill_color ()
::mediapipe::RenderAnnotation_Rectangle * unsafe_arena_release_rectangle ()
void unsafe_arena_set_allocated_fill_color (::mediapipe::Color * fill_color)
void unsafe_arena_set_allocated_rectangle (::mediapipe::RenderAnnotation_Rectangle * rectangle)
~RenderAnnotation_FilledRectangle () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum RenderAnnotation_FilledRectangle

enum mediapipe::RenderAnnotation_FilledRectangle::RenderAnnotation_FilledRectangle {
    kRectangleFieldNumber = 1,
    kFillColorFieldNumber = 2
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::RenderAnnotation_FilledRectangle::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::RenderAnnotation_FilledRectangle::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::RenderAnnotation_FilledRectangle::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::RenderAnnotation_FilledRectangle::IsInitialized () const

function MergeFrom

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

function New

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

function RenderAnnotation_FilledRectangle [1/5]

inline mediapipe::RenderAnnotation_FilledRectangle::RenderAnnotation_FilledRectangle () 

function RenderAnnotation_FilledRectangle [2/5]

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

function RenderAnnotation_FilledRectangle [3/5]

mediapipe::RenderAnnotation_FilledRectangle::RenderAnnotation_FilledRectangle (
    const RenderAnnotation_FilledRectangle & from
) 

function RenderAnnotation_FilledRectangle [4/5]

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_fill_color

void mediapipe::RenderAnnotation_FilledRectangle::clear_fill_color () 

function clear_rectangle

inline void mediapipe::RenderAnnotation_FilledRectangle::clear_rectangle () 

function fill_color

inline const ::mediapipe::Color & mediapipe::RenderAnnotation_FilledRectangle::fill_color () const

function has_fill_color

inline bool mediapipe::RenderAnnotation_FilledRectangle::has_fill_color () const

function has_rectangle

inline bool mediapipe::RenderAnnotation_FilledRectangle::has_rectangle () const

function mutable_fill_color

inline ::mediapipe::Color * mediapipe::RenderAnnotation_FilledRectangle::mutable_fill_color () 

function mutable_rectangle

inline ::mediapipe::RenderAnnotation_Rectangle * mediapipe::RenderAnnotation_FilledRectangle::mutable_rectangle () 

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function rectangle

inline const ::mediapipe::RenderAnnotation_Rectangle & mediapipe::RenderAnnotation_FilledRectangle::rectangle () const

function release_fill_color

inline PROTOBUF_NODISCARD::mediapipe::Color * mediapipe::RenderAnnotation_FilledRectangle::release_fill_color () 

function release_rectangle

inline PROTOBUF_NODISCARD::mediapipe::RenderAnnotation_Rectangle * mediapipe::RenderAnnotation_FilledRectangle::release_rectangle () 

function set_allocated_fill_color

inline void mediapipe::RenderAnnotation_FilledRectangle::set_allocated_fill_color (
    ::mediapipe::Color * fill_color
) 

function set_allocated_rectangle

inline void mediapipe::RenderAnnotation_FilledRectangle::set_allocated_rectangle (
    ::mediapipe::RenderAnnotation_Rectangle * rectangle
) 

function unknown_fields

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

function unsafe_arena_release_fill_color

inline ::mediapipe::Color * mediapipe::RenderAnnotation_FilledRectangle::unsafe_arena_release_fill_color () 

function unsafe_arena_release_rectangle

inline ::mediapipe::RenderAnnotation_Rectangle * mediapipe::RenderAnnotation_FilledRectangle::unsafe_arena_release_rectangle () 

function unsafe_arena_set_allocated_fill_color

inline void mediapipe::RenderAnnotation_FilledRectangle::unsafe_arena_set_allocated_fill_color (
    ::mediapipe::Color * fill_color
) 

function unsafe_arena_set_allocated_rectangle

inline void mediapipe::RenderAnnotation_FilledRectangle::unsafe_arena_set_allocated_rectangle (
    ::mediapipe::RenderAnnotation_Rectangle * rectangle
) 

function ~RenderAnnotation_FilledRectangle

mediapipe::RenderAnnotation_FilledRectangle::~RenderAnnotation_FilledRectangle () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function RenderAnnotation_FilledRectangle [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2futil_2frender_5fdata_2eproto

struct mediapipe::RenderAnnotation_FilledRectangle::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto (
    ::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto
) 

friend swap

inline void mediapipe::RenderAnnotation_FilledRectangle::swap (
    RenderAnnotation_FilledRectangle & a,
    RenderAnnotation_FilledRectangle & 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