Skip to content

Class mediapipe::GlContextOptions

ClassList > mediapipe > GlContextOptions

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int GlContextOptions

Public Attributes

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

Public Static Attributes

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

Public Functions

Type Name
size_t ByteSizeLong () const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear ()
void CopyFrom (const GlContextOptions & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
GlContextOptions ()
constexpr GlContextOptions (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
GlContextOptions (const GlContextOptions & from)
GlContextOptions (GlContextOptions && from) noexcept
bool IsInitialized () const
void MergeFrom (const GlContextOptions & from)
GlContextOptions * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (GlContextOptions * other)
void UnsafeArenaSwap (GlContextOptions * 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_gl_context_name ()
const std::string & gl_context_name () const
bool has_gl_context_name () const
std::string * mutable_gl_context_name ()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
GlContextOptions & operator= (const GlContextOptions & from)
GlContextOptions & operator= (GlContextOptions && from) noexcept
PROTOBUF_NODISCARD std::string * release_gl_context_name ()
void set_allocated_gl_context_name (std::string * gl_context_name)
void set_gl_context_name (ArgT0 && arg0, ArgT... args)
PROTOBUF_ALWAYS_INLINE void set_gl_context_name (ArgT0 && arg0, ArgT... args)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~GlContextOptions () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum GlContextOptions

enum mediapipe::GlContextOptions::GlContextOptions {
    kGlContextNameFieldNumber = 1
};

Public Attributes Documentation

variable ext

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

Public Static Attributes Documentation

variable _class_data_

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

variable kExtFieldNumber

const int mediapipe::GlContextOptions::kExtFieldNumber;

variable kIndexInFileMessages

constexpr int mediapipe::GlContextOptions::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::GlContextOptions::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::GlContextOptions::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function GlContextOptions [1/5]

inline mediapipe::GlContextOptions::GlContextOptions () 

function GlContextOptions [2/5]

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

function GlContextOptions [3/5]

mediapipe::GlContextOptions::GlContextOptions (
    const GlContextOptions & from
) 

function GlContextOptions [4/5]

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

function IsInitialized

bool mediapipe::GlContextOptions::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_gl_context_name

inline void mediapipe::GlContextOptions::clear_gl_context_name () 

function gl_context_name

inline const std::string & mediapipe::GlContextOptions::gl_context_name () const

function has_gl_context_name

inline bool mediapipe::GlContextOptions::has_gl_context_name () const

function mutable_gl_context_name

inline std::string * mediapipe::GlContextOptions::mutable_gl_context_name () 

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function release_gl_context_name

inline PROTOBUF_NODISCARD std::string * mediapipe::GlContextOptions::release_gl_context_name () 

function set_allocated_gl_context_name

inline void mediapipe::GlContextOptions::set_allocated_gl_context_name (
    std::string * gl_context_name
) 

function set_gl_context_name [1/2]

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

function set_gl_context_name [2/2]

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

function unknown_fields

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

function ~GlContextOptions

mediapipe::GlContextOptions::~GlContextOptions () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function GlContextOptions [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fgpu_2fgl_5fcontext_5foptions_2eproto

struct mediapipe::GlContextOptions::TableStruct_mediapipe_2fgpu_2fgl_5fcontext_5foptions_2eproto (
    ::TableStruct_mediapipe_2fgpu_2fgl_5fcontext_5foptions_2eproto
) 

friend swap

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


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