Skip to content

Class mediapipe::RawRect

ClassList > mediapipe > RawRect

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int RawRect

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 RawRect & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const RawRect & from)
RawRect * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
RawRect ()
constexpr RawRect (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
RawRect (const RawRect & from)
RawRect (RawRect && from) noexcept
void Swap (RawRect * other)
void UnsafeArenaSwap (RawRect * 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_normalized ()
void clear_rotation ()
void clear_width ()
void clear_x_center ()
void clear_y_center ()
bool has_height () const
bool has_normalized () 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 ()
bool normalized () const
RawRect & operator= (const RawRect & from)
RawRect & operator= (RawRect && from) noexcept
float rotation () const
void set_height (float value)
void set_normalized (bool 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
~RawRect () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum RawRect

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

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::RawRect::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::RawRect::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::RawRect::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::RawRect::IsInitialized () const

function MergeFrom

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

function New

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

function RawRect [1/5]

inline mediapipe::RawRect::RawRect () 

function RawRect [2/5]

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

function RawRect [3/5]

mediapipe::RawRect::RawRect (
    const RawRect & from
) 

function RawRect [4/5]

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_height

inline void mediapipe::RawRect::clear_height () 

function clear_normalized

inline void mediapipe::RawRect::clear_normalized () 

function clear_rotation

inline void mediapipe::RawRect::clear_rotation () 

function clear_width

inline void mediapipe::RawRect::clear_width () 

function clear_x_center

inline void mediapipe::RawRect::clear_x_center () 

function clear_y_center

inline void mediapipe::RawRect::clear_y_center () 

function has_height

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

function has_normalized

inline bool mediapipe::RawRect::has_normalized () const

function has_rotation

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

function has_width

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

function has_x_center

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

function has_y_center

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

function height

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

function mutable_unknown_fields

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

function normalized

inline bool mediapipe::RawRect::normalized () const

function operator=

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

function operator=

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

function rotation

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

function set_height

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

function set_normalized

inline void mediapipe::RawRect::set_normalized (
    bool value
) 

function set_rotation

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

function set_width

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

function set_x_center

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

function set_y_center

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

function unknown_fields

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

function width

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

function x_center

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

function y_center

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

function ~RawRect

mediapipe::RawRect::~RawRect () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function RawRect [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fformats_2frect_2eproto

struct mediapipe::RawRect::TableStruct_mediapipe_2fframework_2fformats_2frect_2eproto (
    ::TableStruct_mediapipe_2fframework_2fformats_2frect_2eproto
) 

friend swap

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