Skip to content

Class mediapipe::GateCalculatorOptions

ClassList > mediapipe > GateCalculatorOptions

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
typedef GateCalculatorOptions_GateState GateState
enum int GateCalculatorOptions

Public Attributes

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

Public Static Attributes

Type Name
constexpr GateState GATE_ALLOW = /* multi line expression */
constexpr GateState GATE_DISALLOW = /* multi line expression */
constexpr GateState GATE_UNINITIALIZED = /* multi line expression */
constexpr int GateState_ARRAYSIZE = /* multi line expression */
constexpr GateState GateState_MAX = /* multi line expression */
constexpr GateState GateState_MIN = /* multi line expression */
constexpr GateState UNSPECIFIED = /* multi line expression */
const ClassData _class_data_ = /* multi line expression */
const int kExtFieldNumber = 261754847
constexpr int kIndexInFileMessages = /* multi line expression */

Public Functions

Type Name
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const GateCalculatorOptions & from)
GateCalculatorOptions ()
constexpr GateCalculatorOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
GateCalculatorOptions (const GateCalculatorOptions & from)
GateCalculatorOptions (GateCalculatorOptions && 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 GateCalculatorOptions & from)
GateCalculatorOptions * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (GateCalculatorOptions * other)
void UnsafeArenaSwap (GateCalculatorOptions * 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
bool allow () const
void clear_allow ()
void clear_empty_packets_as_allow ()
void clear_initial_gate_state ()
bool empty_packets_as_allow () const
bool has_allow () const
bool has_empty_packets_as_allow () const
bool has_initial_gate_state () const
::mediapipe::GateCalculatorOptions_GateState initial_gate_state () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
GateCalculatorOptions & operator= (const GateCalculatorOptions & from)
GateCalculatorOptions & operator= (GateCalculatorOptions && from) noexcept
void set_allow (bool value)
void set_empty_packets_as_allow (bool value)
void set_initial_gate_state (::mediapipe::GateCalculatorOptions_GateState value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~GateCalculatorOptions () override

Public Static Functions

Type Name
bool GateState_IsValid (int value)
const std::string & GateState_Name (T enum_t_value)
bool GateState_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GateState * value)
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * GateState_descriptor ()
const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
const GateCalculatorOptions & default_instance ()
const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
const GateCalculatorOptions * internal_default_instance ()

Protected Functions

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

Public Types Documentation

typedef GateState

typedef GateCalculatorOptions_GateState mediapipe::GateCalculatorOptions::GateState;

enum GateCalculatorOptions

enum mediapipe::GateCalculatorOptions::GateCalculatorOptions {
    kEmptyPacketsAsAllowFieldNumber = 1,
    kAllowFieldNumber = 2,
    kInitialGateStateFieldNumber = 3
};

Public Attributes Documentation

variable ext

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

Public Static Attributes Documentation

variable GATE_ALLOW

constexpr GateCalculatorOptions_GateState mediapipe::GateCalculatorOptions::GATE_ALLOW;

variable GATE_DISALLOW

constexpr GateCalculatorOptions_GateState mediapipe::GateCalculatorOptions::GATE_DISALLOW;

variable GATE_UNINITIALIZED

constexpr GateCalculatorOptions_GateState mediapipe::GateCalculatorOptions::GATE_UNINITIALIZED;

variable GateState_ARRAYSIZE

constexpr int mediapipe::GateCalculatorOptions::GateState_ARRAYSIZE;

variable GateState_MAX

constexpr GateCalculatorOptions_GateState mediapipe::GateCalculatorOptions::GateState_MAX;

variable GateState_MIN

constexpr GateCalculatorOptions_GateState mediapipe::GateCalculatorOptions::GateState_MIN;

variable UNSPECIFIED

constexpr GateCalculatorOptions_GateState mediapipe::GateCalculatorOptions::UNSPECIFIED;

variable _class_data_

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

variable kExtFieldNumber

const int mediapipe::GateCalculatorOptions::kExtFieldNumber;

variable kIndexInFileMessages

constexpr int mediapipe::GateCalculatorOptions::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::GateCalculatorOptions::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::GateCalculatorOptions::Clear () 

function CopyFrom

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

function GateCalculatorOptions [1/5]

inline mediapipe::GateCalculatorOptions::GateCalculatorOptions () 

function GateCalculatorOptions [2/5]

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

function GateCalculatorOptions [3/5]

mediapipe::GateCalculatorOptions::GateCalculatorOptions (
    const GateCalculatorOptions & from
) 

function GateCalculatorOptions [4/5]

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::GateCalculatorOptions::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function allow

inline bool mediapipe::GateCalculatorOptions::allow () const

function clear_allow

inline void mediapipe::GateCalculatorOptions::clear_allow () 

function clear_empty_packets_as_allow

inline void mediapipe::GateCalculatorOptions::clear_empty_packets_as_allow () 

function clear_initial_gate_state

inline void mediapipe::GateCalculatorOptions::clear_initial_gate_state () 

function empty_packets_as_allow

inline bool mediapipe::GateCalculatorOptions::empty_packets_as_allow () const

function has_allow

inline bool mediapipe::GateCalculatorOptions::has_allow () const

function has_empty_packets_as_allow

inline bool mediapipe::GateCalculatorOptions::has_empty_packets_as_allow () const

function has_initial_gate_state

inline bool mediapipe::GateCalculatorOptions::has_initial_gate_state () const

function initial_gate_state

inline ::mediapipe::GateCalculatorOptions_GateState mediapipe::GateCalculatorOptions::initial_gate_state () const

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function set_allow

inline void mediapipe::GateCalculatorOptions::set_allow (
    bool value
) 

function set_empty_packets_as_allow

inline void mediapipe::GateCalculatorOptions::set_empty_packets_as_allow (
    bool value
) 

function set_initial_gate_state

inline void mediapipe::GateCalculatorOptions::set_initial_gate_state (
    ::mediapipe::GateCalculatorOptions_GateState value
) 

function unknown_fields

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

function ~GateCalculatorOptions

mediapipe::GateCalculatorOptions::~GateCalculatorOptions () override

Public Static Functions Documentation

function GateState_IsValid

static inline bool mediapipe::GateCalculatorOptions::GateState_IsValid (
    int value
) 

function GateState_Name

template<typename T>
static inline const std::string & mediapipe::GateCalculatorOptions::GateState_Name (
    T enum_t_value
) 

function GateState_Parse

static inline bool mediapipe::GateCalculatorOptions::GateState_Parse (
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
    GateState * value
) 

function GateState_descriptor

static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * mediapipe::GateCalculatorOptions::GateState_descriptor () 

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function GateCalculatorOptions [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fcalculators_2fcore_2fgate_5fcalculator_2eproto

struct mediapipe::GateCalculatorOptions::TableStruct_mediapipe_2fcalculators_2fcore_2fgate_5fcalculator_2eproto (
    ::TableStruct_mediapipe_2fcalculators_2fcore_2fgate_5fcalculator_2eproto
) 

friend swap

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


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