ClassList > mediapipe > RenderAnnotation_Line
Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message
Classes
Public Types
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
Public Static Functions
Protected Functions
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
::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
)
class mediapipe::RenderAnnotation_Line::AnyMetadata (
::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
)
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