|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkForwardFFTImageFilter_h
19 #define itkForwardFFTImageFilter_h
63 template <
typename TInputImage,
64 typename TOutputImage = Image<std::complex<typename TInputImage::PixelType>, TInputImage::ImageDimension>>
93 itkFactoryOnlyNewMacro(
Self);
100 GetSizeGreatestPrimeFactor()
const;
108 GenerateInputRequestedRegion()
override;
112 EnlargeOutputRequestedRegion(
DataObject * output)
override;
116 #ifndef ITK_MANUAL_INSTANTIATION
117 # include "itkForwardFFTImageFilter.hxx"
120 #ifdef ITK_FFTIMAGEFILTERINIT_FACTORY_REGISTER_MANAGER
121 # include "itkFFTImageFilterInitFactoryRegisterManager.h"
typename OutputIndexType::SizeType OutputSizeType
ImageBaseType::SizeType SizeType
Base class for forward Fast Fourier Transform.
typename InputImageType::SizeType InputSizeType
typename OutputImageType::PixelType OutputPixelType
ImageBaseType::IndexType IndexType
Base class for filters that take an image as input and produce an image as output.
Base class for all process objects that output image data.
typename OutputImageType::IndexType OutputIndexType
typename InputImageType::IndexType InputIndexType
typename InputImageType::PixelType InputPixelType
TInputImage InputImageType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
unsigned long SizeValueType
TOutputImage OutputImageType
Base class for all data objects in ITK.