18 #ifndef __itkInvertIntensityImageFilter_h
19 #define __itkInvertIntensityImageFilter_h
32 template<
typename TInput,
typename TOutput >
54 return !( *
this != other );
59 TOutput result =
static_cast< TOutput
>(
m_Maximum - x );
89 template<
typename TInputImage,
typename TOutputImage = TInputImage >
93 Functor::InvertIntensityTransform<
94 typename TInputImage::PixelType,
95 typename TOutputImage::PixelType > >
102 typename TInputImage::PixelType,
122 void PrintSelf(std::ostream & os,
Indent indent)
const;
125 void BeforeThreadedGenerateData(
void);
127 #ifdef ITK_USE_CONCEPT_CHECKING
139 void operator=(
const Self &);
146 #ifndef ITK_MANUAL_INSTANTIATION
147 #include "itkInvertIntensityImageFilter.hxx"