Skip to content

Class mediapipe::InputStreamInfo

ClassList > mediapipe > InputStreamInfo

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int InputStreamInfo

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 InputStreamInfo & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
InputStreamInfo ()
constexpr InputStreamInfo (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
InputStreamInfo (const InputStreamInfo & from)
InputStreamInfo (InputStreamInfo && from) noexcept
bool IsInitialized () const
void MergeFrom (const InputStreamInfo & from)
InputStreamInfo * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (InputStreamInfo * other)
void UnsafeArenaSwap (InputStreamInfo * 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
bool back_edge () const
void clear_back_edge ()
void clear_tag_index ()
std::string * mutable_tag_index ()
InputStreamInfo & operator= (const InputStreamInfo & from)
InputStreamInfo & operator= (InputStreamInfo && from) noexcept
PROTOBUF_NODISCARD std::string * release_tag_index ()
void set_allocated_tag_index (std::string * tag_index)
void set_back_edge (bool value)
void set_tag_index (ArgT0 && arg0, ArgT... args)
PROTOBUF_ALWAYS_INLINE void set_tag_index (ArgT0 && arg0, ArgT... args)
const std::string & tag_index () const
~InputStreamInfo () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum InputStreamInfo

enum mediapipe::InputStreamInfo::InputStreamInfo {
    kTagIndexFieldNumber = 1,
    kBackEdgeFieldNumber = 2
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::InputStreamInfo::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::InputStreamInfo::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::InputStreamInfo::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function InputStreamInfo [1/5]

inline mediapipe::InputStreamInfo::InputStreamInfo () 

function InputStreamInfo [2/5]

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

function InputStreamInfo [3/5]

mediapipe::InputStreamInfo::InputStreamInfo (
    const InputStreamInfo & from
) 

function InputStreamInfo [4/5]

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

function IsInitialized

bool mediapipe::InputStreamInfo::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function back_edge

inline bool mediapipe::InputStreamInfo::back_edge () const

function clear_back_edge

inline void mediapipe::InputStreamInfo::clear_back_edge () 

function clear_tag_index

inline void mediapipe::InputStreamInfo::clear_tag_index () 

function mutable_tag_index

inline std::string * mediapipe::InputStreamInfo::mutable_tag_index () 

function operator=

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

function operator=

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

function release_tag_index

inline PROTOBUF_NODISCARD std::string * mediapipe::InputStreamInfo::release_tag_index () 

function set_allocated_tag_index

inline void mediapipe::InputStreamInfo::set_allocated_tag_index (
    std::string * tag_index
) 

function set_back_edge

inline void mediapipe::InputStreamInfo::set_back_edge (
    bool value
) 

function set_tag_index [1/2]

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

function set_tag_index [2/2]

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

function tag_index

inline const std::string & mediapipe::InputStreamInfo::tag_index () const

function ~InputStreamInfo

mediapipe::InputStreamInfo::~InputStreamInfo () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function InputStreamInfo [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fcalculator_2eproto

struct mediapipe::InputStreamInfo::TableStruct_mediapipe_2fframework_2fcalculator_2eproto (
    ::TableStruct_mediapipe_2fframework_2fcalculator_2eproto
) 

friend swap

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


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