Skip to content

Class mediapipe::RenderAnnotation_Line

ClassList > mediapipe > RenderAnnotation_Line

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
typedef RenderAnnotation_Line_LineType LineType
enum int RenderAnnotation_Line

Public Static Attributes

Type Name
constexpr LineType DASHED = /* multi line expression */
constexpr int LineType_ARRAYSIZE = /* multi line expression */
constexpr LineType LineType_MAX = /* multi line expression */
constexpr LineType LineType_MIN = /* multi line expression */
constexpr LineType SOLID = /* multi line expression */
constexpr LineType UNKNOWN = /* multi line expression */
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_Line & 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_Line & from)
RenderAnnotation_Line * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
RenderAnnotation_Line ()
constexpr RenderAnnotation_Line (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
RenderAnnotation_Line (const RenderAnnotation_Line & from)
RenderAnnotation_Line (RenderAnnotation_Line && from) noexcept
void Swap (RenderAnnotation_Line * other)
void UnsafeArenaSwap (RenderAnnotation_Line * 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_line_type ()
void clear_normalized ()
void clear_x_end ()
void clear_x_start ()
void clear_y_end ()
void clear_y_start ()
bool has_line_type () 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::RenderAnnotation_Line_LineType line_type () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
bool normalized () const
RenderAnnotation_Line & operator= (const RenderAnnotation_Line & from)
RenderAnnotation_Line & operator= (RenderAnnotation_Line && from) noexcept
void set_line_type (::mediapipe::RenderAnnotation_Line_LineType value)
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
double x_end () const
double x_start () const
double y_end () const
double y_start () const
~RenderAnnotation_Line () override

Public Static Functions

Type Name
const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
bool LineType_IsValid (int value)
const std::string & LineType_Name (T enum_t_value)
bool LineType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, LineType * value)
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * LineType_descriptor ()
const RenderAnnotation_Line & default_instance ()
const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
const RenderAnnotation_Line * internal_default_instance ()

Protected Functions

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

Public Types Documentation

typedef LineType

typedef RenderAnnotation_Line_LineType mediapipe::RenderAnnotation_Line::LineType;

enum RenderAnnotation_Line

enum mediapipe::RenderAnnotation_Line::RenderAnnotation_Line {
    kXStartFieldNumber = 1,
    kYStartFieldNumber = 2,
    kXEndFieldNumber = 3,
    kYEndFieldNumber = 4,
    kNormalizedFieldNumber = 5,
    kLineTypeFieldNumber = 6
};

Public Static Attributes Documentation

variable DASHED

constexpr RenderAnnotation_Line_LineType mediapipe::RenderAnnotation_Line::DASHED;

variable LineType_ARRAYSIZE

constexpr int mediapipe::RenderAnnotation_Line::LineType_ARRAYSIZE;

variable LineType_MAX

constexpr RenderAnnotation_Line_LineType mediapipe::RenderAnnotation_Line::LineType_MAX;

variable LineType_MIN

constexpr RenderAnnotation_Line_LineType mediapipe::RenderAnnotation_Line::LineType_MIN;

variable SOLID

constexpr RenderAnnotation_Line_LineType mediapipe::RenderAnnotation_Line::SOLID;

variable UNKNOWN

constexpr RenderAnnotation_Line_LineType mediapipe::RenderAnnotation_Line::UNKNOWN;

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::RenderAnnotation_Line::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::RenderAnnotation_Line::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::RenderAnnotation_Line::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::RenderAnnotation_Line::IsInitialized () const

function MergeFrom

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

function New

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

function RenderAnnotation_Line [1/5]

inline mediapipe::RenderAnnotation_Line::RenderAnnotation_Line () 

function RenderAnnotation_Line [2/5]

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

function RenderAnnotation_Line [3/5]

mediapipe::RenderAnnotation_Line::RenderAnnotation_Line (
    const RenderAnnotation_Line & from
) 

function RenderAnnotation_Line [4/5]

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_line_type

inline void mediapipe::RenderAnnotation_Line::clear_line_type () 

function clear_normalized

inline void mediapipe::RenderAnnotation_Line::clear_normalized () 

function clear_x_end

inline void mediapipe::RenderAnnotation_Line::clear_x_end () 

function clear_x_start

inline void mediapipe::RenderAnnotation_Line::clear_x_start () 

function clear_y_end

inline void mediapipe::RenderAnnotation_Line::clear_y_end () 

function clear_y_start

inline void mediapipe::RenderAnnotation_Line::clear_y_start () 

function has_line_type

inline bool mediapipe::RenderAnnotation_Line::has_line_type () const

function has_normalized

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

function has_x_end

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

function has_x_start

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

function has_y_end

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

function has_y_start

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

function line_type

inline ::mediapipe::RenderAnnotation_Line_LineType mediapipe::RenderAnnotation_Line::line_type () const

function mutable_unknown_fields

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

function normalized

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

function operator=

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

function operator=

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

function set_line_type

inline void mediapipe::RenderAnnotation_Line::set_line_type (
    ::mediapipe::RenderAnnotation_Line_LineType value
) 

function set_normalized

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

function set_x_end

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

function set_x_start

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

function set_y_end

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

function set_y_start

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

function unknown_fields

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

function x_end

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

function x_start

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

function y_end

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

function y_start

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

function ~RenderAnnotation_Line

mediapipe::RenderAnnotation_Line::~RenderAnnotation_Line () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function LineType_IsValid

static inline bool mediapipe::RenderAnnotation_Line::LineType_IsValid (
    int value
) 

function LineType_Name

template<typename T>
static inline const std::string & mediapipe::RenderAnnotation_Line::LineType_Name (
    T enum_t_value
) 

function LineType_Parse

static inline bool mediapipe::RenderAnnotation_Line::LineType_Parse (
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
    LineType * value
) 

function LineType_descriptor

static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * mediapipe::RenderAnnotation_Line::LineType_descriptor () 

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function RenderAnnotation_Line [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2futil_2frender_5fdata_2eproto

struct mediapipe::RenderAnnotation_Line::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto (
    ::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto
) 

friend swap

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