Skip to content

Class mediapipe::RenderViewport

ClassList > mediapipe > RenderViewport

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int RenderViewport

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 RenderViewport & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
bool IsInitialized () const
void MergeFrom (const RenderViewport & from)
RenderViewport * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
RenderViewport ()
constexpr RenderViewport (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
RenderViewport (const RenderViewport & from)
RenderViewport (RenderViewport && from) noexcept
void Swap (RenderViewport * other)
void UnsafeArenaSwap (RenderViewport * 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_compose_on_video ()
void clear_height_px ()
void clear_id ()
void clear_width_px ()
bool compose_on_video () const
bool has_compose_on_video () const
bool has_height_px () const
bool has_id () const
bool has_width_px () const
int32_t height_px () const
const std::string & id () const
std::string * mutable_id ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
RenderViewport & operator= (const RenderViewport & from)
RenderViewport & operator= (RenderViewport && from) noexcept
PROTOBUF_NODISCARD std::string * release_id ()
void set_allocated_id (std::string * id)
void set_compose_on_video (bool value)
void set_height_px (int32_t value)
void set_id (ArgT0 && arg0, ArgT... args)
PROTOBUF_ALWAYS_INLINE void set_id (ArgT0 && arg0, ArgT... args)
void set_width_px (int32_t value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
int32_t width_px () const
~RenderViewport () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum RenderViewport

enum mediapipe::RenderViewport::RenderViewport {
    kIdFieldNumber = 1,
    kWidthPxFieldNumber = 2,
    kHeightPxFieldNumber = 3,
    kComposeOnVideoFieldNumber = 4
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::RenderViewport::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::RenderViewport::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::RenderViewport::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function IsInitialized

bool mediapipe::RenderViewport::IsInitialized () const

function MergeFrom

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

function New

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

function RenderViewport [1/5]

inline mediapipe::RenderViewport::RenderViewport () 

function RenderViewport [2/5]

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

function RenderViewport [3/5]

mediapipe::RenderViewport::RenderViewport (
    const RenderViewport & from
) 

function RenderViewport [4/5]

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_compose_on_video

inline void mediapipe::RenderViewport::clear_compose_on_video () 

function clear_height_px

inline void mediapipe::RenderViewport::clear_height_px () 

function clear_id

inline void mediapipe::RenderViewport::clear_id () 

function clear_width_px

inline void mediapipe::RenderViewport::clear_width_px () 

function compose_on_video

inline bool mediapipe::RenderViewport::compose_on_video () const

function has_compose_on_video

inline bool mediapipe::RenderViewport::has_compose_on_video () const

function has_height_px

inline bool mediapipe::RenderViewport::has_height_px () const

function has_id

inline bool mediapipe::RenderViewport::has_id () const

function has_width_px

inline bool mediapipe::RenderViewport::has_width_px () const

function height_px

inline int32_t mediapipe::RenderViewport::height_px () const

function id

inline const std::string & mediapipe::RenderViewport::id () const

function mutable_id

inline std::string * mediapipe::RenderViewport::mutable_id () 

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function release_id

inline PROTOBUF_NODISCARD std::string * mediapipe::RenderViewport::release_id () 

function set_allocated_id

inline void mediapipe::RenderViewport::set_allocated_id (
    std::string * id
) 

function set_compose_on_video

inline void mediapipe::RenderViewport::set_compose_on_video (
    bool value
) 

function set_height_px

inline void mediapipe::RenderViewport::set_height_px (
    int32_t value
) 

function set_id [1/2]

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

function set_id [2/2]

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

function set_width_px

inline void mediapipe::RenderViewport::set_width_px (
    int32_t value
) 

function unknown_fields

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

function width_px

inline int32_t mediapipe::RenderViewport::width_px () const

function ~RenderViewport

mediapipe::RenderViewport::~RenderViewport () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function RenderViewport [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2futil_2frender_5fdata_2eproto

struct mediapipe::RenderViewport::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto (
    ::TableStruct_mediapipe_2futil_2frender_5fdata_2eproto
) 

friend swap

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