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 );
79 template<
class TInputImage,
class TOutputImage >
84 typename TInputImage::PixelType,
85 typename TOutputImage::PixelType > >
92 TInputImage, TOutputImage,
94 typename TInputImage::PixelType,
95 typename TOutputImage::PixelType >
108 #ifdef ITK_USE_CONCEPT_CHECKING
112 typename TOutputImage::PixelType > ) );
123 void operator=(
const Self &);