OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | List of all members
otb::Functor::VectorCast< TInput, TOutput > Class Template Reference

#include <otbImageToVectorImageCastFilter.h>

Public Types

typedef TOutput::ValueType OutputValueType
 

Public Member Functions

bool operator!= (const VectorCast &) const
 
TOutput operator() (const TInput &A)
 
bool operator== (const VectorCast &other) const
 
 VectorCast ()
 
virtual ~VectorCast ()
 

Detailed Description

template<class TInput, class TOutput>
class otb::Functor::VectorCast< TInput, TOutput >

This functor can be used to convert scalar value to VariableLengthVector with another precision a size of 1.

Definition at line 41 of file otbImageToVectorImageCastFilter.h.

Member Typedef Documentation

◆ OutputValueType

template<class TInput , class TOutput >
typedef TOutput::ValueType otb::Functor::VectorCast< TInput, TOutput >::OutputValueType

Definition at line 44 of file otbImageToVectorImageCastFilter.h.

Constructor & Destructor Documentation

◆ VectorCast()

template<class TInput , class TOutput >
otb::Functor::VectorCast< TInput, TOutput >::VectorCast ( )
inline

Definition at line 45 of file otbImageToVectorImageCastFilter.h.

◆ ~VectorCast()

template<class TInput , class TOutput >
virtual otb::Functor::VectorCast< TInput, TOutput >::~VectorCast ( )
inlinevirtual

Definition at line 48 of file otbImageToVectorImageCastFilter.h.

Member Function Documentation

◆ operator!=()

template<class TInput , class TOutput >
bool otb::Functor::VectorCast< TInput, TOutput >::operator!= ( const VectorCast< TInput, TOutput > &  ) const
inline

Definition at line 53 of file otbImageToVectorImageCastFilter.h.

◆ operator()()

template<class TInput , class TOutput >
TOutput otb::Functor::VectorCast< TInput, TOutput >::operator() ( const TInput &  A)
inline

Definition at line 61 of file otbImageToVectorImageCastFilter.h.

◆ operator==()

template<class TInput , class TOutput >
bool otb::Functor::VectorCast< TInput, TOutput >::operator== ( const VectorCast< TInput, TOutput > &  other) const
inline

Definition at line 57 of file otbImageToVectorImageCastFilter.h.


The documentation for this class was generated from the following file: