18 #ifndef __itkShiftScaleImageFilter_h
19 #define __itkShiftScaleImageFilter_h
38 template<
class TInputImage,
class TOutputImage >
76 itkStaticConstMacro(ImageDimension,
unsigned int,
77 TInputImage::ImageDimension);
95 itkGetConstMacro(UnderflowCount,
long);
96 itkGetConstMacro(OverflowCount,
long);
99 #ifdef ITK_USE_CONCEPT_CHECKING
114 void PrintSelf(std::ostream & os,
Indent indent)
const;
117 void BeforeThreadedGenerateData();
120 void AfterThreadedGenerateData();
124 outputRegionForThread,
129 void operator=(
const Self &);
145 #ifndef ITK_MANUAL_INSTANTIATION
146 #include "itkShiftScaleImageFilter.hxx"