Skip to content

Class mediapipe::AnnotationOverlayCalculatorOptions

ClassList > mediapipe > AnnotationOverlayCalculatorOptions

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int AnnotationOverlayCalculatorOptions

Public Attributes

Type Name
::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier< ::mediapipe::CalculatorOptions, ::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits< ::mediapipe::AnnotationOverlayCalculatorOptions >, 11, false > ext

Public Static Attributes

Type Name
const ClassData _class_data_ = /* multi line expression */
const int kExtFieldNumber = 250607623
constexpr int kIndexInFileMessages = /* multi line expression */

Public Functions

Type Name
AnnotationOverlayCalculatorOptions ()
constexpr AnnotationOverlayCalculatorOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
AnnotationOverlayCalculatorOptions (const AnnotationOverlayCalculatorOptions & from)
AnnotationOverlayCalculatorOptions (AnnotationOverlayCalculatorOptions && from) noexcept
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const AnnotationOverlayCalculatorOptions & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const AnnotationOverlayCalculatorOptions & from)
AnnotationOverlayCalculatorOptions * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (AnnotationOverlayCalculatorOptions * other)
void UnsafeArenaSwap (AnnotationOverlayCalculatorOptions * 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
const ::mediapipe::Color & canvas_color () const
int32_t canvas_height_px () const
int32_t canvas_width_px () const
void clear_canvas_color ()
void clear_canvas_height_px ()
void clear_canvas_width_px ()
void clear_flip_text_vertically ()
void clear_gpu_scale_factor ()
void clear_gpu_uses_top_left_origin ()
bool flip_text_vertically () const
float gpu_scale_factor () const
bool gpu_uses_top_left_origin () const
bool has_canvas_color () const
bool has_canvas_height_px () const
bool has_canvas_width_px () const
bool has_flip_text_vertically () const
bool has_gpu_scale_factor () const
bool has_gpu_uses_top_left_origin () const
::mediapipe::Color * mutable_canvas_color ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
AnnotationOverlayCalculatorOptions & operator= (const AnnotationOverlayCalculatorOptions & from)
AnnotationOverlayCalculatorOptions & operator= (AnnotationOverlayCalculatorOptions && from) noexcept
PROTOBUF_NODISCARD::mediapipe::Color * release_canvas_color ()
void set_allocated_canvas_color (::mediapipe::Color * canvas_color)
void set_canvas_height_px (int32_t value)
void set_canvas_width_px (int32_t value)
void set_flip_text_vertically (bool value)
void set_gpu_scale_factor (float value)
void set_gpu_uses_top_left_origin (bool value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
::mediapipe::Color * unsafe_arena_release_canvas_color ()
void unsafe_arena_set_allocated_canvas_color (::mediapipe::Color * canvas_color)
~AnnotationOverlayCalculatorOptions () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum AnnotationOverlayCalculatorOptions

enum mediapipe::AnnotationOverlayCalculatorOptions::AnnotationOverlayCalculatorOptions {
    kCanvasColorFieldNumber = 4,
    kFlipTextVerticallyFieldNumber = 5,
    kCanvasWidthPxFieldNumber = 2,
    kCanvasHeightPxFieldNumber = 3,
    kGpuUsesTopLeftOriginFieldNumber = 6,
    kGpuScaleFactorFieldNumber = 7
};

Public Attributes Documentation

variable ext

PROTOBUF_ATTRIBUTE_INIT_PRIORITY::PROTOBUF_NAMESPACE_ID::internal::ExtensionIdentifier<::mediapipe::CalculatorOptions,::PROTOBUF_NAMESPACE_ID::internal::MessageTypeTraits<::mediapipe::AnnotationOverlayCalculatorOptions >, 11, false > mediapipe::AnnotationOverlayCalculatorOptions::ext;

Public Static Attributes Documentation

variable _class_data_

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

variable kExtFieldNumber

const int mediapipe::AnnotationOverlayCalculatorOptions::kExtFieldNumber;

variable kIndexInFileMessages

constexpr int mediapipe::AnnotationOverlayCalculatorOptions::kIndexInFileMessages;

Public Functions Documentation

function AnnotationOverlayCalculatorOptions [1/5]

inline mediapipe::AnnotationOverlayCalculatorOptions::AnnotationOverlayCalculatorOptions () 

function AnnotationOverlayCalculatorOptions [2/5]

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

function AnnotationOverlayCalculatorOptions [3/5]

mediapipe::AnnotationOverlayCalculatorOptions::AnnotationOverlayCalculatorOptions (
    const AnnotationOverlayCalculatorOptions & from
) 

function AnnotationOverlayCalculatorOptions [4/5]

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

function ByteSizeLong

size_t mediapipe::AnnotationOverlayCalculatorOptions::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::AnnotationOverlayCalculatorOptions::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::AnnotationOverlayCalculatorOptions::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function canvas_color

inline const ::mediapipe::Color & mediapipe::AnnotationOverlayCalculatorOptions::canvas_color () const

function canvas_height_px

inline int32_t mediapipe::AnnotationOverlayCalculatorOptions::canvas_height_px () const

function canvas_width_px

inline int32_t mediapipe::AnnotationOverlayCalculatorOptions::canvas_width_px () const

function clear_canvas_color

void mediapipe::AnnotationOverlayCalculatorOptions::clear_canvas_color () 

function clear_canvas_height_px

inline void mediapipe::AnnotationOverlayCalculatorOptions::clear_canvas_height_px () 

function clear_canvas_width_px

inline void mediapipe::AnnotationOverlayCalculatorOptions::clear_canvas_width_px () 

function clear_flip_text_vertically

inline void mediapipe::AnnotationOverlayCalculatorOptions::clear_flip_text_vertically () 

function clear_gpu_scale_factor

inline void mediapipe::AnnotationOverlayCalculatorOptions::clear_gpu_scale_factor () 

function clear_gpu_uses_top_left_origin

inline void mediapipe::AnnotationOverlayCalculatorOptions::clear_gpu_uses_top_left_origin () 

function flip_text_vertically

inline bool mediapipe::AnnotationOverlayCalculatorOptions::flip_text_vertically () const

function gpu_scale_factor

inline float mediapipe::AnnotationOverlayCalculatorOptions::gpu_scale_factor () const

function gpu_uses_top_left_origin

inline bool mediapipe::AnnotationOverlayCalculatorOptions::gpu_uses_top_left_origin () const

function has_canvas_color

inline bool mediapipe::AnnotationOverlayCalculatorOptions::has_canvas_color () const

function has_canvas_height_px

inline bool mediapipe::AnnotationOverlayCalculatorOptions::has_canvas_height_px () const

function has_canvas_width_px

inline bool mediapipe::AnnotationOverlayCalculatorOptions::has_canvas_width_px () const

function has_flip_text_vertically

inline bool mediapipe::AnnotationOverlayCalculatorOptions::has_flip_text_vertically () const

function has_gpu_scale_factor

inline bool mediapipe::AnnotationOverlayCalculatorOptions::has_gpu_scale_factor () const

function has_gpu_uses_top_left_origin

inline bool mediapipe::AnnotationOverlayCalculatorOptions::has_gpu_uses_top_left_origin () const

function mutable_canvas_color

inline ::mediapipe::Color * mediapipe::AnnotationOverlayCalculatorOptions::mutable_canvas_color () 

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function release_canvas_color

inline PROTOBUF_NODISCARD::mediapipe::Color * mediapipe::AnnotationOverlayCalculatorOptions::release_canvas_color () 

function set_allocated_canvas_color

inline void mediapipe::AnnotationOverlayCalculatorOptions::set_allocated_canvas_color (
    ::mediapipe::Color * canvas_color
) 

function set_canvas_height_px

inline void mediapipe::AnnotationOverlayCalculatorOptions::set_canvas_height_px (
    int32_t value
) 

function set_canvas_width_px

inline void mediapipe::AnnotationOverlayCalculatorOptions::set_canvas_width_px (
    int32_t value
) 

function set_flip_text_vertically

inline void mediapipe::AnnotationOverlayCalculatorOptions::set_flip_text_vertically (
    bool value
) 

function set_gpu_scale_factor

inline void mediapipe::AnnotationOverlayCalculatorOptions::set_gpu_scale_factor (
    float value
) 

function set_gpu_uses_top_left_origin

inline void mediapipe::AnnotationOverlayCalculatorOptions::set_gpu_uses_top_left_origin (
    bool value
) 

function unknown_fields

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

function unsafe_arena_release_canvas_color

inline ::mediapipe::Color * mediapipe::AnnotationOverlayCalculatorOptions::unsafe_arena_release_canvas_color () 

function unsafe_arena_set_allocated_canvas_color

inline void mediapipe::AnnotationOverlayCalculatorOptions::unsafe_arena_set_allocated_canvas_color (
    ::mediapipe::Color * canvas_color
) 

function ~AnnotationOverlayCalculatorOptions

mediapipe::AnnotationOverlayCalculatorOptions::~AnnotationOverlayCalculatorOptions () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function AnnotationOverlayCalculatorOptions [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fcalculators_2futil_2fannotation_5foverlay_5fcalculator_2eproto

struct mediapipe::AnnotationOverlayCalculatorOptions::TableStruct_mediapipe_2fcalculators_2futil_2fannotation_5foverlay_5fcalculator_2eproto (
    ::TableStruct_mediapipe_2fcalculators_2futil_2fannotation_5foverlay_5fcalculator_2eproto
) 

friend swap

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


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