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 );
129 #ifndef ITK_MANUAL_INSTANTIATION
130 #include "itkFFTWRealToHalfHermitianForwardFFTImageFilter.hxx"
133 #endif //__itkFFTWRealToHalfHermitianForwardFFTImageFilter_h
static std::string GetPlanRigorName(const int &value)
TInputImage InputImageType
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.
RealToHalfHermitianForwardFFTImageFilter< TInputImage, TOutputImage > Superclass
virtual void UpdateOutputData(DataObject *output)
~FFTWRealToHalfHermitianForwardFFTImageFilter()
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.
void PrintSelf(std::ostream &os, Indent indent) const
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.