18 #ifndef __itkRescaleIntensityImageFilter_h
19 #define __itkRescaleIntensityImageFilter_h
29 template<
typename TInput,
typename TOutput >
61 return !( *
this != other );
67 TOutput result =
static_cast< TOutput
>( value );
120 template<
typename TInputImage,
typename TOutputImage = TInputImage >
124 Functor::IntensityLinearTransform<
125 typename TInputImage::PixelType,
126 typename TOutputImage::PixelType > >
132 TInputImage, TOutputImage,
134 typename TInputImage::PixelType,
159 itkGetConstReferenceMacro(Scale,
RealType);
160 itkGetConstReferenceMacro(Shift,
RealType);
170 void BeforeThreadedGenerateData(
void);
173 void PrintSelf(std::ostream & os,
Indent indent)
const;
175 #ifdef ITK_USE_CONCEPT_CHECKING
195 void operator=(
const Self &);
208 #ifndef ITK_MANUAL_INSTANTIATION
209 #include "itkRescaleIntensityImageFilter.hxx"