#include <itkAddImageFilter.h>
Public Types | |
typedef NumericTraits< TInput1 > ::AccumulateType | AccumulatorType |
Public Member Functions | |
Add2 () | |
bool | operator!= (const Add2 &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const Add2 &other) const |
~Add2 () |
Definition at line 62 of file itkAddImageFilter.h.
typedef NumericTraits< TInput1 >::AccumulateType itk::Functor::Add2< TInput1, TInput2, TOutput >::AccumulatorType |
Definition at line 65 of file itkAddImageFilter.h.
itk::Functor::Add2< TInput1, TInput2, TOutput >::Add2 | ( | ) | [inline] |
Definition at line 66 of file itkAddImageFilter.h.
itk::Functor::Add2< TInput1, TInput2, TOutput >::~Add2 | ( | ) | [inline] |
Definition at line 67 of file itkAddImageFilter.h.
bool itk::Functor::Add2< TInput1, TInput2, TOutput >::operator!= | ( | const Add2< TInput1, TInput2, TOutput > & | ) | const [inline] |
Definition at line 68 of file itkAddImageFilter.h.
TOutput itk::Functor::Add2< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | A, | |
const TInput2 & | B | |||
) | const [inline] |
Definition at line 76 of file itkAddImageFilter.h.
bool itk::Functor::Add2< TInput1, TInput2, TOutput >::operator== | ( | const Add2< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 72 of file itkAddImageFilter.h.