20 #ifndef itkFFTWForwardFFTImageFilter_h
21 #define itkFFTWForwardFFTImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage=Image< std::complex<
typename TInputImage::PixelType>, TInputImage::ImageDimension> >
88 static constexpr
unsigned int ImageDimension = InputImageType::ImageDimension;
102 #ifndef ITK_USE_CUFFTW
106 if( m_PlanRigor != value )
112 itkGetConstReferenceMacro( PlanRigor,
int );
121 void GenerateData()
override;
123 void UpdateOutputData(
DataObject *output)
override;
125 void PrintSelf(std::ostream & os,
Indent indent)
const override;
134 #ifndef ITK_MANUAL_INSTANTIATION
135 #include "itkFFTWForwardFFTImageFilter.hxx"
138 #endif //itkFFTWForwardFFTImageFilter_h
Base class for forward Fast Fourier Transform.
static std::string GetPlanRigorName(const int &value)
unsigned long SizeValueType
bool m_CanUseDestructiveAlgorithm
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
typename OutputImageType::PixelType OutputPixelType
virtual void SetPlanRigor(const int &value)
typename InputImageType::PixelType InputPixelType
TOutputImage OutputImageType
typename fftw::Proxy< InputPixelType > FFTWProxyType
typename OutputImageType::SizeType OutputSizeType
Control indentation during Print() invocation.
~FFTWForwardFFTImageFilter() override
typename InputImageType::SizeType InputSizeType
FFTW-based forward Fast Fourier Transform.
Base class for all data objects in ITK.