Skip to content

Class mediapipe::RenderAnnotation_GradientLine

ClassList > mediapipe > RenderAnnotation_GradientLine

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int RenderAnnotation_GradientLine

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_GradientLine & 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_GradientLine & from)
RenderAnnotation_GradientLine * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
RenderAnnotation_GradientLine ()
constexpr RenderAnnotation_GradientLine (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
RenderAnnotation_GradientLine (const RenderAnnotation_GradientLine & from)
RenderAnnotation_GradientLine (RenderAnnotation_GradientLine && from) noexcept
void Swap (RenderAnnotation_GradientLine * other)
void UnsafeArenaSwap (RenderAnnotation_GradientLine * 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_color1 ()
void clear_color2 ()
void clear_normalized ()
void clear_x_end ()
void clear_x_start ()
void clear_y_end ()
void clear_y_start ()
const ::mediapipe::Color & color1 () const
const ::mediapipe::Color & color2 () const
bool has_color1 () const
bool has_color2 () const
bool has_normalized () const
bool has_x_end () const
bool has_x_start () const
bool has_y_end () const
bool has_y_start () const
::mediapipe::Color * mutable_color1 ()
::mediapipe::Color * mutable_color2 ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
bool normalized () const
RenderAnnotation_GradientLine & operator= (const RenderAnnotation_GradientLine & from)
RenderAnnotation_GradientLine & operator= (RenderAnnotation_GradientLine && from) noexcept
PROTOBUF_NODISCARD::mediapipe::Color * release_color1 ()
PROTOBUF_NODISCARD::mediapipe::Color * release_color2 ()
void set_allocated_color1 (::mediapipe::Color * color1)
void set_allocated_color2 (::mediapipe::Color * color2)
void set_normalized (bool value)
void set_x_end (double value)
void set_x_start (double value)
void set_y_end (double value)
void set_y_start (double value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
::mediapipe::Color * unsafe_arena_release_color1 ()
::mediapipe::Color * unsafe_arena_release_color2 ()
void unsafe_arena_set_allocated_color1 (::mediapipe::Color * color1)
void unsafe_arena_set_allocated_color2 (::mediapipe::Color * color2)
double x_end () const
double x_start () const
double y_end () const
double y_start () const
~RenderAnnotation_GradientLine () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum RenderAnnotation_GradientLine

enum mediapipe::RenderAnnotation_GradientLine::RenderAnnotation_GradientLine {
    kColor1FieldNumber = 6,
    kColor2FieldNumber = 7,
    kXStartFieldNumber = 1,
    kYStartFieldNumber = 2,
    kXEndFieldNumber = 3,
    kYEndFieldNumber = 4,
    kNormalizedFieldNumber = 5
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::RenderAnnotation_GradientLine::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::RenderAnnotation_GradientLine::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::RenderAnnotation_GradientLine::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::RenderAnnotation_GradientLine::IsInitialized () const

function MergeFrom

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

function New

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

function RenderAnnotation_GradientLine [1/5]

inline mediapipe::RenderAnnotation_GradientLine::RenderAnnotation_GradientLine () 

function RenderAnnotation_GradientLine [2/5]

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

function RenderAnnotation_GradientLine [3/5]

mediapipe::RenderAnnotation_GradientLine::RenderAnnotation_GradientLine (
    const RenderAnnotation_GradientLine & from
) 

function RenderAnnotation_GradientLine [4/5]

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_color1

void mediapipe::RenderAnnotation_GradientLine::clear_color1 () 

function clear_color2

void mediapipe::RenderAnnotation_GradientLine::clear_color2 () 

function clear_normalized

inline void mediapipe::RenderAnnotation_GradientLine::clear_normalized () 

function clear_x_end

inline void mediapipe::RenderAnnotation_GradientLine::clear_x_end () 

function clear_x_start

inline void mediapipe::RenderAnnotation_GradientLine::clear_x_start () 

function clear_y_end

inline void mediapipe::RenderAnnotation_GradientLine::clear_y_end () 

function clear_y_start

inline void mediapipe::RenderAnnotation_GradientLine::clear_y_start () 

function color1

inline const ::mediapipe::Color & mediapipe::RenderAnnotation_GradientLine::color1 () const

function color2

inline const ::mediapipe::Color & mediapipe::RenderAnnotation_GradientLine::color2 () const

function has_color1

inline bool mediapipe::RenderAnnotation_GradientLine::has_color1 () const

function has_color2

inline bool mediapipe::RenderAnnotation_GradientLine::has_color2 () const

function has_normalized

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

function has_x_end

inline bool mediapipe::RenderAnnotation_GradientLine::has_x_end () const

function has_x_start

inline bool mediapipe::RenderAnnotation_GradientLine::has_x_start () const

function has_y_end

inline bool mediapipe::RenderAnnotation_GradientLine::has_y_end () const

function has_y_start

inline bool mediapipe::RenderAnnotation_GradientLine::has_y_start () const

function mutable_color1

inline ::mediapipe::Color * mediapipe::RenderAnnotation_GradientLine::mutable_color1 () 

function mutable_color2

inline ::mediapipe::Color * mediapipe::RenderAnnotation_GradientLine::mutable_color2 () 

function mutable_unknown_fields

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

function normalized

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

function operator=

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

function operator=

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

function release_color1

inline PROTOBUF_NODISCARD::mediapipe::Color * mediapipe::RenderAnnotation_GradientLine::release_color1 () 

function release_color2

inline PROTOBUF_NODISCARD::mediapipe::Color * mediapipe::RenderAnnotation_GradientLine::release_color2 () 

function set_allocated_color1

inline void mediapipe::RenderAnnotation_GradientLine::set_allocated_color1 (
    ::mediapipe::Color * color1
) 

function set_allocated_color2

inline void mediapipe::RenderAnnotation_GradientLine::set_allocated_color2 (
    ::mediapipe::Color * color2
) 

function set_normalized

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

function set_x_end

inline void mediapipe::RenderAnnotation_GradientLine::set_x_end (
    double value
) 

function set_x_start

inline void mediapipe::RenderAnnotation_GradientLine::set_x_start (
    double value
) 

function set_y_end

inline void mediapipe::RenderAnnotation_GradientLine::set_y_end (
    double value
) 

function set_y_start

inline void mediapipe::RenderAnnotation_GradientLine::set_y_start (
    double value
) 

function unknown_fields

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

function unsafe_arena_release_color1

inline ::mediapipe::Color * mediapipe::RenderAnnotation_GradientLine::unsafe_arena_release_color1 () 

function unsafe_arena_release_color2

inline ::mediapipe::Color * mediapipe::RenderAnnotation_GradientLine::unsafe_arena_release_color2 () 

function unsafe_arena_set_allocated_color1

inline void mediapipe::RenderAnnotation_GradientLine::unsafe_arena_set_allocated_color1 (
    ::mediapipe::Color * color1
) 

function unsafe_arena_set_allocated_color2

inline void mediapipe::RenderAnnotation_GradientLine::unsafe_arena_set_allocated_color2 (
    ::mediapipe::Color * color2
) 

function x_end

inline double mediapipe::RenderAnnotation_GradientLine::x_end () const

function x_start

inline double mediapipe::RenderAnnotation_GradientLine::x_start () const

function y_end

inline double mediapipe::RenderAnnotation_GradientLine::y_end () const

function y_start

inline double mediapipe::RenderAnnotation_GradientLine::y_start () const

function ~RenderAnnotation_GradientLine

mediapipe::RenderAnnotation_GradientLine::~RenderAnnotation_GradientLine () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function RenderAnnotation_GradientLine [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2futil_2frender_5fdata_2eproto

struct mediapipe::RenderAnnotation_GradientLine::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto (
    ::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto
) 

friend swap

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