ITK
5.2.0
Insight Toolkit
|
#include <itkComplexToComplexFFTImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ImageToImageFilter< TImage, TImage > | |
static void | SetGlobalDefaultDirectionTolerance (double) |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static double | GetGlobalDefaultCoordinateTolerance () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = InputImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TImage, TImage > | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< TImage > | |
static constexpr unsigned int | OutputImageDimension |
TransformDirectionEnum | m_TransformDirection { TransformDirectionEnum::FORWARD } |
virtual void | SetTransformDirection (const TransformDirectionEnum _arg) |
virtual TransformDirectionEnum | GetTransformDirection () const |
ComplexToComplexFFTImageFilter ()=default | |
void | GenerateInputRequestedRegion () override |
Implements an API to enable the Fourier transform or the inverse Fourier transform of images with complex valued voxels to be computed.
This class was taken from the Insight Journal paper: https://www.insight-journal.org/browse/publication/128
Definition at line 76 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 90 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::ImageSizeType = typename ImageType::SizeType |
Image type type alias support
Definition at line 113 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::ImageType = TImage |
Input and output image types.
Definition at line 82 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::InputImageType = TImage |
Definition at line 83 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::OutputImageType = TImage |
Definition at line 84 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::Pointer = SmartPointer<Self> |
Definition at line 89 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::Self = ComplexToComplexFFTImageFilter |
Standard class type aliases.
Definition at line 87 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::Superclass = ImageToImageFilter<InputImageType, OutputImageType> |
Definition at line 88 of file itkComplexToComplexFFTImageFilter.h.
using itk::ComplexToComplexFFTImageFilter< TImage >::TransformDirectionEnum = ComplexToComplexFFTImageFilterEnums::TransformDirection |
Definition at line 105 of file itkComplexToComplexFFTImageFilter.h.
|
protecteddefault |
|
overrideprotectedvirtual |
Set/Get the direction in which the transform will be applied. By selecting FORWARD, this filter will perform a direct, i.e. forward, Fourier Transform, By selecting INVERSE, this filter will perform an inverse, i.e. backward, Fourier Transform,
Reimplemented from itk::ProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TImage, TImage >.
Reimplemented in itk::FFTWComplexToComplexFFTImageFilter< TImage >, and itk::VnlComplexToComplexFFTImageFilter< TImage >.
|
virtual |
|
static |
Customized object creation methods that support configuration-based selection of FFT implementation.
Default implementation is FFTW.
|
virtual |
|
staticconstexpr |
Definition at line 92 of file itkComplexToComplexFFTImageFilter.h.
|
private |
Set/Get the direction in which the transform will be applied. By selecting FORWARD, this filter will perform a direct, i.e. forward, Fourier Transform, By selecting INVERSE, this filter will perform an inverse, i.e. backward, Fourier Transform,
Definition at line 130 of file itkComplexToComplexFFTImageFilter.h.