ITK
6.0.0
Insight Toolkit
|
#include <itkBinaryNotImageFilter.h>
Definition at line 58 of file itkBinaryNotImageFilter.h.
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 |
itk::Functor::BinaryNot< TPixel >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | BinaryNot< TPixel > | ) |
|
inline |
Definition at line 70 of file itkBinaryNotImageFilter.h.
References itk::Functor::BinaryNot< TPixel >::m_BackgroundValue, and itk::Functor::BinaryNot< TPixel >::m_ForegroundValue.
|
inline |
Definition at line 62 of file itkBinaryNotImageFilter.h.
TPixel itk::Functor::BinaryNot< TPixel >::m_BackgroundValue |
Definition at line 81 of file itkBinaryNotImageFilter.h.
Referenced by itk::BinaryNotImageFilter< TImage >::GenerateData(), and itk::Functor::BinaryNot< TPixel >::operator()().
TPixel itk::Functor::BinaryNot< TPixel >::m_ForegroundValue |
Definition at line 80 of file itkBinaryNotImageFilter.h.
Referenced by itk::BinaryNotImageFilter< TImage >::GenerateData(), and itk::Functor::BinaryNot< TPixel >::operator()().