Skip to content

Class mediapipe::Anchor

ClassList > mediapipe > Anchor

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int Anchor

Public Static Attributes

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

Public Functions

Type Name
Anchor ()
constexpr Anchor (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
Anchor (const Anchor & from)
Anchor (Anchor && from) noexcept
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const Anchor & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const Anchor & from)
Anchor * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (Anchor * other)
void UnsafeArenaSwap (Anchor * 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_h ()
void clear_w ()
void clear_x_center ()
void clear_y_center ()
float h () const
bool has_h () const
bool has_w () const
bool has_x_center () const
bool has_y_center () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
Anchor & operator= (const Anchor & from)
Anchor & operator= (Anchor && from) noexcept
void set_h (float value)
void set_w (float value)
void set_x_center (float value)
void set_y_center (float value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
float w () const
float x_center () const
float y_center () const
~Anchor () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum Anchor

enum mediapipe::Anchor::Anchor {
    kXCenterFieldNumber = 1,
    kYCenterFieldNumber = 2,
    kHFieldNumber = 3,
    kWFieldNumber = 4
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::Anchor::kIndexInFileMessages;

Public Functions Documentation

function Anchor [1/5]

inline mediapipe::Anchor::Anchor () 

function Anchor [2/5]

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

function Anchor [3/5]

mediapipe::Anchor::Anchor (
    const Anchor & from
) 

function Anchor [4/5]

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

function ByteSizeLong

size_t mediapipe::Anchor::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::Anchor::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::Anchor::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_h

inline void mediapipe::Anchor::clear_h () 

function clear_w

inline void mediapipe::Anchor::clear_w () 

function clear_x_center

inline void mediapipe::Anchor::clear_x_center () 

function clear_y_center

inline void mediapipe::Anchor::clear_y_center () 

function h

inline float mediapipe::Anchor::h () const

function has_h

inline bool mediapipe::Anchor::has_h () const

function has_w

inline bool mediapipe::Anchor::has_w () const

function has_x_center

inline bool mediapipe::Anchor::has_x_center () const

function has_y_center

inline bool mediapipe::Anchor::has_y_center () const

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function set_h

inline void mediapipe::Anchor::set_h (
    float value
) 

function set_w

inline void mediapipe::Anchor::set_w (
    float value
) 

function set_x_center

inline void mediapipe::Anchor::set_x_center (
    float value
) 

function set_y_center

inline void mediapipe::Anchor::set_y_center (
    float value
) 

function unknown_fields

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

function w

inline float mediapipe::Anchor::w () const

function x_center

inline float mediapipe::Anchor::x_center () const

function y_center

inline float mediapipe::Anchor::y_center () const

function ~Anchor

mediapipe::Anchor::~Anchor () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function Anchor [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fformats_2fobject_5fdetection_2fanchor_2eproto

struct mediapipe::Anchor::TableStruct_mediapipe_2fframework_2fformats_2fobject_5fdetection_2fanchor_2eproto (
    ::TableStruct_mediapipe_2fframework_2fformats_2fobject_5fdetection_2fanchor_2eproto
) 

friend swap

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


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