Skip to content

Class mediapipe::LocationData_BinaryMask

ClassList > mediapipe > LocationData_BinaryMask

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int LocationData_BinaryMask

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 LocationData_BinaryMask & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
LocationData_BinaryMask ()
constexpr LocationData_BinaryMask (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
LocationData_BinaryMask (const LocationData_BinaryMask & from)
LocationData_BinaryMask (LocationData_BinaryMask && from) noexcept
void MergeFrom (const LocationData_BinaryMask & from)
LocationData_BinaryMask * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (LocationData_BinaryMask * other)
void UnsafeArenaSwap (LocationData_BinaryMask * 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_height ()
void clear_rasterization ()
void clear_width ()
bool has_height () const
bool has_rasterization () const
bool has_width () const
int32_t height () const
::mediapipe::Rasterization * mutable_rasterization ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
LocationData_BinaryMask & operator= (const LocationData_BinaryMask & from)
LocationData_BinaryMask & operator= (LocationData_BinaryMask && from) noexcept
const ::mediapipe::Rasterization & rasterization () const
PROTOBUF_NODISCARD::mediapipe::Rasterization * release_rasterization ()
void set_allocated_rasterization (::mediapipe::Rasterization * rasterization)
void set_height (int32_t value)
void set_width (int32_t value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
::mediapipe::Rasterization * unsafe_arena_release_rasterization ()
void unsafe_arena_set_allocated_rasterization (::mediapipe::Rasterization * rasterization)
int32_t width () const
~LocationData_BinaryMask () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum LocationData_BinaryMask

enum mediapipe::LocationData_BinaryMask::LocationData_BinaryMask {
    kRasterizationFieldNumber = 3,
    kWidthFieldNumber = 1,
    kHeightFieldNumber = 2
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::LocationData_BinaryMask::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::LocationData_BinaryMask::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::LocationData_BinaryMask::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::LocationData_BinaryMask::IsInitialized () const

function LocationData_BinaryMask [1/5]

inline mediapipe::LocationData_BinaryMask::LocationData_BinaryMask () 

function LocationData_BinaryMask [2/5]

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

function LocationData_BinaryMask [3/5]

mediapipe::LocationData_BinaryMask::LocationData_BinaryMask (
    const LocationData_BinaryMask & from
) 

function LocationData_BinaryMask [4/5]

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

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_height

inline void mediapipe::LocationData_BinaryMask::clear_height () 

function clear_rasterization

void mediapipe::LocationData_BinaryMask::clear_rasterization () 

function clear_width

inline void mediapipe::LocationData_BinaryMask::clear_width () 

function has_height

inline bool mediapipe::LocationData_BinaryMask::has_height () const

function has_rasterization

inline bool mediapipe::LocationData_BinaryMask::has_rasterization () const

function has_width

inline bool mediapipe::LocationData_BinaryMask::has_width () const

function height

inline int32_t mediapipe::LocationData_BinaryMask::height () const

function mutable_rasterization

inline ::mediapipe::Rasterization * mediapipe::LocationData_BinaryMask::mutable_rasterization () 

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function rasterization

inline const ::mediapipe::Rasterization & mediapipe::LocationData_BinaryMask::rasterization () const

function release_rasterization

inline PROTOBUF_NODISCARD::mediapipe::Rasterization * mediapipe::LocationData_BinaryMask::release_rasterization () 

function set_allocated_rasterization

inline void mediapipe::LocationData_BinaryMask::set_allocated_rasterization (
    ::mediapipe::Rasterization * rasterization
) 

function set_height

inline void mediapipe::LocationData_BinaryMask::set_height (
    int32_t value
) 

function set_width

inline void mediapipe::LocationData_BinaryMask::set_width (
    int32_t value
) 

function unknown_fields

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

function unsafe_arena_release_rasterization

inline ::mediapipe::Rasterization * mediapipe::LocationData_BinaryMask::unsafe_arena_release_rasterization () 

function unsafe_arena_set_allocated_rasterization

inline void mediapipe::LocationData_BinaryMask::unsafe_arena_set_allocated_rasterization (
    ::mediapipe::Rasterization * rasterization
) 

function width

inline int32_t mediapipe::LocationData_BinaryMask::width () const

function ~LocationData_BinaryMask

mediapipe::LocationData_BinaryMask::~LocationData_BinaryMask () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function LocationData_BinaryMask [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fformats_2flocation_5fdata_2eproto

struct mediapipe::LocationData_BinaryMask::TableStruct_mediapipe_2fframework_2fformats_2flocation_5fdata_2eproto (
    ::TableStruct_mediapipe_2fframework_2fformats_2flocation_5fdata_2eproto
) 

friend swap

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


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