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::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage > Class Template Reference

#include <otbRealImageToComplexImageFilter.h>

+ Inheritance diagram for otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >:
+ Collaboration diagram for otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef TInputImageRealPart::PixelType InputRealPartPixelType
 
typedef TOutputImage::PixelType OutputPixelType
 
typedef itk::NumericTraits< OutputPixelType >::ValueType OutputPixelValueType
 
typedef itk::SmartPointer< SelfPointer
 
typedef RealImageToComplexImageFilter Self
 
typedef itk::UnaryFunctorImageFilter< TInputImageRealPart, TOutputImage, Function::RealToComplex< typename TInputImageRealPart::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

 RealImageToComplexImageFilter ()
 
 ~RealImageToComplexImageFilter () override
 

Private Member Functions

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

Detailed Description

template<class TInputImageRealPart, class TOutputImage>
class otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >

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

See also
RealImageToComplexImageFilter

Definition at line 70 of file otbRealImageToComplexImageFilter.h.

Member Typedef Documentation

◆ ConstPointer

template<class TInputImageRealPart , class TOutputImage >
typedef itk::SmartPointer<const Self> otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >::ConstPointer

Definition at line 81 of file otbRealImageToComplexImageFilter.h.

◆ InputRealPartPixelType

template<class TInputImageRealPart , class TOutputImage >
typedef TInputImageRealPart::PixelType otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >::InputRealPartPixelType

Definition at line 87 of file otbRealImageToComplexImageFilter.h.

◆ OutputPixelType

template<class TInputImageRealPart , class TOutputImage >
typedef TOutputImage::PixelType otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >::OutputPixelType

Definition at line 90 of file otbRealImageToComplexImageFilter.h.

◆ OutputPixelValueType

template<class TInputImageRealPart , class TOutputImage >
typedef itk::NumericTraits<OutputPixelType>::ValueType otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >::OutputPixelValueType

Definition at line 91 of file otbRealImageToComplexImageFilter.h.

◆ Pointer

template<class TInputImageRealPart , class TOutputImage >
typedef itk::SmartPointer<Self> otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >::Pointer

Definition at line 80 of file otbRealImageToComplexImageFilter.h.

◆ Self

template<class TInputImageRealPart , class TOutputImage >
typedef RealImageToComplexImageFilter otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >::Self

Standard class typedefs.

Definition at line 76 of file otbRealImageToComplexImageFilter.h.

◆ Superclass

template<class TInputImageRealPart , class TOutputImage >
typedef itk::UnaryFunctorImageFilter<TInputImageRealPart, TOutputImage, Function::RealToComplex<typename TInputImageRealPart::PixelType, typename TOutputImage::PixelType> > otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >::Superclass

Definition at line 79 of file otbRealImageToComplexImageFilter.h.

Constructor & Destructor Documentation

◆ RealImageToComplexImageFilter() [1/2]

template<class TInputImageRealPart , class TOutputImage >
otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >::RealImageToComplexImageFilter ( )
inlineprotected

Definition at line 94 of file otbRealImageToComplexImageFilter.h.

◆ ~RealImageToComplexImageFilter()

template<class TInputImageRealPart , class TOutputImage >
otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >::~RealImageToComplexImageFilter ( )
inlineoverrideprotected

Definition at line 97 of file otbRealImageToComplexImageFilter.h.

◆ RealImageToComplexImageFilter() [2/2]

template<class TInputImageRealPart , class TOutputImage >
otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >::RealImageToComplexImageFilter ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

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

◆ GetNameOfClass()

template<class TInputImageRealPart , class TOutputImage >
virtual const char* otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >::GetNameOfClass ( ) const
virtual

Runtime information support.

◆ New()

template<class TInputImageRealPart , class TOutputImage >
static Pointer otb::RealImageToComplexImageFilter< TInputImageRealPart, TOutputImage >::New ( )
static

Method for creation through the object factory.

◆ operator=()

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

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