Skip to content

Class mediapipe::DetectionsToRenderDataCalculatorOptions

ClassList > mediapipe > DetectionsToRenderDataCalculatorOptions

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int DetectionsToRenderDataCalculatorOptions

Public Attributes

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

Public Static Attributes

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

Public Functions

Type Name
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const DetectionsToRenderDataCalculatorOptions & from)
DetectionsToRenderDataCalculatorOptions ()
constexpr DetectionsToRenderDataCalculatorOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
DetectionsToRenderDataCalculatorOptions (const DetectionsToRenderDataCalculatorOptions & from)
DetectionsToRenderDataCalculatorOptions (DetectionsToRenderDataCalculatorOptions && from) noexcept
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const DetectionsToRenderDataCalculatorOptions & from)
DetectionsToRenderDataCalculatorOptions * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (DetectionsToRenderDataCalculatorOptions * other)
void UnsafeArenaSwap (DetectionsToRenderDataCalculatorOptions * 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_color ()
void clear_one_label_per_line ()
void clear_produce_empty_packet ()
void clear_render_detection_id ()
void clear_scene_class ()
void clear_text ()
void clear_text_delimiter ()
void clear_thickness ()
const ::mediapipe::Color & color () const
bool has_color () const
bool has_one_label_per_line () const
bool has_produce_empty_packet () const
bool has_render_detection_id () const
bool has_scene_class () const
bool has_text () const
bool has_text_delimiter () const
bool has_thickness () const
::mediapipe::Color * mutable_color ()
std::string * mutable_scene_class ()
::mediapipe::RenderAnnotation_Text * mutable_text ()
std::string * mutable_text_delimiter ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
bool one_label_per_line () const
DetectionsToRenderDataCalculatorOptions & operator= (const DetectionsToRenderDataCalculatorOptions & from)
DetectionsToRenderDataCalculatorOptions & operator= (DetectionsToRenderDataCalculatorOptions && from) noexcept
bool produce_empty_packet () const
PROTOBUF_NODISCARD::mediapipe::Color * release_color ()
PROTOBUF_NODISCARD std::string * release_scene_class ()
PROTOBUF_NODISCARD::mediapipe::RenderAnnotation_Text * release_text ()
PROTOBUF_NODISCARD std::string * release_text_delimiter ()
bool render_detection_id () const
const std::string & scene_class () const
void set_allocated_color (::mediapipe::Color * color)
void set_allocated_scene_class (std::string * scene_class)
void set_allocated_text (::mediapipe::RenderAnnotation_Text * text)
void set_allocated_text_delimiter (std::string * text_delimiter)
void set_one_label_per_line (bool value)
void set_produce_empty_packet (bool value)
void set_render_detection_id (bool value)
void set_scene_class (ArgT0 && arg0, ArgT... args)
PROTOBUF_ALWAYS_INLINE void set_scene_class (ArgT0 && arg0, ArgT... args)
void set_text_delimiter (ArgT0 && arg0, ArgT... args)
PROTOBUF_ALWAYS_INLINE void set_text_delimiter (ArgT0 && arg0, ArgT... args)
void set_thickness (double value)
const ::mediapipe::RenderAnnotation_Text & text () const
const std::string & text_delimiter () const
double thickness () const
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
::mediapipe::Color * unsafe_arena_release_color ()
::mediapipe::RenderAnnotation_Text * unsafe_arena_release_text ()
void unsafe_arena_set_allocated_color (::mediapipe::Color * color)
void unsafe_arena_set_allocated_text (::mediapipe::RenderAnnotation_Text * text)
~DetectionsToRenderDataCalculatorOptions () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum DetectionsToRenderDataCalculatorOptions

enum mediapipe::DetectionsToRenderDataCalculatorOptions::DetectionsToRenderDataCalculatorOptions {
    kTextDelimiterFieldNumber = 2,
    kSceneClassFieldNumber = 7,
    kTextFieldNumber = 4,
    kColorFieldNumber = 6,
    kOneLabelPerLineFieldNumber = 3,
    kRenderDetectionIdFieldNumber = 8,
    kProduceEmptyPacketFieldNumber = 1,
    kThicknessFieldNumber = 5
};

Public Attributes Documentation

variable ext

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

Public Static Attributes Documentation

variable _class_data_

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

variable kExtFieldNumber

const int mediapipe::DetectionsToRenderDataCalculatorOptions::kExtFieldNumber;

variable kIndexInFileMessages

constexpr int mediapipe::DetectionsToRenderDataCalculatorOptions::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::DetectionsToRenderDataCalculatorOptions::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::DetectionsToRenderDataCalculatorOptions::Clear () 

function CopyFrom

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

function DetectionsToRenderDataCalculatorOptions [1/5]

inline mediapipe::DetectionsToRenderDataCalculatorOptions::DetectionsToRenderDataCalculatorOptions () 

function DetectionsToRenderDataCalculatorOptions [2/5]

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

function DetectionsToRenderDataCalculatorOptions [3/5]

mediapipe::DetectionsToRenderDataCalculatorOptions::DetectionsToRenderDataCalculatorOptions (
    const DetectionsToRenderDataCalculatorOptions & from
) 

function DetectionsToRenderDataCalculatorOptions [4/5]

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::DetectionsToRenderDataCalculatorOptions::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_color

void mediapipe::DetectionsToRenderDataCalculatorOptions::clear_color () 

function clear_one_label_per_line

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::clear_one_label_per_line () 

function clear_produce_empty_packet

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::clear_produce_empty_packet () 

function clear_render_detection_id

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::clear_render_detection_id () 

function clear_scene_class

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::clear_scene_class () 

function clear_text

void mediapipe::DetectionsToRenderDataCalculatorOptions::clear_text () 

function clear_text_delimiter

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::clear_text_delimiter () 

function clear_thickness

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::clear_thickness () 

function color

inline const ::mediapipe::Color & mediapipe::DetectionsToRenderDataCalculatorOptions::color () const

function has_color

inline bool mediapipe::DetectionsToRenderDataCalculatorOptions::has_color () const

function has_one_label_per_line

inline bool mediapipe::DetectionsToRenderDataCalculatorOptions::has_one_label_per_line () const

function has_produce_empty_packet

inline bool mediapipe::DetectionsToRenderDataCalculatorOptions::has_produce_empty_packet () const

function has_render_detection_id

inline bool mediapipe::DetectionsToRenderDataCalculatorOptions::has_render_detection_id () const

function has_scene_class

inline bool mediapipe::DetectionsToRenderDataCalculatorOptions::has_scene_class () const

function has_text

inline bool mediapipe::DetectionsToRenderDataCalculatorOptions::has_text () const

function has_text_delimiter

inline bool mediapipe::DetectionsToRenderDataCalculatorOptions::has_text_delimiter () const

function has_thickness

inline bool mediapipe::DetectionsToRenderDataCalculatorOptions::has_thickness () const

function mutable_color

inline ::mediapipe::Color * mediapipe::DetectionsToRenderDataCalculatorOptions::mutable_color () 

function mutable_scene_class

inline std::string * mediapipe::DetectionsToRenderDataCalculatorOptions::mutable_scene_class () 

function mutable_text

inline ::mediapipe::RenderAnnotation_Text * mediapipe::DetectionsToRenderDataCalculatorOptions::mutable_text () 

function mutable_text_delimiter

inline std::string * mediapipe::DetectionsToRenderDataCalculatorOptions::mutable_text_delimiter () 

function mutable_unknown_fields

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

function one_label_per_line

inline bool mediapipe::DetectionsToRenderDataCalculatorOptions::one_label_per_line () const

function operator=

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

function operator=

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

function produce_empty_packet

inline bool mediapipe::DetectionsToRenderDataCalculatorOptions::produce_empty_packet () const

function release_color

inline PROTOBUF_NODISCARD::mediapipe::Color * mediapipe::DetectionsToRenderDataCalculatorOptions::release_color () 

function release_scene_class

inline PROTOBUF_NODISCARD std::string * mediapipe::DetectionsToRenderDataCalculatorOptions::release_scene_class () 

function release_text

inline PROTOBUF_NODISCARD::mediapipe::RenderAnnotation_Text * mediapipe::DetectionsToRenderDataCalculatorOptions::release_text () 

function release_text_delimiter

inline PROTOBUF_NODISCARD std::string * mediapipe::DetectionsToRenderDataCalculatorOptions::release_text_delimiter () 

function render_detection_id

inline bool mediapipe::DetectionsToRenderDataCalculatorOptions::render_detection_id () const

function scene_class

inline const std::string & mediapipe::DetectionsToRenderDataCalculatorOptions::scene_class () const

function set_allocated_color

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::set_allocated_color (
    ::mediapipe::Color * color
) 

function set_allocated_scene_class

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::set_allocated_scene_class (
    std::string * scene_class
) 

function set_allocated_text

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::set_allocated_text (
    ::mediapipe::RenderAnnotation_Text * text
) 

function set_allocated_text_delimiter

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::set_allocated_text_delimiter (
    std::string * text_delimiter
) 

function set_one_label_per_line

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::set_one_label_per_line (
    bool value
) 

function set_produce_empty_packet

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::set_produce_empty_packet (
    bool value
) 

function set_render_detection_id

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::set_render_detection_id (
    bool value
) 

function set_scene_class [1/2]

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

function set_scene_class [2/2]

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

function set_text_delimiter [1/2]

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

function set_text_delimiter [2/2]

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

function set_thickness

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::set_thickness (
    double value
) 

function text

inline const ::mediapipe::RenderAnnotation_Text & mediapipe::DetectionsToRenderDataCalculatorOptions::text () const

function text_delimiter

inline const std::string & mediapipe::DetectionsToRenderDataCalculatorOptions::text_delimiter () const

function thickness

inline double mediapipe::DetectionsToRenderDataCalculatorOptions::thickness () const

function unknown_fields

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

function unsafe_arena_release_color

inline ::mediapipe::Color * mediapipe::DetectionsToRenderDataCalculatorOptions::unsafe_arena_release_color () 

function unsafe_arena_release_text

inline ::mediapipe::RenderAnnotation_Text * mediapipe::DetectionsToRenderDataCalculatorOptions::unsafe_arena_release_text () 

function unsafe_arena_set_allocated_color

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::unsafe_arena_set_allocated_color (
    ::mediapipe::Color * color
) 

function unsafe_arena_set_allocated_text

inline void mediapipe::DetectionsToRenderDataCalculatorOptions::unsafe_arena_set_allocated_text (
    ::mediapipe::RenderAnnotation_Text * text
) 

function ~DetectionsToRenderDataCalculatorOptions

mediapipe::DetectionsToRenderDataCalculatorOptions::~DetectionsToRenderDataCalculatorOptions () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function DetectionsToRenderDataCalculatorOptions [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fcalculators_2futil_2fdetections_5fto_5frender_5fdata_5fcalculator_2eproto

struct mediapipe::DetectionsToRenderDataCalculatorOptions::TableStruct_mediapipe_2fcalculators_2futil_2fdetections_5fto_5frender_5fdata_5fcalculator_2eproto (
    ::TableStruct_mediapipe_2fcalculators_2futil_2fdetections_5fto_5frender_5fdata_5fcalculator_2eproto
) 

friend swap

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


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