18 #ifndef __itkFFTWComplexToComplexImageFilter_h
19 #define __itkFFTWComplexToComplexImageFilter_h
55 template<
class TImage >
88 itkStaticConstMacro(ImageDimension,
unsigned int,
89 ImageType::ImageDimension);
96 virtual bool FullMatrix();
106 virtual void SetPlanRigor(
const int & value )
110 if( m_PlanRigor != value )
116 itkGetConstReferenceMacro( PlanRigor,
int );
117 void SetPlanRigor(
const std::string & name )
132 virtual void UpdateOutputData(
DataObject *output);
134 virtual void BeforeThreadedGenerateData();
135 void ThreadedGenerateData(
const OutputImageRegionType& outputRegionForThread,
ThreadIdType threadId );
137 void PrintSelf(std::ostream & os,
Indent indent)
const;
141 void operator=(
const Self&);
152 #ifndef ITK_MANUAL_INSTANTIATION
153 #include "itkFFTWComplexToComplexImageFilter.hxx"
156 #endif //__itkFFTWComplexToComplexImageFilter_h