Skip to content

Class mediapipe::ThresholdingCalculatorOptions

ClassList > mediapipe > ThresholdingCalculatorOptions

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int ThresholdingCalculatorOptions

Public Attributes

Type Name
::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::mediapipe::CalculatorOptions, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::mediapipe::ThresholdingCalculatorOptions >, 11, false > ext

Public Static Attributes

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

Public Functions

Type Name
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const ThresholdingCalculatorOptions & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const ThresholdingCalculatorOptions & from)
ThresholdingCalculatorOptions * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (ThresholdingCalculatorOptions * other)
ThresholdingCalculatorOptions ()
constexpr ThresholdingCalculatorOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
ThresholdingCalculatorOptions (const ThresholdingCalculatorOptions & from)
ThresholdingCalculatorOptions (ThresholdingCalculatorOptions && from) noexcept
void UnsafeArenaSwap (ThresholdingCalculatorOptions * 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_threshold ()
bool has_threshold () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
ThresholdingCalculatorOptions & operator= (const ThresholdingCalculatorOptions & from)
ThresholdingCalculatorOptions & operator= (ThresholdingCalculatorOptions && from) noexcept
void set_threshold (double value)
double threshold () const
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~ThresholdingCalculatorOptions () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum ThresholdingCalculatorOptions

enum mediapipe::ThresholdingCalculatorOptions::ThresholdingCalculatorOptions {
    kThresholdFieldNumber = 1
};

Public Attributes Documentation

variable ext

PROTOBUF_ATTRIBUTE_INIT_PRIORITY::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier<::mediapipe::CalculatorOptions,::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits<::mediapipe::ThresholdingCalculatorOptions >, 11, false > mediapipe::ThresholdingCalculatorOptions::ext;

Public Static Attributes Documentation

variable _class_data_

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

variable kExtFieldNumber

const int mediapipe::ThresholdingCalculatorOptions::kExtFieldNumber;

variable kIndexInFileMessages

constexpr int mediapipe::ThresholdingCalculatorOptions::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::ThresholdingCalculatorOptions::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::ThresholdingCalculatorOptions::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::ThresholdingCalculatorOptions::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function ThresholdingCalculatorOptions [1/5]

inline mediapipe::ThresholdingCalculatorOptions::ThresholdingCalculatorOptions () 

function ThresholdingCalculatorOptions [2/5]

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

function ThresholdingCalculatorOptions [3/5]

mediapipe::ThresholdingCalculatorOptions::ThresholdingCalculatorOptions (
    const ThresholdingCalculatorOptions & from
) 

function ThresholdingCalculatorOptions [4/5]

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_threshold

inline void mediapipe::ThresholdingCalculatorOptions::clear_threshold () 

function has_threshold

inline bool mediapipe::ThresholdingCalculatorOptions::has_threshold () const

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function set_threshold

inline void mediapipe::ThresholdingCalculatorOptions::set_threshold (
    double value
) 

function threshold

inline double mediapipe::ThresholdingCalculatorOptions::threshold () const

function unknown_fields

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

function ~ThresholdingCalculatorOptions

mediapipe::ThresholdingCalculatorOptions::~ThresholdingCalculatorOptions () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function ThresholdingCalculatorOptions [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fcalculators_2futil_2fthresholding_5fcalculator_2eproto

struct mediapipe::ThresholdingCalculatorOptions::TableStruct_mediapipe_2fcalculators_2futil_2fthresholding_5fcalculator_2eproto (
    ::TableStruct_mediapipe_2fcalculators_2futil_2fthresholding_5fcalculator_2eproto
) 

friend swap

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


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