18 #ifndef itkFFTWHalfHermitianToRealInverseFFTImageFilter_h
19 #define itkFFTWHalfHermitianToRealInverseFFTImageFilter_h
49 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 ~FFTWHalfHermitianToRealInverseFFTImageFilter() {}
137 #ifndef ITK_MANUAL_INSTANTIATION
138 #include "itkFFTWHalfHermitianToRealInverseFFTImageFilter.hxx"
141 #endif //itkFFTWHalfHermitianToRealInverseFFTImageFilter_h
FFTW-based reverse Fast Fourier Transform.
InputImageType::PixelType InputPixelType
FFTWHalfHermitianToRealInverseFFTImageFilter()
TInputImage InputImageType
SmartPointer< const Self > ConstPointer
static std::string GetPlanRigorName(const int &value)
FFTWHalfHermitianToRealInverseFFTImageFilter Self
bool m_CanUseDestructiveAlgorithm
OutputImageType::RegionType OutputRegionType
Base class for all process objects that output image data.
unsigned long SizeValueType
void SetPlanRigor(const std::string &name)
void operator=(const Self &)
void PrintSelf(std::ostream &os, Indent indent) const override
Base class for specialized complex-to-real inverse Fast Fourier Transform.
void ThreadedGenerateData(const OutputRegionType &outputRegionForThread, ThreadIdType threadId)
InputImageType::SizeType InputSizeType
OutputImageType::SizeType OutputSizeType
SmartPointer< Self > Pointer
static const unsigned int ImageDimension
HalfHermitianToRealInverseFFTImageFilter< InputImageType, OutputImageType > Superclass
virtual void Modified() const
SizeValueType GetSizeGreatestPrimeFactor() const override
unsigned int ThreadIdType
fftw::Proxy< OutputPixelType > FFTWProxyType
static int GetPlanRigorValue(const std::string &name)
Control indentation during Print() invocation.
virtual void BeforeThreadedGenerateData()
virtual void UpdateOutputData(DataObject *output)
OutputImageType::PixelType OutputPixelType
virtual void SetPlanRigor(const int &value)
Base class for all data objects in ITK.
TOutputImage OutputImageType