18 #ifndef __itkNotImageFilter_h
19 #define __itkNotImageFilter_h
33 template<
class TInput,
class TOutput = TInput >
47 return !( *
this != other );
52 return static_cast< TOutput
>( !A );
80 template<
class TInputImage,
class TOutputImage >
85 typename TInputImage::PixelType,
86 typename TOutputImage::PixelType > >
93 TInputImage, TOutputImage,
95 typename TInputImage::PixelType,
96 typename TOutputImage::PixelType >
109 #ifdef ITK_USE_CONCEPT_CHECKING
116 typename TOutputImage::PixelType > ) );
129 void operator=(
const Self &);