ITK  5.2.0
Insight Toolkit
Public Member Functions | Public Attributes | List of all members
itk::Functor::BinaryNot< TPixel > Class Template Reference

#include <itkBinaryNotImageFilter.h>

+ Inheritance diagram for itk::Functor::BinaryNot< TPixel >:
+ Collaboration diagram for itk::Functor::BinaryNot< TPixel >:

Public Member Functions

 BinaryNot ()=default
 
bool operator!= (const BinaryNot &) const
 
TPixel operator() (const TPixel &A) const
 
bool operator== (const BinaryNot &other) const
 
 ~BinaryNot ()=default
 

Public Attributes

TPixel m_BackgroundValue
 
TPixel m_ForegroundValue
 

Detailed Description

template<typename TPixel>
class itk::Functor::BinaryNot< TPixel >

Definition at line 58 of file itkBinaryNotImageFilter.h.

Constructor & Destructor Documentation

◆ BinaryNot()

template<typename TPixel>
itk::Functor::BinaryNot< TPixel >::BinaryNot ( )
default

◆ ~BinaryNot()

template<typename TPixel>
itk::Functor::BinaryNot< TPixel >::~BinaryNot ( )
default

Member Function Documentation

◆ operator!=()

template<typename TPixel>
bool itk::Functor::BinaryNot< TPixel >::operator!= ( const BinaryNot< TPixel > &  ) const
inline

Definition at line 64 of file itkBinaryNotImageFilter.h.

◆ operator()()

template<typename TPixel>
TPixel itk::Functor::BinaryNot< TPixel >::operator() ( const TPixel &  A) const
inline

Definition at line 74 of file itkBinaryNotImageFilter.h.

◆ operator==()

template<typename TPixel>
bool itk::Functor::BinaryNot< TPixel >::operator== ( const BinaryNot< TPixel > &  other) const
inline

Definition at line 69 of file itkBinaryNotImageFilter.h.

Member Data Documentation

◆ m_BackgroundValue

template<typename TPixel>
TPixel itk::Functor::BinaryNot< TPixel >::m_BackgroundValue

◆ m_ForegroundValue

template<typename TPixel>
TPixel itk::Functor::BinaryNot< TPixel >::m_ForegroundValue

The documentation for this class was generated from the following file: