18 #ifndef itkForwardFFTImageFilter_h
19 #define itkForwardFFTImageFilter_h
55 template<
typename TInputImage,
typename TOutputImage=Image< std::complex<
typename TInputImage::PixelType>, TInputImage::ImageDimension> >
94 void GenerateInputRequestedRegion()
override;
97 void EnlargeOutputRequestedRegion(
DataObject *output)
override;
101 #ifndef ITK_MANUAL_INSTANTIATION
102 #include "itkForwardFFTImageFilter.hxx"
Base class for forward Fast Fourier Transform.
typename InputImageType::SizeType InputSizeType
typename OutputImageType::PixelType OutputPixelType
unsigned long SizeValueType
typename InputImageType::IndexType InputIndexType
typename InputImageType::PixelType InputPixelType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TInputImage InputImageType
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
TOutputImage OutputImageType
typename OutputIndexType::SizeType OutputSizeType
Base class for filters that take an image as input and produce an image as output.
typename OutputImageType::IndexType OutputIndexType
Base class for all data objects in ITK.