ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkNotImageFilter.h>
Public Member Functions | |
NOT () | |
bool | operator!= (const NOT &) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const NOT &other) const |
~NOT () |
Definition at line 34 of file itkNotImageFilter.h.
itk::Functor::NOT< TInput, TOutput >::NOT | ( | ) | [inline] |
Definition at line 37 of file itkNotImageFilter.h.
itk::Functor::NOT< TInput, TOutput >::~NOT | ( | ) | [inline] |
Definition at line 38 of file itkNotImageFilter.h.
bool itk::Functor::NOT< TInput, TOutput >::operator!= | ( | const NOT< TInput, TOutput > & | ) | const [inline] |
Definition at line 39 of file itkNotImageFilter.h.
TOutput itk::Functor::NOT< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 50 of file itkNotImageFilter.h.
bool itk::Functor::NOT< TInput, TOutput >::operator== | ( | const NOT< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 45 of file itkNotImageFilter.h.