18 #ifndef __itkFFTWInverseFFTImageFilter_h
19 #define __itkFFTWInverseFFTImageFilter_h
48 template<
class TInputImage,
class TOutputImage=Image<
typename TInputImage::PixelType::value_type, TInputImage::ImageDimension> >
83 itkStaticConstMacro(ImageDimension,
unsigned int, InputImageType::ImageDimension);
92 virtual void SetPlanRigor(
const int & value )
96 if( m_PlanRigor != value )
102 itkGetConstReferenceMacro( PlanRigor,
int );
103 void SetPlanRigor(
const std::string & name )
113 virtual void BeforeThreadedGenerateData();
115 void ThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread,
ThreadIdType threadId );
117 void PrintSelf(std::ostream & os,
Indent indent)
const;
121 void operator=(
const Self&);
130 #ifndef ITK_MANUAL_INSTANTIATION
131 #include "itkFFTWInverseFFTImageFilter.hxx"
134 #endif //__itkFFTWInverseFFTImageFilter_h