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

#include <otbComplexToVectorImageCastFilter.h>

Public Types

typedef TOutput::ValueType OutputValueType
 
typedef itk::VariableLengthVector< ValueTypeTestType
 
typedef TInput::ValueType ValueType
 

Public Member Functions

TOutput operator() (const TInput &A) const
 
 VectorComplexToVector ()
 
 ~VectorComplexToVector ()
 

Detailed Description

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

Definition at line 72 of file otbComplexToVectorImageCastFilter.h.

Member Typedef Documentation

◆ OutputValueType

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

Definition at line 75 of file otbComplexToVectorImageCastFilter.h.

◆ TestType

template<class TInput , class TOutput >
typedef itk::VariableLengthVector<ValueType> otb::Functor::VectorComplexToVector< TInput, TOutput >::TestType

Definition at line 77 of file otbComplexToVectorImageCastFilter.h.

◆ ValueType

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

Definition at line 76 of file otbComplexToVectorImageCastFilter.h.

Constructor & Destructor Documentation

◆ VectorComplexToVector()

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

Definition at line 79 of file otbComplexToVectorImageCastFilter.h.

◆ ~VectorComplexToVector()

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

Definition at line 82 of file otbComplexToVectorImageCastFilter.h.

Member Function Documentation

◆ operator()()

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

Definition at line 86 of file otbComplexToVectorImageCastFilter.h.


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