Skip to content

Class mediapipe::LocationData_BoundingBox

ClassList > mediapipe > LocationData_BoundingBox

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int LocationData_BoundingBox

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_BoundingBox & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
LocationData_BoundingBox ()
constexpr LocationData_BoundingBox (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
LocationData_BoundingBox (const LocationData_BoundingBox & from)
LocationData_BoundingBox (LocationData_BoundingBox && from) noexcept
void MergeFrom (const LocationData_BoundingBox & from)
LocationData_BoundingBox * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (LocationData_BoundingBox * other)
void UnsafeArenaSwap (LocationData_BoundingBox * 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_width ()
void clear_xmin ()
void clear_ymin ()
bool has_height () const
bool has_width () const
bool has_xmin () const
bool has_ymin () const
int32_t height () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
LocationData_BoundingBox & operator= (const LocationData_BoundingBox & from)
LocationData_BoundingBox & operator= (LocationData_BoundingBox && from) noexcept
void set_height (int32_t value)
void set_width (int32_t value)
void set_xmin (int32_t value)
void set_ymin (int32_t value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
int32_t width () const
int32_t xmin () const
int32_t ymin () const
~LocationData_BoundingBox () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum LocationData_BoundingBox

enum mediapipe::LocationData_BoundingBox::LocationData_BoundingBox {
    kXminFieldNumber = 1,
    kYminFieldNumber = 2,
    kWidthFieldNumber = 3,
    kHeightFieldNumber = 4
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::LocationData_BoundingBox::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::LocationData_BoundingBox::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::LocationData_BoundingBox::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::LocationData_BoundingBox::IsInitialized () const

function LocationData_BoundingBox [1/5]

inline mediapipe::LocationData_BoundingBox::LocationData_BoundingBox () 

function LocationData_BoundingBox [2/5]

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

function LocationData_BoundingBox [3/5]

mediapipe::LocationData_BoundingBox::LocationData_BoundingBox (
    const LocationData_BoundingBox & from
) 

function LocationData_BoundingBox [4/5]

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

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_height

inline void mediapipe::LocationData_BoundingBox::clear_height () 

function clear_width

inline void mediapipe::LocationData_BoundingBox::clear_width () 

function clear_xmin

inline void mediapipe::LocationData_BoundingBox::clear_xmin () 

function clear_ymin

inline void mediapipe::LocationData_BoundingBox::clear_ymin () 

function has_height

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

function has_width

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

function has_xmin

inline bool mediapipe::LocationData_BoundingBox::has_xmin () const

function has_ymin

inline bool mediapipe::LocationData_BoundingBox::has_ymin () const

function height

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

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function set_height

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

function set_width

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

function set_xmin

inline void mediapipe::LocationData_BoundingBox::set_xmin (
    int32_t value
) 

function set_ymin

inline void mediapipe::LocationData_BoundingBox::set_ymin (
    int32_t value
) 

function unknown_fields

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

function width

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

function xmin

inline int32_t mediapipe::LocationData_BoundingBox::xmin () const

function ymin

inline int32_t mediapipe::LocationData_BoundingBox::ymin () const

function ~LocationData_BoundingBox

mediapipe::LocationData_BoundingBox::~LocationData_BoundingBox () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function LocationData_BoundingBox [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fformats_2flocation_5fdata_2eproto

struct mediapipe::LocationData_BoundingBox::TableStruct_mediapipe_2fframework_2fformats_2flocation_5fdata_2eproto (
    ::TableStruct_mediapipe_2fframework_2fformats_2flocation_5fdata_2eproto
) 

friend swap

inline void mediapipe::LocationData_BoundingBox::swap (
    LocationData_BoundingBox & a,
    LocationData_BoundingBox & 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