17 #ifndef __itkFFTShiftImageFilter_h
18 #define __itkFFTShiftImageFilter_h
39 template<
class TInputImage,
class TOutputImage>
62 typedef typename OutputImageType::IndexType
IndexType;
63 typedef typename OutputImageType::SizeType
SizeType;
66 itkStaticConstMacro(ImageDimension,
unsigned int,
67 TInputImage::ImageDimension);
82 itkSetMacro(Inverse,
bool);
83 itkGetConstReferenceMacro(Inverse,
bool);
84 itkBooleanMacro(Inverse);
89 void PrintSelf(std::ostream& os,
Indent indent)
const;
94 void GenerateInputRequestedRegion();
98 void ThreadedGenerateData (
const OutputImageRegionType&
99 outputRegionForThread,
105 void operator=(
const Self&);
113 #ifndef ITK_MANUAL_INSTANTIATION