18 #ifndef __itkFFTWForwardFFTImageFilter_h
19 #define __itkFFTWForwardFFTImageFilter_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 "itkFFTWForwardFFTImageFilter.hxx"
133 #endif //__itkFFTWForwardFFTImageFilter_h
Base class for forward Fast Fourier Transform.
static std::string GetPlanRigorName(const int &value)
FFTWForwardFFTImageFilter()
~FFTWForwardFFTImageFilter()
bool m_CanUseDestructiveAlgorithm
void PrintSelf(std::ostream &os, Indent indent) const
void operator=(const Self &)
virtual void UpdateOutputData(DataObject *output)
Base class for all process objects that output image data.
FFTWForwardFFTImageFilter Self
SmartPointer< Self > Pointer
ForwardFFTImageFilter< TInputImage, TOutputImage > Superclass
InputImageType::SizeType InputSizeType
virtual void SetPlanRigor(const int &value)
virtual void GenerateData()
fftw::Proxy< InputPixelType > FFTWProxyType
OutputImageType::PixelType OutputPixelType
TOutputImage OutputImageType
virtual void Modified() const
SmartPointer< const Self > ConstPointer
Control indentation during Print() invocation.
OutputImageType::SizeType OutputSizeType
FFTW-based forward Fast Fourier Transform.
Base class for all data objects in ITK.
static const unsigned int ImageDimension
InputImageType::PixelType InputPixelType
TInputImage InputImageType