18 #ifndef __itkAbsImageFilter_h
19 #define __itkAbsImageFilter_h
32 template<
class TInput,
class TOutput >
45 return !( *
this != other );
50 return static_cast<TOutput
>( vnl_math_abs( A ) );
68 template<
class TInputImage,
class TOutputImage >
73 typename TInputImage::PixelType,
74 typename TOutputImage::PixelType > >
95 #ifdef ITK_USE_CONCEPT_CHECKING
109 void operator=(
const Self &);