Skip to content

Class mediapipe::RenderAnnotation_Scribble

ClassList > mediapipe > RenderAnnotation_Scribble

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int RenderAnnotation_Scribble

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_Scribble & 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_Scribble & from)
RenderAnnotation_Scribble * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
RenderAnnotation_Scribble ()
constexpr RenderAnnotation_Scribble (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
RenderAnnotation_Scribble (const RenderAnnotation_Scribble & from)
RenderAnnotation_Scribble (RenderAnnotation_Scribble && from) noexcept
void Swap (RenderAnnotation_Scribble * other)
void UnsafeArenaSwap (RenderAnnotation_Scribble * 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
::mediapipe::RenderAnnotation_Point * add_point ()
void clear_point ()
::mediapipe::RenderAnnotation_Point * mutable_point (int index)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::RenderAnnotation_Point > * mutable_point ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
RenderAnnotation_Scribble & operator= (const RenderAnnotation_Scribble & from)
RenderAnnotation_Scribble & operator= (RenderAnnotation_Scribble && from) noexcept
const ::mediapipe::RenderAnnotation_Point & point (int index) const
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::RenderAnnotation_Point > & point () const
int point_size () const
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~RenderAnnotation_Scribble () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum RenderAnnotation_Scribble

enum mediapipe::RenderAnnotation_Scribble::RenderAnnotation_Scribble {
    kPointFieldNumber = 1
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::RenderAnnotation_Scribble::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::RenderAnnotation_Scribble::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::RenderAnnotation_Scribble::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::RenderAnnotation_Scribble::IsInitialized () const

function MergeFrom

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

function New

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

function RenderAnnotation_Scribble [1/5]

inline mediapipe::RenderAnnotation_Scribble::RenderAnnotation_Scribble () 

function RenderAnnotation_Scribble [2/5]

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

function RenderAnnotation_Scribble [3/5]

mediapipe::RenderAnnotation_Scribble::RenderAnnotation_Scribble (
    const RenderAnnotation_Scribble & from
) 

function RenderAnnotation_Scribble [4/5]

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function add_point

inline ::mediapipe::RenderAnnotation_Point * mediapipe::RenderAnnotation_Scribble::add_point () 

function clear_point

inline void mediapipe::RenderAnnotation_Scribble::clear_point () 

function mutable_point [1/2]

inline ::mediapipe::RenderAnnotation_Point * mediapipe::RenderAnnotation_Scribble::mutable_point (
    int index
) 

function mutable_point [2/2]

inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::RenderAnnotation_Point > * mediapipe::RenderAnnotation_Scribble::mutable_point () 

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function point [1/2]

inline const ::mediapipe::RenderAnnotation_Point & mediapipe::RenderAnnotation_Scribble::point (
    int index
) const

function point [2/2]

inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::RenderAnnotation_Point > & mediapipe::RenderAnnotation_Scribble::point () const

function point_size

inline int mediapipe::RenderAnnotation_Scribble::point_size () const

function unknown_fields

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

function ~RenderAnnotation_Scribble

mediapipe::RenderAnnotation_Scribble::~RenderAnnotation_Scribble () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function RenderAnnotation_Scribble [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2futil_2frender_5fdata_2eproto

struct mediapipe::RenderAnnotation_Scribble::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto (
    ::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto
) 

friend swap

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