OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage > Class Template Reference

#include <otbComplexToVectorImageCastFilter.h>

+ Inheritance diagram for otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >:
+ Collaboration diagram for otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef TInputImage::PixelType InputPixelType
 
typedef TOutputImage::PixelType OutputPixelType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ComplexToVectorImageCastFilter Self
 
typedef itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, typename Functor::ComplexToVector< typename TInputImage::PixelType, typename TOutputImage::PixelType >::FunctorType > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 ComplexToVectorImageCastFilter ()
 
void GenerateOutputInformation () override
 
template<class T >
bool PixelIsSingle (const itk::VariableLengthVector< T > &)
 
template<class T >
bool PixelIsSingle (const T &)
 
 ~ComplexToVectorImageCastFilter () override
 

Private Member Functions

 ComplexToVectorImageCastFilter (const Self &)=delete
 
void operator= (const Self &)=delete
 

Detailed Description

template<class TInputImage, class TOutputImage>
class otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >

Transform a complex image into a 2 channels vector image. The first channel is the real part, the second the imaginary one.

See also
ComplexToImaginaryImageFilter
ComplexToRealImageFilter

Definition at line 120 of file otbComplexToVectorImageCastFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImage , class TOutputImage >
typedef itk::SmartPointer<const Self> otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::ConstPointer

Definition at line 131 of file otbComplexToVectorImageCastFilter.h.

◆ InputPixelType

template<class TInputImage , class TOutputImage >
typedef TInputImage::PixelType otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::InputPixelType

Definition at line 137 of file otbComplexToVectorImageCastFilter.h.

◆ OutputPixelType

template<class TInputImage , class TOutputImage >
typedef TOutputImage::PixelType otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::OutputPixelType

Definition at line 140 of file otbComplexToVectorImageCastFilter.h.

◆ Pointer

template<class TInputImage , class TOutputImage >
typedef itk::SmartPointer<Self> otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::Pointer

Definition at line 130 of file otbComplexToVectorImageCastFilter.h.

◆ Self

template<class TInputImage , class TOutputImage >
typedef ComplexToVectorImageCastFilter otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::Self

Standard class typedefs.

Definition at line 126 of file otbComplexToVectorImageCastFilter.h.

◆ Superclass

template<class TInputImage , class TOutputImage >
typedef itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, typename Functor::ComplexToVector<typename TInputImage::PixelType, typename TOutputImage::PixelType>::FunctorType> otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::Superclass

Definition at line 129 of file otbComplexToVectorImageCastFilter.h.

Constructor & Destructor Documentation

◆ ComplexToVectorImageCastFilter() [1/2]

template<class TInputImage , class TOutputImage >
otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::ComplexToVectorImageCastFilter ( )
inlineprotected

Definition at line 144 of file otbComplexToVectorImageCastFilter.h.

◆ ~ComplexToVectorImageCastFilter()

template<class TInputImage , class TOutputImage >
otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::~ComplexToVectorImageCastFilter ( )
inlineoverrideprotected

Definition at line 147 of file otbComplexToVectorImageCastFilter.h.

◆ ComplexToVectorImageCastFilter() [2/2]

template<class TInputImage , class TOutputImage >
otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::ComplexToVectorImageCastFilter ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::CreateAnother ( void  ) const

◆ GenerateOutputInformation()

template<class TInputImage , class TOutputImage >
void otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::GenerateOutputInformation ( )
inlineoverrideprotected

Definition at line 163 of file otbComplexToVectorImageCastFilter.h.

◆ GetNameOfClass()

template<class TInputImage , class TOutputImage >
virtual const char* otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const
virtual

Runtime information support.

◆ New()

template<class TInputImage , class TOutputImage >
static Pointer otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TInputImage , class TOutputImage >
void otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::operator= ( const Self )
privatedelete

◆ PixelIsSingle() [1/2]

template<class TInputImage , class TOutputImage >
template<class T >
bool otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::PixelIsSingle ( const itk::VariableLengthVector< T > &  )
inlineprotected

Definition at line 158 of file otbComplexToVectorImageCastFilter.h.

◆ PixelIsSingle() [2/2]

template<class TInputImage , class TOutputImage >
template<class T >
bool otb::ComplexToVectorImageCastFilter< TInputImage, TOutputImage >::PixelIsSingle ( const T &  )
inlineprotected

Definition at line 152 of file otbComplexToVectorImageCastFilter.h.


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