18 #ifndef itkFFTWForwardFFTImageFilter_h
19 #define itkFFTWForwardFFTImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage=Image< std::complex<
typename TInputImage::PixelType>, TInputImage::ImageDimension> >
86 itkStaticConstMacro(ImageDimension,
unsigned int, InputImageType::ImageDimension);
100 if( m_PlanRigor != value )
106 itkGetConstReferenceMacro( PlanRigor,
int );
109 SizeValueType GetSizeGreatestPrimeFactor() const ITK_OVERRIDE;
113 ~FFTWForwardFFTImageFilter() {}
115 virtual void GenerateData() ITK_OVERRIDE;
117 virtual
void UpdateOutputData(
DataObject *output) ITK_OVERRIDE;
119 void PrintSelf(std::ostream & os,
Indent indent) const ITK_OVERRIDE;
124 bool m_CanUseDestructiveAlgorithm;
130 #ifndef ITK_MANUAL_INSTANTIATION
131 #include "itkFFTWForwardFFTImageFilter.hxx"
134 #endif //itkFFTWForwardFFTImageFilter_h
Base class for forward Fast Fourier Transform.
static std::string GetPlanRigorName(const int &value)
Base class for all process objects that output image data.
unsigned long SizeValueType
FFTWForwardFFTImageFilter Self
SmartPointer< Self > Pointer
ForwardFFTImageFilter< TInputImage, TOutputImage > Superclass
InputImageType::SizeType InputSizeType
virtual void SetPlanRigor(const int &value)
fftw::Proxy< InputPixelType > FFTWProxyType
OutputImageType::PixelType OutputPixelType
TOutputImage OutputImageType
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
OutputImageType::SizeType OutputSizeType
ImageBaseType::SizeType SizeType
FFTW-based forward Fast Fourier Transform.
Base class for all data objects in ITK.
InputImageType::PixelType InputPixelType
TInputImage InputImageType