ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryNotImageFilter.h>
Public Member Functions | |
BinaryNot () | |
bool | operator!= (const BinaryNot &) const |
TPixel | operator() (const TPixel &A) |
bool | operator== (const BinaryNot &other) const |
~BinaryNot () | |
Public Attributes | |
TPixel | m_BackgroundValue |
TPixel | m_ForegroundValue |
Definition at line 57 of file itkBinaryNotImageFilter.h.
itk::Functor::BinaryNot< TPixel >::BinaryNot | ( | ) | [inline] |
Definition at line 60 of file itkBinaryNotImageFilter.h.
itk::Functor::BinaryNot< TPixel >::~BinaryNot | ( | ) | [inline] |
Definition at line 61 of file itkBinaryNotImageFilter.h.
bool itk::Functor::BinaryNot< TPixel >::operator!= | ( | const BinaryNot< TPixel > & | ) | const [inline] |
Definition at line 62 of file itkBinaryNotImageFilter.h.
TPixel itk::Functor::BinaryNot< TPixel >::operator() | ( | const TPixel & | A | ) | [inline] |
Definition at line 70 of file itkBinaryNotImageFilter.h.
bool itk::Functor::BinaryNot< TPixel >::operator== | ( | const BinaryNot< TPixel > & | other | ) | const [inline] |
Definition at line 66 of file itkBinaryNotImageFilter.h.
TPixel itk::Functor::BinaryNot< TPixel >::m_BackgroundValue |
Definition at line 81 of file itkBinaryNotImageFilter.h.
Referenced by itk::Functor::BinaryNot< TImage::PixelType >::operator()().
TPixel itk::Functor::BinaryNot< TPixel >::m_ForegroundValue |
Definition at line 80 of file itkBinaryNotImageFilter.h.
Referenced by itk::Functor::BinaryNot< TImage::PixelType >::operator()().