18#ifndef itkNotImageFilter_h
19#define itkNotImageFilter_h
55template <
typename TInputImage,
typename TOutputImage>
59 Functor::NOT<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
93 typename TOutputImage::PixelType
107 <<
" foregroundValue: " << foregroundValue << std::endl;
114 typename TOutputImage::PixelType
void SetForegroundValue(const TOutput &FG)
void SetBackgroundValue(const TOutput &BG)
TOutput GetForegroundValue() const
TOutput GetBackgroundValue() const
Unary logical NOT functor.
TOutputImage::PixelType GetForegroundValue() const
void SetBackgroundValue(const typename TOutputImage::PixelType &backgroundValue)
SmartPointer< const Self > ConstPointer
TOutputImage::PixelType GetBackgroundValue() const
UnaryFunctorImageFilter< TInputImage, TOutputImage, Functor::NOT< typename TInputImage::PixelType, typename TOutputImage::PixelType > > Superclass
~NotImageFilter() override=default
SmartPointer< Self > Pointer
void SetForegroundValue(const typename TOutputImage::PixelType &foregroundValue)
virtual void Modified() const
Implements transparent reference counting.
UnaryFunctorImageFilter()
FunctorType & GetFunctor()
#define itkConceptMacro(name, concept)
bool NotExactlyEquals(const TInput1 &x1, const TInput2 &x2)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....