18 #ifndef itkNotImageFilter_h
19 #define itkNotImageFilter_h
33 template<
typename TInput,
typename TOutput = TInput >
47 return !( *
this != other );
52 return static_cast< TOutput
>( !A );
80 template<
typename TInputImage,
typename 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 > ) );
virtual ~NotImageFilter()
SmartPointer< Self > Pointer
Implements the NOT logical operator pixel-wise on an image.
Base class for all process objects that output image data.
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NOT< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
void operator=(const Self &)
TOutput operator()(const TInput &A) const
Implements pixel-wise generic operation on one image.
Unary logical NOT functor.
bool operator==(const NOT &other) const
bool operator!=(const NOT &) const
#define itkConceptMacro(name, concept)
SmartPointer< const Self > ConstPointer