Skip to content

Class mediapipe::NormalizedRect

ClassList > mediapipe > NormalizedRect

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int NormalizedRect

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 NormalizedRect & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const NormalizedRect & from)
NormalizedRect * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
NormalizedRect ()
constexpr NormalizedRect (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
NormalizedRect (const NormalizedRect & from)
NormalizedRect (NormalizedRect && from) noexcept
void Swap (NormalizedRect * other)
void UnsafeArenaSwap (NormalizedRect * 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_rect_id ()
void clear_rotation ()
void clear_width ()
void clear_x_center ()
void clear_y_center ()
bool has_height () const
bool has_rect_id () const
bool has_rotation () const
bool has_width () const
bool has_x_center () const
bool has_y_center () const
float height () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
NormalizedRect & operator= (const NormalizedRect & from)
NormalizedRect & operator= (NormalizedRect && from) noexcept
int64_t rect_id () const
float rotation () const
void set_height (float value)
void set_rect_id (int64_t value)
void set_rotation (float value)
void set_width (float value)
void set_x_center (float value)
void set_y_center (float value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
float width () const
float x_center () const
float y_center () const
~NormalizedRect () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum NormalizedRect

enum mediapipe::NormalizedRect::NormalizedRect {
    kXCenterFieldNumber = 1,
    kYCenterFieldNumber = 2,
    kHeightFieldNumber = 3,
    kWidthFieldNumber = 4,
    kRectIdFieldNumber = 6,
    kRotationFieldNumber = 5
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::NormalizedRect::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::NormalizedRect::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::NormalizedRect::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::NormalizedRect::IsInitialized () const

function MergeFrom

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

function New

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

function NormalizedRect [1/5]

inline mediapipe::NormalizedRect::NormalizedRect () 

function NormalizedRect [2/5]

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

function NormalizedRect [3/5]

mediapipe::NormalizedRect::NormalizedRect (
    const NormalizedRect & from
) 

function NormalizedRect [4/5]

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_height

inline void mediapipe::NormalizedRect::clear_height () 

function clear_rect_id

inline void mediapipe::NormalizedRect::clear_rect_id () 

function clear_rotation

inline void mediapipe::NormalizedRect::clear_rotation () 

function clear_width

inline void mediapipe::NormalizedRect::clear_width () 

function clear_x_center

inline void mediapipe::NormalizedRect::clear_x_center () 

function clear_y_center

inline void mediapipe::NormalizedRect::clear_y_center () 

function has_height

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

function has_rect_id

inline bool mediapipe::NormalizedRect::has_rect_id () const

function has_rotation

inline bool mediapipe::NormalizedRect::has_rotation () const

function has_width

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

function has_x_center

inline bool mediapipe::NormalizedRect::has_x_center () const

function has_y_center

inline bool mediapipe::NormalizedRect::has_y_center () const

function height

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

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function rect_id

inline int64_t mediapipe::NormalizedRect::rect_id () const

function rotation

inline float mediapipe::NormalizedRect::rotation () const

function set_height

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

function set_rect_id

inline void mediapipe::NormalizedRect::set_rect_id (
    int64_t value
) 

function set_rotation

inline void mediapipe::NormalizedRect::set_rotation (
    float value
) 

function set_width

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

function set_x_center

inline void mediapipe::NormalizedRect::set_x_center (
    float value
) 

function set_y_center

inline void mediapipe::NormalizedRect::set_y_center (
    float value
) 

function unknown_fields

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

function width

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

function x_center

inline float mediapipe::NormalizedRect::x_center () const

function y_center

inline float mediapipe::NormalizedRect::y_center () const

function ~NormalizedRect

mediapipe::NormalizedRect::~NormalizedRect () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function NormalizedRect [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fformats_2frect_2eproto

struct mediapipe::NormalizedRect::TableStruct_mediapipe_2fframework_2fformats_2frect_2eproto (
    ::TableStruct_mediapipe_2fframework_2fformats_2frect_2eproto
) 

friend swap

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


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