#include <itkAndImageFilter.h>
Public Member Functions | |
AND () | |
bool | operator!= (const AND &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const AND &other) const |
~AND () |
Definition at line 49 of file itkAndImageFilter.h.
itk::Functor::AND< TInput1, TInput2, TOutput >::AND | ( | ) | [inline] |
Definition at line 52 of file itkAndImageFilter.h.
itk::Functor::AND< TInput1, TInput2, TOutput >::~AND | ( | ) | [inline] |
Definition at line 53 of file itkAndImageFilter.h.
bool itk::Functor::AND< TInput1, TInput2, TOutput >::operator!= | ( | const AND< TInput1, TInput2, TOutput > & | ) | const [inline] |
Definition at line 54 of file itkAndImageFilter.h.
TOutput itk::Functor::AND< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | A, | |
const TInput2 & | B | |||
) | const [inline] |
Definition at line 62 of file itkAndImageFilter.h.
bool itk::Functor::AND< TInput1, TInput2, TOutput >::operator== | ( | const AND< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 58 of file itkAndImageFilter.h.