18 #ifndef __itkShiftScaleLabelMapFilter_h
19 #define __itkShiftScaleLabelMapFilter_h
42 template<
class TImage >
62 itkStaticConstMacro(ImageDimension,
unsigned int, TImage::ImageDimension);
70 #ifdef ITK_USE_CONCEPT_CHECKING
82 itkSetMacro(Shift,
double);
83 itkGetConstReferenceMacro(Shift,
double);
85 itkSetMacro(Scale,
double);
86 itkGetConstReferenceMacro(Scale,
double);
88 itkSetMacro(ChangeBackgroundValue,
bool);
89 itkGetConstMacro(ChangeBackgroundValue,
bool);
90 itkBooleanMacro(ChangeBackgroundValue);
97 void PrintSelf(std::ostream & os,
Indent indent)
const;
105 void operator=(
const Self &);
109 #ifndef ITK_MANUAL_INSTANTIATION
110 #include "itkShiftScaleLabelMapFilter.hxx"