18 #ifndef __itkShiftScaleInPlaceImageFilter_h
19 #define __itkShiftScaleInPlaceImageFilter_h
45 template<
class TInputImage >
83 itkStaticConstMacro(ImageDimension,
unsigned int,
84 TInputImage::ImageDimension);
102 itkGetConstMacro(UnderflowCount,
long);
103 itkGetConstMacro(OverflowCount,
long);
106 #ifdef ITK_USE_CONCEPT_CHECKING
120 void PrintSelf(std::ostream & os,
Indent indent)
const;
124 void BeforeThreadedGenerateData();
127 void AfterThreadedGenerateData();
131 outputRegionForThread,
136 void operator=(
const Self &);
149 #ifndef ITK_MANUAL_INSTANTIATION
150 #include "itkShiftScaleInPlaceImageFilter.hxx"