Class mediapipe::RenderAnnotation_Text
ClassList > mediapipe > RenderAnnotation_Text
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_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
::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
)
class mediapipe::RenderAnnotation_Text::AnyMetadata (
::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
)
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