18 #ifndef itkFFTWInverseFFTImageFilter_h
19 #define itkFFTWInverseFFTImageFilter_h
48 template<
typename TInputImage,
typename TOutputImage=Image<
typename TInputImage::PixelType::value_type, TInputImage::ImageDimension> >
83 itkStaticConstMacro(
ImageDimension,
unsigned int, InputImageType::ImageDimension);
102 itkGetConstReferenceMacro( PlanRigor,
int );
113 virtual ~FFTWInverseFFTImageFilter() {}
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkFFTWInverseFFTImageFilter.hxx"
136 #endif //itkFFTWInverseFFTImageFilter_h
InputImageType::SizeType InputSizeType
Base class for inverse Fast Fourier Transform.
static std::string GetPlanRigorName(const int &value)
virtual void BeforeThreadedGenerateData()
SizeValueType GetSizeGreatestPrimeFactor() const override
Base class for all process objects that output image data.
FFTWInverseFFTImageFilter()
unsigned long SizeValueType
OutputImageType::PixelType OutputPixelType
void operator=(const Self &)
FFTW-based inverse Fast Fourier Transform.
fftw::Proxy< OutputPixelType > FFTWProxyType
static const unsigned int ImageDimension
SmartPointer< Self > Pointer
TOutputImage OutputImageType
virtual void SetPlanRigor(const int &value)
InverseFFTImageFilter< InputImageType, OutputImageType > Superclass
void ThreadedGenerateData(const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
OutputImageType::RegionType OutputImageRegionType
virtual void Modified() const
unsigned int ThreadIdType
SmartPointer< const Self > ConstPointer
static int GetPlanRigorValue(const std::string &name)
Control indentation during Print() invocation.
FFTWInverseFFTImageFilter Self
void SetPlanRigor(const std::string &name)
OutputImageType::SizeType OutputSizeType
TInputImage InputImageType
void PrintSelf(std::ostream &os, Indent indent) const override
InputImageType::PixelType InputPixelType