ClassList > mediapipe > GateCalculatorOptions
Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message
Classes
Public Types
Public Attributes
Public Static Attributes
Public Functions
Public Static Functions
Protected Functions
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
::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
)
class mediapipe::GateCalculatorOptions::AnyMetadata (
::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
)
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