18 #ifndef __itkCyclicShiftImageFilter_h
19 #define __itkCyclicShiftImageFilter_h
45 template<
class TInputImage,
class TOutputImage = TInputImage >
67 typedef typename OutputImageType::IndexType
IndexType;
68 typedef typename OutputImageType::SizeType
SizeType;
73 itkStaticConstMacro(ImageDimension,
unsigned int,
74 TInputImage::ImageDimension);
90 void PrintSelf(std::ostream & os,
Indent indent)
const;
94 void GenerateInputRequestedRegion();
97 void ThreadedGenerateData(
const OutputImageRegionType &
98 outputRegionForThread,
107 void operator=(
const Self &);
112 #ifndef ITK_MANUAL_INSTANTIATION
113 #include "itkCyclicShiftImageFilter.hxx"