18 #ifndef __itkFFTWHalfHermitianToRealInverseFFTImageFilter_h
19 #define __itkFFTWHalfHermitianToRealInverseFFTImageFilter_h
49 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 UpdateOutputData(
DataObject *output);
115 virtual void BeforeThreadedGenerateData();
117 void ThreadedGenerateData(
const OutputRegionType& outputRegionForThread,
120 void PrintSelf(std::ostream & os,
Indent indent)
const;
124 void operator=(
const Self&);
135 #ifndef ITK_MANUAL_INSTANTIATION
136 #include "itkFFTWHalfHermitianToRealInverseFFTImageFilter.hxx"
139 #endif //__itkFFTWHalfHermitianToRealInverseFFTImageFilter_h