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 );
130 #ifndef ITK_MANUAL_INSTANTIATION
131 #include "itkFFTWInverseFFTImageFilter.hxx"
134 #endif //__itkFFTWInverseFFTImageFilter_h
InputImageType::SizeType InputSizeType
Base class for inverse Fast Fourier Transform.
static std::string GetPlanRigorName(const int &value)
virtual ~FFTWInverseFFTImageFilter()
virtual void BeforeThreadedGenerateData()
Base class for all process objects that output image data.
FFTWInverseFFTImageFilter()
OutputImageType::PixelType OutputPixelType
void operator=(const Self &)
void PrintSelf(std::ostream &os, Indent indent) const
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
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
InputImageType::PixelType InputPixelType
unsigned int ThreadIdType