Skip to content

Class mediapipe::RenderAnnotation_Arrow

ClassList > mediapipe > RenderAnnotation_Arrow

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int RenderAnnotation_Arrow

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_Arrow & 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_Arrow & from)
RenderAnnotation_Arrow * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
RenderAnnotation_Arrow ()
constexpr RenderAnnotation_Arrow (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
RenderAnnotation_Arrow (const RenderAnnotation_Arrow & from)
RenderAnnotation_Arrow (RenderAnnotation_Arrow && from) noexcept
void Swap (RenderAnnotation_Arrow * other)
void UnsafeArenaSwap (RenderAnnotation_Arrow * 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_normalized ()
void clear_x_end ()
void clear_x_start ()
void clear_y_end ()
void clear_y_start ()
bool has_normalized () const
bool has_x_end () const
bool has_x_start () const
bool has_y_end () const
bool has_y_start () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
bool normalized () const
RenderAnnotation_Arrow & operator= (const RenderAnnotation_Arrow & from)
RenderAnnotation_Arrow & operator= (RenderAnnotation_Arrow && from) noexcept
void set_normalized (bool value)
void set_x_end (double value)
void set_x_start (double value)
void set_y_end (double value)
void set_y_start (double value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
double x_end () const
double x_start () const
double y_end () const
double y_start () const
~RenderAnnotation_Arrow () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum RenderAnnotation_Arrow

enum mediapipe::RenderAnnotation_Arrow::RenderAnnotation_Arrow {
    kXStartFieldNumber = 1,
    kYStartFieldNumber = 2,
    kXEndFieldNumber = 3,
    kYEndFieldNumber = 4,
    kNormalizedFieldNumber = 5
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::RenderAnnotation_Arrow::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::RenderAnnotation_Arrow::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::RenderAnnotation_Arrow::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::RenderAnnotation_Arrow::IsInitialized () const

function MergeFrom

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

function New

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

function RenderAnnotation_Arrow [1/5]

inline mediapipe::RenderAnnotation_Arrow::RenderAnnotation_Arrow () 

function RenderAnnotation_Arrow [2/5]

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

function RenderAnnotation_Arrow [3/5]

mediapipe::RenderAnnotation_Arrow::RenderAnnotation_Arrow (
    const RenderAnnotation_Arrow & from
) 

function RenderAnnotation_Arrow [4/5]

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_normalized

inline void mediapipe::RenderAnnotation_Arrow::clear_normalized () 

function clear_x_end

inline void mediapipe::RenderAnnotation_Arrow::clear_x_end () 

function clear_x_start

inline void mediapipe::RenderAnnotation_Arrow::clear_x_start () 

function clear_y_end

inline void mediapipe::RenderAnnotation_Arrow::clear_y_end () 

function clear_y_start

inline void mediapipe::RenderAnnotation_Arrow::clear_y_start () 

function has_normalized

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

function has_x_end

inline bool mediapipe::RenderAnnotation_Arrow::has_x_end () const

function has_x_start

inline bool mediapipe::RenderAnnotation_Arrow::has_x_start () const

function has_y_end

inline bool mediapipe::RenderAnnotation_Arrow::has_y_end () const

function has_y_start

inline bool mediapipe::RenderAnnotation_Arrow::has_y_start () const

function mutable_unknown_fields

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

function normalized

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

function operator=

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

function operator=

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

function set_normalized

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

function set_x_end

inline void mediapipe::RenderAnnotation_Arrow::set_x_end (
    double value
) 

function set_x_start

inline void mediapipe::RenderAnnotation_Arrow::set_x_start (
    double value
) 

function set_y_end

inline void mediapipe::RenderAnnotation_Arrow::set_y_end (
    double value
) 

function set_y_start

inline void mediapipe::RenderAnnotation_Arrow::set_y_start (
    double value
) 

function unknown_fields

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

function x_end

inline double mediapipe::RenderAnnotation_Arrow::x_end () const

function x_start

inline double mediapipe::RenderAnnotation_Arrow::x_start () const

function y_end

inline double mediapipe::RenderAnnotation_Arrow::y_end () const

function y_start

inline double mediapipe::RenderAnnotation_Arrow::y_start () const

function ~RenderAnnotation_Arrow

mediapipe::RenderAnnotation_Arrow::~RenderAnnotation_Arrow () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function RenderAnnotation_Arrow [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2futil_2frender_5fdata_2eproto

struct mediapipe::RenderAnnotation_Arrow::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto (
    ::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto
) 

friend swap

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