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

#include <itkBinaryNotImageFilter.h>

Detailed Description

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

Definition at line 58 of file itkBinaryNotImageFilter.h.

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

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (BinaryNot)
 
TPixel operator() (const TPixel &A) const
 
bool operator== (const BinaryNot &) const
 

Public Attributes

TPixel m_BackgroundValue
 
TPixel m_ForegroundValue
 

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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

Definition at line 70 of file itkBinaryNotImageFilter.h.

◆ operator==()

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

Definition at line 62 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: