![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkBinaryNotImageFilter.h>
Collaboration diagram for itk::Functor::BinaryNot< TPixel >:Public Member Functions | |
| BinaryNot ()=default | |
| ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (BinaryNot) | |
| TPixel | operator() (const TPixel &A) const |
| bool | operator== (const BinaryNot &) const |
| ~BinaryNot ()=default | |
Public Attributes | |
| TPixel | m_BackgroundValue |
| TPixel | m_ForegroundValue |
Definition at line 58 of file itkBinaryNotImageFilter.h.
|
default |
|
default |
| itk::Functor::BinaryNot< TPixel >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | BinaryNot< TPixel > | ) |
|
inline |
Definition at line 72 of file itkBinaryNotImageFilter.h.
|
inline |
Definition at line 64 of file itkBinaryNotImageFilter.h.
| TPixel itk::Functor::BinaryNot< TPixel >::m_BackgroundValue |
Definition at line 83 of file itkBinaryNotImageFilter.h.
Referenced by itk::BinaryNotImageFilter< TImage >::GenerateData(), and itk::Functor::BinaryNot< TImage::PixelType >::operator()().
| TPixel itk::Functor::BinaryNot< TPixel >::m_ForegroundValue |
Definition at line 82 of file itkBinaryNotImageFilter.h.
Referenced by itk::BinaryNotImageFilter< TImage >::GenerateData(), and itk::Functor::BinaryNot< TImage::PixelType >::operator()().
1.8.16