Skip to content

Class mediapipe::InputCollection

ClassList > mediapipe > InputCollection

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
typedef InputCollection_InputType InputType
enum int InputCollection

Public Static Attributes

Type Name
constexpr InputType FOREIGN_CSV_TEXT = /* multi line expression */
constexpr InputType FOREIGN_RECORDIO = /* multi line expression */
constexpr InputType INVALID_UPPER_BOUND = /* multi line expression */
constexpr int InputType_ARRAYSIZE = /* multi line expression */
constexpr InputType InputType_MAX = /* multi line expression */
constexpr InputType InputType_MIN = /* multi line expression */
constexpr InputType RECORDIO = /* multi line expression */
constexpr InputType 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 InputCollection & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
InputCollection ()
constexpr InputCollection (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
InputCollection (const InputCollection & from)
InputCollection (InputCollection && from) noexcept
bool IsInitialized () const
void MergeFrom (const InputCollection & from)
InputCollection * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (InputCollection * other)
void UnsafeArenaSwap (InputCollection * 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
std::string * add_external_input_name ()
void add_external_input_name (const std::string & value)
void add_external_input_name (std::string && value)
void add_external_input_name (const char * value)
void add_external_input_name (const char * value, size_t size)
std::string * add_side_packet_name ()
void add_side_packet_name (const std::string & value)
void add_side_packet_name (std::string && value)
void add_side_packet_name (const char * value)
void add_side_packet_name (const char * value, size_t size)
void clear_external_input_name ()
void clear_file_name ()
void clear_input_type ()
void clear_name ()
void clear_side_packet_name ()
const std::string & external_input_name (int index) const
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & external_input_name () const
int external_input_name_size () const
const std::string & file_name () const
::mediapipe::InputCollection_InputType input_type () const
std::string * mutable_external_input_name (int index)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_external_input_name ()
std::string * mutable_file_name ()
std::string * mutable_name ()
std::string * mutable_side_packet_name (int index)
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_side_packet_name ()
const std::string & name () const
InputCollection & operator= (const InputCollection & from)
InputCollection & operator= (InputCollection && from) noexcept
PROTOBUF_NODISCARD std::string * release_file_name ()
PROTOBUF_NODISCARD std::string * release_name ()
void set_allocated_file_name (std::string * file_name)
void set_allocated_name (std::string * name)
void set_external_input_name (int index, const std::string & value)
void set_external_input_name (int index, std::string && value)
void set_external_input_name (int index, const char * value)
void set_external_input_name (int index, const char * value, size_t size)
void set_file_name (ArgT0 && arg0, ArgT... args)
PROTOBUF_ALWAYS_INLINE void set_file_name (ArgT0 && arg0, ArgT... args)
void set_input_type (::mediapipe::InputCollection_InputType value)
void set_name (ArgT0 && arg0, ArgT... args)
PROTOBUF_ALWAYS_INLINE void set_name (ArgT0 && arg0, ArgT... args)
void set_side_packet_name (int index, const std::string & value)
void set_side_packet_name (int index, std::string && value)
void set_side_packet_name (int index, const char * value)
void set_side_packet_name (int index, const char * value, size_t size)
const std::string & side_packet_name (int index) const
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & side_packet_name () const
int side_packet_name_size () const
~InputCollection () override

Public Static Functions

Type Name
const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
bool InputType_IsValid (int value)
const std::string & InputType_Name (T enum_t_value)
bool InputType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, InputType * value)
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * InputType_descriptor ()
const InputCollection & default_instance ()
const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
const InputCollection * internal_default_instance ()

Protected Functions

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

Public Types Documentation

typedef InputType

typedef InputCollection_InputType mediapipe::InputCollection::InputType;

enum InputCollection

enum mediapipe::InputCollection::InputCollection {
    kSidePacketNameFieldNumber = 2,
    kExternalInputNameFieldNumber = 1002,
    kNameFieldNumber = 1,
    kFileNameFieldNumber = 4,
    kInputTypeFieldNumber = 3
};

Public Static Attributes Documentation

variable FOREIGN_CSV_TEXT

constexpr InputCollection_InputType mediapipe::InputCollection::FOREIGN_CSV_TEXT;

variable FOREIGN_RECORDIO

constexpr InputCollection_InputType mediapipe::InputCollection::FOREIGN_RECORDIO;

variable INVALID_UPPER_BOUND

constexpr InputCollection_InputType mediapipe::InputCollection::INVALID_UPPER_BOUND;

variable InputType_ARRAYSIZE

constexpr int mediapipe::InputCollection::InputType_ARRAYSIZE;

variable InputType_MAX

constexpr InputCollection_InputType mediapipe::InputCollection::InputType_MAX;

variable InputType_MIN

constexpr InputCollection_InputType mediapipe::InputCollection::InputType_MIN;

variable RECORDIO

constexpr InputCollection_InputType mediapipe::InputCollection::RECORDIO;

variable UNKNOWN

constexpr InputCollection_InputType mediapipe::InputCollection::UNKNOWN;

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::InputCollection::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::InputCollection::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::InputCollection::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function InputCollection [1/5]

inline mediapipe::InputCollection::InputCollection () 

function InputCollection [2/5]

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

function InputCollection [3/5]

mediapipe::InputCollection::InputCollection (
    const InputCollection & from
) 

function InputCollection [4/5]

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

function IsInitialized

bool mediapipe::InputCollection::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function add_external_input_name [1/5]

inline std::string * mediapipe::InputCollection::add_external_input_name () 

function add_external_input_name [2/5]

inline void mediapipe::InputCollection::add_external_input_name (
    const std::string & value
) 

function add_external_input_name [3/5]

inline void mediapipe::InputCollection::add_external_input_name (
    std::string && value
) 

function add_external_input_name [4/5]

inline void mediapipe::InputCollection::add_external_input_name (
    const char * value
) 

function add_external_input_name [5/5]

inline void mediapipe::InputCollection::add_external_input_name (
    const char * value,
    size_t size
) 

function add_side_packet_name [1/5]

inline std::string * mediapipe::InputCollection::add_side_packet_name () 

function add_side_packet_name [2/5]

inline void mediapipe::InputCollection::add_side_packet_name (
    const std::string & value
) 

function add_side_packet_name [3/5]

inline void mediapipe::InputCollection::add_side_packet_name (
    std::string && value
) 

function add_side_packet_name [4/5]

inline void mediapipe::InputCollection::add_side_packet_name (
    const char * value
) 

function add_side_packet_name [5/5]

inline void mediapipe::InputCollection::add_side_packet_name (
    const char * value,
    size_t size
) 

function clear_external_input_name

inline void mediapipe::InputCollection::clear_external_input_name () 

function clear_file_name

inline void mediapipe::InputCollection::clear_file_name () 

function clear_input_type

inline void mediapipe::InputCollection::clear_input_type () 

function clear_name

inline void mediapipe::InputCollection::clear_name () 

function clear_side_packet_name

inline void mediapipe::InputCollection::clear_side_packet_name () 

function external_input_name [1/2]

inline const std::string & mediapipe::InputCollection::external_input_name (
    int index
) const

function external_input_name [2/2]

inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & mediapipe::InputCollection::external_input_name () const

function external_input_name_size

inline int mediapipe::InputCollection::external_input_name_size () const

function file_name

inline const std::string & mediapipe::InputCollection::file_name () const

function input_type

inline ::mediapipe::InputCollection_InputType mediapipe::InputCollection::input_type () const

function mutable_external_input_name [1/2]

inline std::string * mediapipe::InputCollection::mutable_external_input_name (
    int index
) 

function mutable_external_input_name [2/2]

inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mediapipe::InputCollection::mutable_external_input_name () 

function mutable_file_name

inline std::string * mediapipe::InputCollection::mutable_file_name () 

function mutable_name

inline std::string * mediapipe::InputCollection::mutable_name () 

function mutable_side_packet_name [1/2]

inline std::string * mediapipe::InputCollection::mutable_side_packet_name (
    int index
) 

function mutable_side_packet_name [2/2]

inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mediapipe::InputCollection::mutable_side_packet_name () 

function name

inline const std::string & mediapipe::InputCollection::name () const

function operator=

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

function operator=

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

function release_file_name

inline PROTOBUF_NODISCARD std::string * mediapipe::InputCollection::release_file_name () 

function release_name

inline PROTOBUF_NODISCARD std::string * mediapipe::InputCollection::release_name () 

function set_allocated_file_name

inline void mediapipe::InputCollection::set_allocated_file_name (
    std::string * file_name
) 

function set_allocated_name

inline void mediapipe::InputCollection::set_allocated_name (
    std::string * name
) 

function set_external_input_name [1/4]

inline void mediapipe::InputCollection::set_external_input_name (
    int index,
    const std::string & value
) 

function set_external_input_name [2/4]

inline void mediapipe::InputCollection::set_external_input_name (
    int index,
    std::string && value
) 

function set_external_input_name [3/4]

inline void mediapipe::InputCollection::set_external_input_name (
    int index,
    const char * value
) 

function set_external_input_name [4/4]

inline void mediapipe::InputCollection::set_external_input_name (
    int index,
    const char * value,
    size_t size
) 

function set_file_name [1/2]

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

function set_file_name [2/2]

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

function set_input_type

inline void mediapipe::InputCollection::set_input_type (
    ::mediapipe::InputCollection_InputType value
) 

function set_name [1/2]

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

function set_name [2/2]

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

function set_side_packet_name [1/4]

inline void mediapipe::InputCollection::set_side_packet_name (
    int index,
    const std::string & value
) 

function set_side_packet_name [2/4]

inline void mediapipe::InputCollection::set_side_packet_name (
    int index,
    std::string && value
) 

function set_side_packet_name [3/4]

inline void mediapipe::InputCollection::set_side_packet_name (
    int index,
    const char * value
) 

function set_side_packet_name [4/4]

inline void mediapipe::InputCollection::set_side_packet_name (
    int index,
    const char * value,
    size_t size
) 

function side_packet_name [1/2]

inline const std::string & mediapipe::InputCollection::side_packet_name (
    int index
) const

function side_packet_name [2/2]

inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & mediapipe::InputCollection::side_packet_name () const

function side_packet_name_size

inline int mediapipe::InputCollection::side_packet_name_size () const

function ~InputCollection

mediapipe::InputCollection::~InputCollection () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function InputType_IsValid

static inline bool mediapipe::InputCollection::InputType_IsValid (
    int value
) 

function InputType_Name

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

function InputType_Parse

static inline bool mediapipe::InputCollection::InputType_Parse (
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name,
    InputType * value
) 

function InputType_descriptor

static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * mediapipe::InputCollection::InputType_descriptor () 

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function InputCollection [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fframework_2fcalculator_2eproto

struct mediapipe::InputCollection::TableStruct_mediapipe_2fframework_2fcalculator_2eproto (
    ::TableStruct_mediapipe_2fframework_2fcalculator_2eproto
) 

friend swap

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