Skip to content

Class mediapipe::LocationData_RelativeBoundingBox

ClassList > mediapipe > LocationData_RelativeBoundingBox

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int LocationData_RelativeBoundingBox

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

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum LocationData_RelativeBoundingBox

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

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::LocationData_RelativeBoundingBox::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::LocationData_RelativeBoundingBox::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::LocationData_RelativeBoundingBox::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::LocationData_RelativeBoundingBox::IsInitialized () const

function LocationData_RelativeBoundingBox [1/5]

inline mediapipe::LocationData_RelativeBoundingBox::LocationData_RelativeBoundingBox () 

function LocationData_RelativeBoundingBox [2/5]

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

function LocationData_RelativeBoundingBox [3/5]

mediapipe::LocationData_RelativeBoundingBox::LocationData_RelativeBoundingBox (
    const LocationData_RelativeBoundingBox & from
) 

function LocationData_RelativeBoundingBox [4/5]

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

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_height

inline void mediapipe::LocationData_RelativeBoundingBox::clear_height () 

function clear_width

inline void mediapipe::LocationData_RelativeBoundingBox::clear_width () 

function clear_xmin

inline void mediapipe::LocationData_RelativeBoundingBox::clear_xmin () 

function clear_ymin

inline void mediapipe::LocationData_RelativeBoundingBox::clear_ymin () 

function has_height

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

function has_width

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

function has_xmin

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

function has_ymin

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

function height

inline float mediapipe::LocationData_RelativeBoundingBox::height () const

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function set_height

inline void mediapipe::LocationData_RelativeBoundingBox::set_height (
    float value
) 

function set_width

inline void mediapipe::LocationData_RelativeBoundingBox::set_width (
    float value
) 

function set_xmin

inline void mediapipe::LocationData_RelativeBoundingBox::set_xmin (
    float value
) 

function set_ymin

inline void mediapipe::LocationData_RelativeBoundingBox::set_ymin (
    float value
) 

function unknown_fields

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

function width

inline float mediapipe::LocationData_RelativeBoundingBox::width () const

function xmin

inline float mediapipe::LocationData_RelativeBoundingBox::xmin () const

function ymin

inline float mediapipe::LocationData_RelativeBoundingBox::ymin () const

function ~LocationData_RelativeBoundingBox

mediapipe::LocationData_RelativeBoundingBox::~LocationData_RelativeBoundingBox () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function LocationData_RelativeBoundingBox [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fformats_2flocation_5fdata_2eproto

struct mediapipe::LocationData_RelativeBoundingBox::TableStruct_mediapipe_2fframework_2fformats_2flocation_5fdata_2eproto (
    ::TableStruct_mediapipe_2fframework_2fformats_2flocation_5fdata_2eproto
) 

friend swap

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