|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkForwardFFTImageFilter_h
19 #define itkForwardFFTImageFilter_h
60 template <
typename TInputImage,
61 typename TOutputImage = Image<std::complex<typename TInputImage::PixelType>, TInputImage::ImageDimension>>
95 GetSizeGreatestPrimeFactor()
const;
103 GenerateInputRequestedRegion()
override;
107 EnlargeOutputRequestedRegion(
DataObject * output)
override;
111 #ifndef ITK_MANUAL_INSTANTIATION
112 # include "itkForwardFFTImageFilter.hxx"
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.