Skip to content

Class mediapipe::Point

ClassList > mediapipe > Point

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int Point

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 Point & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const Point & from)
Point * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
Point ()
constexpr Point (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
Point (const Point & from)
Point (Point && from) noexcept
void Swap (Point * other)
void UnsafeArenaSwap (Point * 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_valid ()
void clear_x ()
void clear_y ()
void clear_z ()
bool has_normalized () const
bool has_valid () const
bool has_x () const
bool has_y () const
bool has_z () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
bool normalized () const
Point & operator= (const Point & from)
Point & operator= (Point && from) noexcept
void set_normalized (bool value)
void set_valid (bool value)
void set_x (float value)
void set_y (float value)
void set_z (float value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
bool valid () const
float x () const
float y () const
float z () const
~Point () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum Point

enum mediapipe::Point::Point {
    kXFieldNumber = 1,
    kYFieldNumber = 2,
    kZFieldNumber = 3,
    kNormalizedFieldNumber = 4,
    kValidFieldNumber = 5
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::Point::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::Point::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::Point::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::Point::IsInitialized () const

function MergeFrom

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

function New

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

function Point [1/5]

inline mediapipe::Point::Point () 

function Point [2/5]

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

function Point [3/5]

mediapipe::Point::Point (
    const Point & from
) 

function Point [4/5]

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_normalized

inline void mediapipe::Point::clear_normalized () 

function clear_valid

inline void mediapipe::Point::clear_valid () 

function clear_x

inline void mediapipe::Point::clear_x () 

function clear_y

inline void mediapipe::Point::clear_y () 

function clear_z

inline void mediapipe::Point::clear_z () 

function has_normalized

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

function has_valid

inline bool mediapipe::Point::has_valid () const

function has_x

inline bool mediapipe::Point::has_x () const

function has_y

inline bool mediapipe::Point::has_y () const

function has_z

inline bool mediapipe::Point::has_z () const

function mutable_unknown_fields

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

function normalized

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

function operator=

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

function operator=

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

function set_normalized

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

function set_valid

inline void mediapipe::Point::set_valid (
    bool value
) 

function set_x

inline void mediapipe::Point::set_x (
    float value
) 

function set_y

inline void mediapipe::Point::set_y (
    float value
) 

function set_z

inline void mediapipe::Point::set_z (
    float value
) 

function unknown_fields

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

function valid

inline bool mediapipe::Point::valid () const

function x

inline float mediapipe::Point::x () const

function y

inline float mediapipe::Point::y () const

function z

inline float mediapipe::Point::z () const

function ~Point

mediapipe::Point::~Point () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function Point [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fcalculators_2futil_2fillixr_5fdata_2eproto

struct mediapipe::Point::TableStruct_mediapipe_2fcalculators_2futil_2fillixr_5fdata_2eproto (
    ::TableStruct_mediapipe_2fcalculators_2futil_2fillixr_5fdata_2eproto
) 

friend swap

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


The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/build/mediapipe/calculators/util/illixr_data.pb.h