ClassList > mediapipe > RenderAnnotation_Rectangle
Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message
Classes
Public Types
Public Static Attributes
Public Functions
Public Static Functions
Protected Functions
Public Types Documentation
enum RenderAnnotation_Rectangle
enum mediapipe::RenderAnnotation_Rectangle::RenderAnnotation_Rectangle {
kLeftFieldNumber = 1,
kTopFieldNumber = 2,
kRightFieldNumber = 3,
kBottomFieldNumber = 4,
kRotationFieldNumber = 6,
kTopLeftThicknessFieldNumber = 7,
kNormalizedFieldNumber = 5
};
Public Static Attributes Documentation
variable _class_data_
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData mediapipe::RenderAnnotation_Rectangle::_class_data_;
variable kIndexInFileMessages
constexpr int mediapipe::RenderAnnotation_Rectangle::kIndexInFileMessages;
Public Functions Documentation
function ByteSizeLong
size_t mediapipe::RenderAnnotation_Rectangle::ByteSizeLong () const
function Clear
PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::RenderAnnotation_Rectangle::Clear ()
function CopyFrom
void mediapipe::RenderAnnotation_Rectangle::CopyFrom (
const RenderAnnotation_Rectangle & from
)
function GetCachedSize
inline int mediapipe::RenderAnnotation_Rectangle::GetCachedSize () const
function GetClassData
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * mediapipe::RenderAnnotation_Rectangle::GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata mediapipe::RenderAnnotation_Rectangle::GetMetadata () const
function IsInitialized
bool mediapipe::RenderAnnotation_Rectangle::IsInitialized () const
function MergeFrom
void mediapipe::RenderAnnotation_Rectangle::MergeFrom (
const RenderAnnotation_Rectangle & from
)
function New
inline RenderAnnotation_Rectangle * mediapipe::RenderAnnotation_Rectangle::New (
::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr
) const
function RenderAnnotation_Rectangle [1/5]
inline mediapipe::RenderAnnotation_Rectangle::RenderAnnotation_Rectangle ()
function RenderAnnotation_Rectangle [2/5]
explicit constexpr mediapipe::RenderAnnotation_Rectangle::RenderAnnotation_Rectangle (
::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized
)
function RenderAnnotation_Rectangle [3/5]
mediapipe::RenderAnnotation_Rectangle::RenderAnnotation_Rectangle (
const RenderAnnotation_Rectangle & from
)
function RenderAnnotation_Rectangle [4/5]
inline mediapipe::RenderAnnotation_Rectangle::RenderAnnotation_Rectangle (
RenderAnnotation_Rectangle && from
) noexcept
function Swap
inline void mediapipe::RenderAnnotation_Rectangle::Swap (
RenderAnnotation_Rectangle * other
)
function UnsafeArenaSwap
inline void mediapipe::RenderAnnotation_Rectangle::UnsafeArenaSwap (
RenderAnnotation_Rectangle * other
)
function _InternalParse
const char * mediapipe::RenderAnnotation_Rectangle::_InternalParse (
const char * ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext * ctx
)
function _InternalSerialize
uint8_t * mediapipe::RenderAnnotation_Rectangle::_InternalSerialize (
uint8_t * target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream * stream
) const
function bottom
inline double mediapipe::RenderAnnotation_Rectangle::bottom () const
function clear_bottom
inline void mediapipe::RenderAnnotation_Rectangle::clear_bottom ()
function clear_left
inline void mediapipe::RenderAnnotation_Rectangle::clear_left ()
function clear_normalized
inline void mediapipe::RenderAnnotation_Rectangle::clear_normalized ()
function clear_right
inline void mediapipe::RenderAnnotation_Rectangle::clear_right ()
function clear_rotation
inline void mediapipe::RenderAnnotation_Rectangle::clear_rotation ()
function clear_top
inline void mediapipe::RenderAnnotation_Rectangle::clear_top ()
function clear_top_left_thickness
inline void mediapipe::RenderAnnotation_Rectangle::clear_top_left_thickness ()
function has_bottom
inline bool mediapipe::RenderAnnotation_Rectangle::has_bottom () const
function has_left
inline bool mediapipe::RenderAnnotation_Rectangle::has_left () const
function has_normalized
inline bool mediapipe::RenderAnnotation_Rectangle::has_normalized () const
function has_right
inline bool mediapipe::RenderAnnotation_Rectangle::has_right () const
function has_rotation
inline bool mediapipe::RenderAnnotation_Rectangle::has_rotation () const
function has_top
inline bool mediapipe::RenderAnnotation_Rectangle::has_top () const
function has_top_left_thickness
inline bool mediapipe::RenderAnnotation_Rectangle::has_top_left_thickness () const
function left
inline double mediapipe::RenderAnnotation_Rectangle::left () const
function mutable_unknown_fields
inline inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mediapipe::RenderAnnotation_Rectangle::mutable_unknown_fields ()
function normalized
inline bool mediapipe::RenderAnnotation_Rectangle::normalized () const
function operator=
inline RenderAnnotation_Rectangle & mediapipe::RenderAnnotation_Rectangle::operator= (
const RenderAnnotation_Rectangle & from
)
function operator=
inline RenderAnnotation_Rectangle & mediapipe::RenderAnnotation_Rectangle::operator= (
RenderAnnotation_Rectangle && from
) noexcept
function right
inline double mediapipe::RenderAnnotation_Rectangle::right () const
function rotation
inline double mediapipe::RenderAnnotation_Rectangle::rotation () const
function set_bottom
inline void mediapipe::RenderAnnotation_Rectangle::set_bottom (
double value
)
function set_left
inline void mediapipe::RenderAnnotation_Rectangle::set_left (
double value
)
function set_normalized
inline void mediapipe::RenderAnnotation_Rectangle::set_normalized (
bool value
)
function set_right
inline void mediapipe::RenderAnnotation_Rectangle::set_right (
double value
)
function set_rotation
inline void mediapipe::RenderAnnotation_Rectangle::set_rotation (
double value
)
function set_top
inline void mediapipe::RenderAnnotation_Rectangle::set_top (
double value
)
function set_top_left_thickness
inline void mediapipe::RenderAnnotation_Rectangle::set_top_left_thickness (
double value
)
function top
inline double mediapipe::RenderAnnotation_Rectangle::top () const
function top_left_thickness
inline double mediapipe::RenderAnnotation_Rectangle::top_left_thickness () const
function unknown_fields
inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & mediapipe::RenderAnnotation_Rectangle::unknown_fields () const
function ~RenderAnnotation_Rectangle
mediapipe::RenderAnnotation_Rectangle::~RenderAnnotation_Rectangle () override
Public Static Functions Documentation
function GetDescriptor
static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::RenderAnnotation_Rectangle::GetDescriptor ()
function GetReflection
static inline const ::PROTOBUF_NAMESPACE_ID::Reflection * mediapipe::RenderAnnotation_Rectangle::GetReflection ()
function default_instance
static inline const RenderAnnotation_Rectangle & mediapipe::RenderAnnotation_Rectangle::default_instance ()
function descriptor
static inline const ::PROTOBUF_NAMESPACE_ID::Descriptor * mediapipe::RenderAnnotation_Rectangle::descriptor ()
function internal_default_instance
static inline const RenderAnnotation_Rectangle * mediapipe::RenderAnnotation_Rectangle::internal_default_instance ()
Protected Functions Documentation
function RenderAnnotation_Rectangle [5/5]
explicit mediapipe::RenderAnnotation_Rectangle::RenderAnnotation_Rectangle (
::PROTOBUF_NAMESPACE_ID::Arena * arena,
bool is_message_owned=false
)
Friends Documentation
friend InternalHelper
template<typename T>
class mediapipe::RenderAnnotation_Rectangle::InternalHelper (
::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
)
class mediapipe::RenderAnnotation_Rectangle::AnyMetadata (
::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
)
struct mediapipe::RenderAnnotation_Rectangle::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto (
::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto
)
friend swap
inline void mediapipe::RenderAnnotation_Rectangle::swap (
RenderAnnotation_Rectangle & a,
RenderAnnotation_Rectangle & b
)
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/build/mediapipe/util/render_data.pb.h