Skip to content

Class mediapipe::RenderAnnotation_Oval

ClassList > mediapipe > RenderAnnotation_Oval

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int RenderAnnotation_Oval

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_Oval & 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_Oval & from)
RenderAnnotation_Oval * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
RenderAnnotation_Oval ()
constexpr RenderAnnotation_Oval (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
RenderAnnotation_Oval (const RenderAnnotation_Oval & from)
RenderAnnotation_Oval (RenderAnnotation_Oval && from) noexcept
void Swap (RenderAnnotation_Oval * other)
void UnsafeArenaSwap (RenderAnnotation_Oval * 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_rectangle ()
bool has_rectangle () const
::mediapipe::RenderAnnotation_Rectangle * mutable_rectangle ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
RenderAnnotation_Oval & operator= (const RenderAnnotation_Oval & from)
RenderAnnotation_Oval & operator= (RenderAnnotation_Oval && from) noexcept
const ::mediapipe::RenderAnnotation_Rectangle & rectangle () const
PROTOBUF_NODISCARD::mediapipe::RenderAnnotation_Rectangle * release_rectangle ()
void set_allocated_rectangle (::mediapipe::RenderAnnotation_Rectangle * rectangle)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
::mediapipe::RenderAnnotation_Rectangle * unsafe_arena_release_rectangle ()
void unsafe_arena_set_allocated_rectangle (::mediapipe::RenderAnnotation_Rectangle * rectangle)
~RenderAnnotation_Oval () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum RenderAnnotation_Oval

enum mediapipe::RenderAnnotation_Oval::RenderAnnotation_Oval {
    kRectangleFieldNumber = 1
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::RenderAnnotation_Oval::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::RenderAnnotation_Oval::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::RenderAnnotation_Oval::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::RenderAnnotation_Oval::IsInitialized () const

function MergeFrom

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

function New

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

function RenderAnnotation_Oval [1/5]

inline mediapipe::RenderAnnotation_Oval::RenderAnnotation_Oval () 

function RenderAnnotation_Oval [2/5]

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

function RenderAnnotation_Oval [3/5]

mediapipe::RenderAnnotation_Oval::RenderAnnotation_Oval (
    const RenderAnnotation_Oval & from
) 

function RenderAnnotation_Oval [4/5]

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_rectangle

inline void mediapipe::RenderAnnotation_Oval::clear_rectangle () 

function has_rectangle

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

function mutable_rectangle

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

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function rectangle

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

function release_rectangle

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

function set_allocated_rectangle

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

function unknown_fields

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

function unsafe_arena_release_rectangle

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

function unsafe_arena_set_allocated_rectangle

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

function ~RenderAnnotation_Oval

mediapipe::RenderAnnotation_Oval::~RenderAnnotation_Oval () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function RenderAnnotation_Oval [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2futil_2frender_5fdata_2eproto

struct mediapipe::RenderAnnotation_Oval::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto (
    ::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto
) 

friend swap

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