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