18 #ifndef __itkFFTShiftImageFilter_h
19 #define __itkFFTShiftImageFilter_h
47 template<
class TInputImage,
class TOutputImage >
69 typedef typename OutputImageType::IndexType
IndexType;
70 typedef typename OutputImageType::SizeType
SizeType;
73 itkStaticConstMacro(ImageDimension,
unsigned int, TInputImage::ImageDimension);
85 itkSetMacro(Inverse,
bool);
86 itkGetConstReferenceMacro(Inverse,
bool);
87 itkBooleanMacro(Inverse);
93 void PrintSelf(std::ostream & os,
Indent indent)
const;
101 void operator=(
const Self &);
108 #ifndef ITK_MANUAL_INSTANTIATION
109 #include "itkFFTShiftImageFilter.hxx"