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::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage > Class Template Reference

#include <otbImaginaryImageToComplexImageFilter.h>

+ Inheritance diagram for otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >:
+ Collaboration diagram for otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef TInputImageImaginaryPart::PixelType InputImaginaryPartPixelType
 
typedef TOutputImage::PixelType OutputPixelType
 
typedef itk::NumericTraits< OutputPixelType >::ValueType OutputPixelValueType
 
typedef itk::SmartPointer< SelfPointer
 
typedef ImaginaryImageToComplexImageFilter Self
 
typedef itk::UnaryFunctorImageFilter< TInputImageImaginaryPart, TOutputImage, Function::ImaginaryToComplex< typename TInputImageImaginaryPart::PixelType, typename TOutputImage::PixelType > > 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

 ImaginaryImageToComplexImageFilter ()
 
 ~ImaginaryImageToComplexImageFilter () override
 

Private Member Functions

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

Detailed Description

template<class TInputImageImaginaryPart, class TOutputImage>
class otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >

Computes pixel-wise the complex image of a imaginary image.

See also
ImaginaryImageToComplexImageFilter

Definition at line 70 of file otbImaginaryImageToComplexImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImageImaginaryPart , class TOutputImage >
typedef itk::SmartPointer<const Self> otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::ConstPointer

Definition at line 81 of file otbImaginaryImageToComplexImageFilter.h.

◆ InputImaginaryPartPixelType

template<class TInputImageImaginaryPart , class TOutputImage >
typedef TInputImageImaginaryPart::PixelType otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::InputImaginaryPartPixelType

Definition at line 87 of file otbImaginaryImageToComplexImageFilter.h.

◆ OutputPixelType

template<class TInputImageImaginaryPart , class TOutputImage >
typedef TOutputImage::PixelType otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::OutputPixelType

Definition at line 90 of file otbImaginaryImageToComplexImageFilter.h.

◆ OutputPixelValueType

template<class TInputImageImaginaryPart , class TOutputImage >
typedef itk::NumericTraits<OutputPixelType>::ValueType otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::OutputPixelValueType

Definition at line 91 of file otbImaginaryImageToComplexImageFilter.h.

◆ Pointer

template<class TInputImageImaginaryPart , class TOutputImage >
typedef itk::SmartPointer<Self> otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::Pointer

Definition at line 80 of file otbImaginaryImageToComplexImageFilter.h.

◆ Self

template<class TInputImageImaginaryPart , class TOutputImage >
typedef ImaginaryImageToComplexImageFilter otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::Self

Standard class typedefs.

Definition at line 76 of file otbImaginaryImageToComplexImageFilter.h.

◆ Superclass

template<class TInputImageImaginaryPart , class TOutputImage >
typedef itk::UnaryFunctorImageFilter<TInputImageImaginaryPart, TOutputImage, Function::ImaginaryToComplex<typename TInputImageImaginaryPart::PixelType, typename TOutputImage::PixelType> > otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::Superclass

Definition at line 79 of file otbImaginaryImageToComplexImageFilter.h.

Constructor & Destructor Documentation

◆ ImaginaryImageToComplexImageFilter() [1/2]

template<class TInputImageImaginaryPart , class TOutputImage >
otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::ImaginaryImageToComplexImageFilter ( )
inlineprotected

Definition at line 94 of file otbImaginaryImageToComplexImageFilter.h.

◆ ~ImaginaryImageToComplexImageFilter()

template<class TInputImageImaginaryPart , class TOutputImage >
otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::~ImaginaryImageToComplexImageFilter ( )
inlineoverrideprotected

Definition at line 97 of file otbImaginaryImageToComplexImageFilter.h.

◆ ImaginaryImageToComplexImageFilter() [2/2]

template<class TInputImageImaginaryPart , class TOutputImage >
otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::ImaginaryImageToComplexImageFilter ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

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

◆ GetNameOfClass()

template<class TInputImageImaginaryPart , class TOutputImage >
virtual const char* otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::GetNameOfClass ( ) const
virtual

Runtime information support.

◆ New()

template<class TInputImageImaginaryPart , class TOutputImage >
static Pointer otb::ImaginaryImageToComplexImageFilter< TInputImageImaginaryPart, TOutputImage >::New ( )
static

Method for creation through the object factory.

◆ operator=()

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

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