Skip to content

Class mediapipe::RenderAnnotation_Text

ClassList > mediapipe > RenderAnnotation_Text

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int RenderAnnotation_Text

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 RenderAnnotation_Text & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const RenderAnnotation_Text & from)
RenderAnnotation_Text * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
RenderAnnotation_Text ()
constexpr RenderAnnotation_Text (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
RenderAnnotation_Text (const RenderAnnotation_Text & from)
RenderAnnotation_Text (RenderAnnotation_Text && from) noexcept
void Swap (RenderAnnotation_Text * other)
void UnsafeArenaSwap (RenderAnnotation_Text * 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
double baseline () const
bool center_horizontally () const
bool center_vertically () const
void clear_baseline ()
void clear_center_horizontally ()
void clear_center_vertically ()
void clear_display_text ()
void clear_font_face ()
void clear_font_height ()
void clear_left ()
void clear_normalized ()
void clear_outline_color ()
void clear_outline_thickness ()
const std::string & display_text () const
int32_t font_face () const
double font_height () const
bool has_baseline () const
bool has_center_horizontally () const
bool has_center_vertically () const
bool has_display_text () const
bool has_font_face () const
bool has_font_height () const
bool has_left () const
bool has_normalized () const
bool has_outline_color () const
bool has_outline_thickness () const
double left () const
std::string * mutable_display_text ()
::mediapipe::Color * mutable_outline_color ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
bool normalized () const
RenderAnnotation_Text & operator= (const RenderAnnotation_Text & from)
RenderAnnotation_Text & operator= (RenderAnnotation_Text && from) noexcept
const ::mediapipe::Color & outline_color () const
double outline_thickness () const
PROTOBUF_NODISCARD std::string * release_display_text ()
PROTOBUF_NODISCARD::mediapipe::Color * release_outline_color ()
void set_allocated_display_text (std::string * display_text)
void set_allocated_outline_color (::mediapipe::Color * outline_color)
void set_baseline (double value)
void set_center_horizontally (bool value)
void set_center_vertically (bool value)
void set_display_text (ArgT0 && arg0, ArgT... args)
PROTOBUF_ALWAYS_INLINE void set_display_text (ArgT0 && arg0, ArgT... args)
void set_font_face (int32_t value)
void set_font_height (double value)
void set_left (double value)
void set_normalized (bool value)
void set_outline_thickness (double value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
::mediapipe::Color * unsafe_arena_release_outline_color ()
void unsafe_arena_set_allocated_outline_color (::mediapipe::Color * outline_color)
~RenderAnnotation_Text () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum RenderAnnotation_Text

enum mediapipe::RenderAnnotation_Text::RenderAnnotation_Text {
    kDisplayTextFieldNumber = 1,
    kOutlineColorFieldNumber = 12,
    kLeftFieldNumber = 2,
    kBaselineFieldNumber = 3,
    kFontFaceFieldNumber = 6,
    kNormalizedFieldNumber = 5,
    kCenterHorizontallyFieldNumber = 7,
    kCenterVerticallyFieldNumber = 8,
    kOutlineThicknessFieldNumber = 11,
    kFontHeightFieldNumber = 4
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::RenderAnnotation_Text::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::RenderAnnotation_Text::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::RenderAnnotation_Text::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::RenderAnnotation_Text::IsInitialized () const

function MergeFrom

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

function New

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

function RenderAnnotation_Text [1/5]

inline mediapipe::RenderAnnotation_Text::RenderAnnotation_Text () 

function RenderAnnotation_Text [2/5]

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

function RenderAnnotation_Text [3/5]

mediapipe::RenderAnnotation_Text::RenderAnnotation_Text (
    const RenderAnnotation_Text & from
) 

function RenderAnnotation_Text [4/5]

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function baseline

inline double mediapipe::RenderAnnotation_Text::baseline () const

function center_horizontally

inline bool mediapipe::RenderAnnotation_Text::center_horizontally () const

function center_vertically

inline bool mediapipe::RenderAnnotation_Text::center_vertically () const

function clear_baseline

inline void mediapipe::RenderAnnotation_Text::clear_baseline () 

function clear_center_horizontally

inline void mediapipe::RenderAnnotation_Text::clear_center_horizontally () 

function clear_center_vertically

inline void mediapipe::RenderAnnotation_Text::clear_center_vertically () 

function clear_display_text

inline void mediapipe::RenderAnnotation_Text::clear_display_text () 

function clear_font_face

inline void mediapipe::RenderAnnotation_Text::clear_font_face () 

function clear_font_height

inline void mediapipe::RenderAnnotation_Text::clear_font_height () 

function clear_left

inline void mediapipe::RenderAnnotation_Text::clear_left () 

function clear_normalized

inline void mediapipe::RenderAnnotation_Text::clear_normalized () 

function clear_outline_color

void mediapipe::RenderAnnotation_Text::clear_outline_color () 

function clear_outline_thickness

inline void mediapipe::RenderAnnotation_Text::clear_outline_thickness () 

function display_text

inline const std::string & mediapipe::RenderAnnotation_Text::display_text () const

function font_face

inline int32_t mediapipe::RenderAnnotation_Text::font_face () const

function font_height

inline double mediapipe::RenderAnnotation_Text::font_height () const

function has_baseline

inline bool mediapipe::RenderAnnotation_Text::has_baseline () const

function has_center_horizontally

inline bool mediapipe::RenderAnnotation_Text::has_center_horizontally () const

function has_center_vertically

inline bool mediapipe::RenderAnnotation_Text::has_center_vertically () const

function has_display_text

inline bool mediapipe::RenderAnnotation_Text::has_display_text () const

function has_font_face

inline bool mediapipe::RenderAnnotation_Text::has_font_face () const

function has_font_height

inline bool mediapipe::RenderAnnotation_Text::has_font_height () const

function has_left

inline bool mediapipe::RenderAnnotation_Text::has_left () const

function has_normalized

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

function has_outline_color

inline bool mediapipe::RenderAnnotation_Text::has_outline_color () const

function has_outline_thickness

inline bool mediapipe::RenderAnnotation_Text::has_outline_thickness () const

function left

inline double mediapipe::RenderAnnotation_Text::left () const

function mutable_display_text

inline std::string * mediapipe::RenderAnnotation_Text::mutable_display_text () 

function mutable_outline_color

inline ::mediapipe::Color * mediapipe::RenderAnnotation_Text::mutable_outline_color () 

function mutable_unknown_fields

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

function normalized

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

function operator=

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

function operator=

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

function outline_color

inline const ::mediapipe::Color & mediapipe::RenderAnnotation_Text::outline_color () const

function outline_thickness

inline double mediapipe::RenderAnnotation_Text::outline_thickness () const

function release_display_text

inline PROTOBUF_NODISCARD std::string * mediapipe::RenderAnnotation_Text::release_display_text () 

function release_outline_color

inline PROTOBUF_NODISCARD::mediapipe::Color * mediapipe::RenderAnnotation_Text::release_outline_color () 

function set_allocated_display_text

inline void mediapipe::RenderAnnotation_Text::set_allocated_display_text (
    std::string * display_text
) 

function set_allocated_outline_color

inline void mediapipe::RenderAnnotation_Text::set_allocated_outline_color (
    ::mediapipe::Color * outline_color
) 

function set_baseline

inline void mediapipe::RenderAnnotation_Text::set_baseline (
    double value
) 

function set_center_horizontally

inline void mediapipe::RenderAnnotation_Text::set_center_horizontally (
    bool value
) 

function set_center_vertically

inline void mediapipe::RenderAnnotation_Text::set_center_vertically (
    bool value
) 

function set_display_text [1/2]

template<typename ArgT0, typename... ArgT>
void mediapipe::RenderAnnotation_Text::set_display_text (
    ArgT0 && arg0,
    ArgT... args
) 

function set_display_text [2/2]

template<typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE void mediapipe::RenderAnnotation_Text::set_display_text (
    ArgT0 && arg0,
    ArgT... args
) 

function set_font_face

inline void mediapipe::RenderAnnotation_Text::set_font_face (
    int32_t value
) 

function set_font_height

inline void mediapipe::RenderAnnotation_Text::set_font_height (
    double value
) 

function set_left

inline void mediapipe::RenderAnnotation_Text::set_left (
    double value
) 

function set_normalized

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

function set_outline_thickness

inline void mediapipe::RenderAnnotation_Text::set_outline_thickness (
    double value
) 

function unknown_fields

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

function unsafe_arena_release_outline_color

inline ::mediapipe::Color * mediapipe::RenderAnnotation_Text::unsafe_arena_release_outline_color () 

function unsafe_arena_set_allocated_outline_color

inline void mediapipe::RenderAnnotation_Text::unsafe_arena_set_allocated_outline_color (
    ::mediapipe::Color * outline_color
) 

function ~RenderAnnotation_Text

mediapipe::RenderAnnotation_Text::~RenderAnnotation_Text () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function RenderAnnotation_Text [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2futil_2frender_5fdata_2eproto

struct mediapipe::RenderAnnotation_Text::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto (
    ::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto
) 

friend swap

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