Skip to content

Class mediapipe::BoundingBox

ClassList > mediapipe > BoundingBox

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int BoundingBox

Public Static Attributes

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

Public Functions

Type Name
BoundingBox ()
constexpr BoundingBox (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
BoundingBox (const BoundingBox & from)
BoundingBox (BoundingBox && from) noexcept
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const BoundingBox & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const BoundingBox & from)
BoundingBox * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (BoundingBox * other)
void UnsafeArenaSwap (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_left_x ()
void clear_lower_y ()
void clear_right_x ()
void clear_upper_y ()
bool has_left_x () const
bool has_lower_y () const
bool has_right_x () const
bool has_upper_y () const
int32_t left_x () const
int32_t lower_y () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
BoundingBox & operator= (const BoundingBox & from)
BoundingBox & operator= (BoundingBox && from) noexcept
int32_t right_x () const
void set_left_x (int32_t value)
void set_lower_y (int32_t value)
void set_right_x (int32_t value)
void set_upper_y (int32_t value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
int32_t upper_y () const
~BoundingBox () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum BoundingBox

enum mediapipe::BoundingBox::BoundingBox {
    kLeftXFieldNumber = 1,
    kUpperYFieldNumber = 2,
    kRightXFieldNumber = 3,
    kLowerYFieldNumber = 4
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::BoundingBox::kIndexInFileMessages;

Public Functions Documentation

function BoundingBox [1/5]

inline mediapipe::BoundingBox::BoundingBox () 

function BoundingBox [2/5]

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

function BoundingBox [3/5]

mediapipe::BoundingBox::BoundingBox (
    const BoundingBox & from
) 

function BoundingBox [4/5]

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

function ByteSizeLong

size_t mediapipe::BoundingBox::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::BoundingBox::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::BoundingBox::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_left_x

inline void mediapipe::BoundingBox::clear_left_x () 

function clear_lower_y

inline void mediapipe::BoundingBox::clear_lower_y () 

function clear_right_x

inline void mediapipe::BoundingBox::clear_right_x () 

function clear_upper_y

inline void mediapipe::BoundingBox::clear_upper_y () 

function has_left_x

inline bool mediapipe::BoundingBox::has_left_x () const

function has_lower_y

inline bool mediapipe::BoundingBox::has_lower_y () const

function has_right_x

inline bool mediapipe::BoundingBox::has_right_x () const

function has_upper_y

inline bool mediapipe::BoundingBox::has_upper_y () const

function left_x

inline int32_t mediapipe::BoundingBox::left_x () const

function lower_y

inline int32_t mediapipe::BoundingBox::lower_y () const

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function right_x

inline int32_t mediapipe::BoundingBox::right_x () const

function set_left_x

inline void mediapipe::BoundingBox::set_left_x (
    int32_t value
) 

function set_lower_y

inline void mediapipe::BoundingBox::set_lower_y (
    int32_t value
) 

function set_right_x

inline void mediapipe::BoundingBox::set_right_x (
    int32_t value
) 

function set_upper_y

inline void mediapipe::BoundingBox::set_upper_y (
    int32_t value
) 

function unknown_fields

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

function upper_y

inline int32_t mediapipe::BoundingBox::upper_y () const

function ~BoundingBox

mediapipe::BoundingBox::~BoundingBox () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function BoundingBox [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fformats_2fannotation_2flocus_2eproto

struct mediapipe::BoundingBox::TableStruct_mediapipe_2fframework_2fformats_2fannotation_2flocus_2eproto (
    ::TableStruct_mediapipe_2fframework_2fformats_2fannotation_2flocus_2eproto
) 

friend swap

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


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