ITK
4.2.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.
|
inline |
Definition at line 60 of file itkBinaryNotImageFilter.h.
|
inline |
Definition at line 61 of file itkBinaryNotImageFilter.h.
|
inline |
Definition at line 62 of file itkBinaryNotImageFilter.h.
|
inline |
Definition at line 70 of file itkBinaryNotImageFilter.h.
|
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()().