18 #ifndef itkFFTWRealToHalfHermitianForwardFFTImageFilter_h
19 #define itkFFTWRealToHalfHermitianForwardFFTImageFilter_h
53 template<
typename TInputImage,
typename TOutputImage=Image< std::complex<
typename TInputImage::PixelType>, TInputImage::ImageDimension> >
86 itkStaticConstMacro(
ImageDimension,
unsigned int, InputImageType::ImageDimension);
106 itkGetConstReferenceMacro( PlanRigor,
int );
113 ~FFTWRealToHalfHermitianForwardFFTImageFilter() {}
131 #ifndef ITK_MANUAL_INSTANTIATION
132 #include "itkFFTWRealToHalfHermitianForwardFFTImageFilter.hxx"
135 #endif //itkFFTWRealToHalfHermitianForwardFFTImageFilter_h
SizeValueType GetSizeGreatestPrimeFactor() const override
static std::string GetPlanRigorName(const int &value)
TInputImage InputImageType
void PrintSelf(std::ostream &os, Indent indent) const override
InputImageType::PixelType InputPixelType
SmartPointer< Self > Pointer
FFTW-based forward Fast Fourier Transform.
static const unsigned int ImageDimension
fftw::Proxy< InputPixelType > FFTWProxyType
virtual void GenerateData()
Base class for all process objects that output image data.
unsigned long SizeValueType
RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage > Superclass
virtual void UpdateOutputData(DataObject *output)
SmartPointer< const Self > ConstPointer
TOutputImage OutputImageType
virtual void SetPlanRigor(const int &value)
FFTWRealToHalfHermitianForwardFFTImageFilter()
virtual void Modified() const
OutputImageType::PixelType OutputPixelType
InputImageType::SizeType InputSizeType
bool m_CanUseDestructiveAlgorithm
Control indentation during Print() invocation.
Base class for specialized real-to-complex forward Fast Fourier Transform.
void operator=(const Self &)
FFTWRealToHalfHermitianForwardFFTImageFilter Self
OutputImageType::SizeType OutputSizeType
Base class for all data objects in ITK.