18 #ifndef __itkTestingStretchIntensityImageFilter_h
19 #define __itkTestingStretchIntensityImageFilter_h
40 template<
typename TInputImage,
typename TOutputImage = TInputImage >
68 itkGetConstReferenceMacro(Scale,
RealType);
69 itkGetConstReferenceMacro(Shift,
RealType);
79 using Superclass::SetInput;
80 virtual void SetInput(
const TInputImage *image);
81 const TInputImage * GetInput(
void)
const;
84 #ifdef ITK_USE_CONCEPT_CHECKING
103 void BeforeThreadedGenerateData(
void);
106 void PrintSelf(std::ostream & os,
Indent indent)
const;
123 void operator=(
const Self &);
137 #ifndef ITK_MANUAL_INSTANTIATION
138 #include "itkTestingStretchIntensityImageFilter.hxx"