![]() |
ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkAndImageFilter.h>
Inheritance diagram for itk::Functor::AND< TInput1, TInput2, TOutput >: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 34 of file itkAndImageFilter.h.
| itk::Functor::AND< TInput1, TInput2, TOutput >::AND | ( | ) | [inline] |
Definition at line 37 of file itkAndImageFilter.h.
| itk::Functor::AND< TInput1, TInput2, TOutput >::~AND | ( | ) | [inline] |
Definition at line 38 of file itkAndImageFilter.h.
| bool itk::Functor::AND< TInput1, TInput2, TOutput >::operator!= | ( | const AND< TInput1, TInput2, TOutput > & | ) | const [inline] |
Definition at line 39 of file itkAndImageFilter.h.
| TOutput itk::Functor::AND< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | A, |
| const TInput2 & | B | ||
| ) | const [inline] |
Definition at line 50 of file itkAndImageFilter.h.
| bool itk::Functor::AND< TInput1, TInput2, TOutput >::operator== | ( | const AND< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 45 of file itkAndImageFilter.h.
1.7.6.1