Skip to content

Class mediapipe::LandmarkListCollection

ClassList > mediapipe > LandmarkListCollection

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int LandmarkListCollection

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 LandmarkListCollection & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
LandmarkListCollection ()
constexpr LandmarkListCollection (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
LandmarkListCollection (const LandmarkListCollection & from)
LandmarkListCollection (LandmarkListCollection && from) noexcept
void MergeFrom (const LandmarkListCollection & from)
LandmarkListCollection * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (LandmarkListCollection * other)
void UnsafeArenaSwap (LandmarkListCollection * 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::LandmarkList * add_landmark_list ()
void clear_landmark_list ()
const ::mediapipe::LandmarkList & landmark_list (int index) const
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::LandmarkList > & landmark_list () const
int landmark_list_size () const
::mediapipe::LandmarkList * mutable_landmark_list (int index)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::LandmarkList > * mutable_landmark_list ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
LandmarkListCollection & operator= (const LandmarkListCollection & from)
LandmarkListCollection & operator= (LandmarkListCollection && from) noexcept
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~LandmarkListCollection () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum LandmarkListCollection

enum mediapipe::LandmarkListCollection::LandmarkListCollection {
    kLandmarkListFieldNumber = 1
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::LandmarkListCollection::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::LandmarkListCollection::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::LandmarkListCollection::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::LandmarkListCollection::IsInitialized () const

function LandmarkListCollection [1/5]

inline mediapipe::LandmarkListCollection::LandmarkListCollection () 

function LandmarkListCollection [2/5]

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

function LandmarkListCollection [3/5]

mediapipe::LandmarkListCollection::LandmarkListCollection (
    const LandmarkListCollection & from
) 

function LandmarkListCollection [4/5]

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

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function add_landmark_list

inline ::mediapipe::LandmarkList * mediapipe::LandmarkListCollection::add_landmark_list () 

function clear_landmark_list

inline void mediapipe::LandmarkListCollection::clear_landmark_list () 

function landmark_list [1/2]

inline const ::mediapipe::LandmarkList & mediapipe::LandmarkListCollection::landmark_list (
    int index
) const

function landmark_list [2/2]

inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::LandmarkList > & mediapipe::LandmarkListCollection::landmark_list () const

function landmark_list_size

inline int mediapipe::LandmarkListCollection::landmark_list_size () const

function mutable_landmark_list [1/2]

inline ::mediapipe::LandmarkList * mediapipe::LandmarkListCollection::mutable_landmark_list (
    int index
) 

function mutable_landmark_list [2/2]

inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::mediapipe::LandmarkList > * mediapipe::LandmarkListCollection::mutable_landmark_list () 

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function unknown_fields

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

function ~LandmarkListCollection

mediapipe::LandmarkListCollection::~LandmarkListCollection () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function LandmarkListCollection [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fformats_2flandmark_2eproto

struct mediapipe::LandmarkListCollection::TableStruct_mediapipe_2fframework_2fformats_2flandmark_2eproto (
    ::TableStruct_mediapipe_2fframework_2fformats_2flandmark_2eproto
) 

friend swap

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


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