Skip to content

Class mediapipe::Detection_AssociatedDetection

ClassList > mediapipe > Detection_AssociatedDetection

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int Detection_AssociatedDetection

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 Detection_AssociatedDetection & from)
Detection_AssociatedDetection ()
constexpr Detection_AssociatedDetection (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
Detection_AssociatedDetection (const Detection_AssociatedDetection & from)
Detection_AssociatedDetection (Detection_AssociatedDetection && from) noexcept
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const Detection_AssociatedDetection & from)
Detection_AssociatedDetection * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (Detection_AssociatedDetection * other)
void UnsafeArenaSwap (Detection_AssociatedDetection * 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_confidence ()
void clear_id ()
float confidence () const
bool has_confidence () const
bool has_id () const
int32_t id () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
Detection_AssociatedDetection & operator= (const Detection_AssociatedDetection & from)
Detection_AssociatedDetection & operator= (Detection_AssociatedDetection && from) noexcept
void set_confidence (float value)
void set_id (int32_t value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~Detection_AssociatedDetection () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum Detection_AssociatedDetection

enum mediapipe::Detection_AssociatedDetection::Detection_AssociatedDetection {
    kIdFieldNumber = 1,
    kConfidenceFieldNumber = 2
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::Detection_AssociatedDetection::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::Detection_AssociatedDetection::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::Detection_AssociatedDetection::Clear () 

function CopyFrom

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

function Detection_AssociatedDetection [1/5]

inline mediapipe::Detection_AssociatedDetection::Detection_AssociatedDetection () 

function Detection_AssociatedDetection [2/5]

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

function Detection_AssociatedDetection [3/5]

mediapipe::Detection_AssociatedDetection::Detection_AssociatedDetection (
    const Detection_AssociatedDetection & from
) 

function Detection_AssociatedDetection [4/5]

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::Detection_AssociatedDetection::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_confidence

inline void mediapipe::Detection_AssociatedDetection::clear_confidence () 

function clear_id

inline void mediapipe::Detection_AssociatedDetection::clear_id () 

function confidence

inline float mediapipe::Detection_AssociatedDetection::confidence () const

function has_confidence

inline bool mediapipe::Detection_AssociatedDetection::has_confidence () const

function has_id

inline bool mediapipe::Detection_AssociatedDetection::has_id () const

function id

inline int32_t mediapipe::Detection_AssociatedDetection::id () const

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function set_confidence

inline void mediapipe::Detection_AssociatedDetection::set_confidence (
    float value
) 

function set_id

inline void mediapipe::Detection_AssociatedDetection::set_id (
    int32_t value
) 

function unknown_fields

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

function ~Detection_AssociatedDetection

mediapipe::Detection_AssociatedDetection::~Detection_AssociatedDetection () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function Detection_AssociatedDetection [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fformats_2fdetection_2eproto

struct mediapipe::Detection_AssociatedDetection::TableStruct_mediapipe_2fframework_2fformats_2fdetection_2eproto (
    ::TableStruct_mediapipe_2fframework_2fformats_2fdetection_2eproto
) 

friend swap

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


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