Skip to content

Class mediapipe::ImageToTensorCalculatorOptions_IntRange

ClassList > mediapipe > ImageToTensorCalculatorOptions_IntRange

Inherits the following classes: PROTOBUF_NAMESPACE_ID::Message

Classes

Type Name
class _Internal

Public Types

Type Name
enum int ImageToTensorCalculatorOptions_IntRange

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 ImageToTensorCalculatorOptions_IntRange & from)
int GetCachedSize () const
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const
ImageToTensorCalculatorOptions_IntRange ()
constexpr ImageToTensorCalculatorOptions_IntRange (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
ImageToTensorCalculatorOptions_IntRange (const ImageToTensorCalculatorOptions_IntRange & from)
ImageToTensorCalculatorOptions_IntRange (ImageToTensorCalculatorOptions_IntRange && from) noexcept
bool IsInitialized () const
void MergeFrom (const ImageToTensorCalculatorOptions_IntRange & from)
ImageToTensorCalculatorOptions_IntRange * New (::PROTOBUF_NAMESPACE_ID::Arena * arena=nullptr) const
void Swap (ImageToTensorCalculatorOptions_IntRange * other)
void UnsafeArenaSwap (ImageToTensorCalculatorOptions_IntRange * 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_max ()
void clear_min ()
bool has_max () const
bool has_min () const
int64_t max () const
int64_t min () const
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
ImageToTensorCalculatorOptions_IntRange & operator= (const ImageToTensorCalculatorOptions_IntRange & from)
ImageToTensorCalculatorOptions_IntRange & operator= (ImageToTensorCalculatorOptions_IntRange && from) noexcept
void set_max (int64_t value)
void set_min (int64_t value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
~ImageToTensorCalculatorOptions_IntRange () override

Public Static Functions

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

Protected Functions

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

Public Types Documentation

enum ImageToTensorCalculatorOptions_IntRange

enum mediapipe::ImageToTensorCalculatorOptions_IntRange::ImageToTensorCalculatorOptions_IntRange {
    kMinFieldNumber = 1,
    kMaxFieldNumber = 2
};

Public Static Attributes Documentation

variable _class_data_

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

variable kIndexInFileMessages

constexpr int mediapipe::ImageToTensorCalculatorOptions_IntRange::kIndexInFileMessages;

Public Functions Documentation

function ByteSizeLong

size_t mediapipe::ImageToTensorCalculatorOptions_IntRange::ByteSizeLong () const

function Clear

PROTOBUF_ATTRIBUTE_REINITIALIZES void mediapipe::ImageToTensorCalculatorOptions_IntRange::Clear () 

function CopyFrom

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

function GetCachedSize

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

function GetClassData

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

function GetMetadata

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

function ImageToTensorCalculatorOptions_IntRange [1/5]

inline mediapipe::ImageToTensorCalculatorOptions_IntRange::ImageToTensorCalculatorOptions_IntRange () 

function ImageToTensorCalculatorOptions_IntRange [2/5]

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

function ImageToTensorCalculatorOptions_IntRange [3/5]

mediapipe::ImageToTensorCalculatorOptions_IntRange::ImageToTensorCalculatorOptions_IntRange (
    const ImageToTensorCalculatorOptions_IntRange & from
) 

function ImageToTensorCalculatorOptions_IntRange [4/5]

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

function IsInitialized

bool mediapipe::ImageToTensorCalculatorOptions_IntRange::IsInitialized () const

function MergeFrom

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

function New

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

function Swap

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

function UnsafeArenaSwap

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

function _InternalParse

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

function _InternalSerialize

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

function clear_max

inline void mediapipe::ImageToTensorCalculatorOptions_IntRange::clear_max () 

function clear_min

inline void mediapipe::ImageToTensorCalculatorOptions_IntRange::clear_min () 

function has_max

inline bool mediapipe::ImageToTensorCalculatorOptions_IntRange::has_max () const

function has_min

inline bool mediapipe::ImageToTensorCalculatorOptions_IntRange::has_min () const

function max

inline int64_t mediapipe::ImageToTensorCalculatorOptions_IntRange::max () const

function min

inline int64_t mediapipe::ImageToTensorCalculatorOptions_IntRange::min () const

function mutable_unknown_fields

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

function operator=

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

function operator=

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

function set_max

inline void mediapipe::ImageToTensorCalculatorOptions_IntRange::set_max (
    int64_t value
) 

function set_min

inline void mediapipe::ImageToTensorCalculatorOptions_IntRange::set_min (
    int64_t value
) 

function unknown_fields

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

function ~ImageToTensorCalculatorOptions_IntRange

mediapipe::ImageToTensorCalculatorOptions_IntRange::~ImageToTensorCalculatorOptions_IntRange () override

Public Static Functions Documentation

function GetDescriptor

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

function GetReflection

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

function default_instance

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

function descriptor

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

function internal_default_instance

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

Protected Functions Documentation

function ImageToTensorCalculatorOptions_IntRange [5/5]

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

Friends Documentation

friend InternalHelper

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

friend AnyMetadata

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

friend TableStruct_mediapipe_2fcalculators_2ftensor_2fimage_5fto_5ftensor_5fcalculator_2eproto

struct mediapipe::ImageToTensorCalculatorOptions_IntRange::TableStruct_mediapipe_2fcalculators_2ftensor_2fimage_5fto_5ftensor_5fcalculator_2eproto (
    ::TableStruct_mediapipe_2fcalculators_2ftensor_2fimage_5fto_5ftensor_5fcalculator_2eproto
) 

friend swap

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


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