20 #ifndef itkFFTWHalfHermitianToRealInverseFFTImageFilter_h
21 #define itkFFTWHalfHermitianToRealInverseFFTImageFilter_h
49 template<
typename TInputImage,
typename TOutputImage=Image<
typename TInputImage::PixelType::value_type, TInputImage::ImageDimension> >
85 static constexpr
unsigned int ImageDimension = InputImageType::ImageDimension;
98 #ifndef ITK_USE_CUFFTW
102 if( m_PlanRigor != value )
108 itkGetConstReferenceMacro( PlanRigor,
int );
111 #ifndef ITK_USE_CUFFTW
123 void UpdateOutputData(
DataObject *output)
override;
125 void BeforeThreadedGenerateData()
override;
127 void DynamicThreadedGenerateData(
const OutputRegionType& outputRegionForThread)
override;
129 void PrintSelf(std::ostream & os,
Indent indent)
const override;
141 #ifndef ITK_MANUAL_INSTANTIATION
142 #include "itkFFTWHalfHermitianToRealInverseFFTImageFilter.hxx"
145 #endif //itkFFTWHalfHermitianToRealInverseFFTImageFilter_h
FFTW-based reverse Fast Fourier Transform.
static std::string GetPlanRigorName(const int &value)
bool m_CanUseDestructiveAlgorithm
unsigned long SizeValueType
~FFTWHalfHermitianToRealInverseFFTImageFilter() override
typename OutputImageType::RegionType OutputRegionType
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.
typename OutputImageType::PixelType OutputPixelType
TInputImage InputImageType
typename fftw::Proxy< OutputPixelType > FFTWProxyType
void SetPlanRigor(const std::string &name)
Base class for specialized complex-to-real inverse Fast Fourier Transform.
ImageBaseType::SizeType SizeType
TOutputImage OutputImageType
typename OutputImageType::SizeType OutputSizeType
typename InputImageType::PixelType InputPixelType
static int GetPlanRigorValue(const std::string &name)
Control indentation during Print() invocation.
virtual void SetPlanRigor(const int &value)
ImageBaseType::RegionType RegionType
typename InputImageType::SizeType InputSizeType
Base class for all data objects in ITK.