#include <itkNaryAddImageFilter.h>
Public Types | |
typedef NumericTraits< TInput > ::AccumulateType | AccumulatorType |
Public Member Functions | |
Add1 () | |
bool | operator!= (const Add1 &) const |
TOutput | operator() (const std::vector< TInput > &B) const |
bool | operator== (const Add1 &) const |
~Add1 () |
Definition at line 58 of file itkNaryAddImageFilter.h.
typedef NumericTraits< TInput >::AccumulateType itk::Functor::Add1< TInput, TOutput >::AccumulatorType |
Definition at line 61 of file itkNaryAddImageFilter.h.
itk::Functor::Add1< TInput, TOutput >::Add1 | ( | ) | [inline] |
Definition at line 62 of file itkNaryAddImageFilter.h.
itk::Functor::Add1< TInput, TOutput >::~Add1 | ( | ) | [inline] |
Definition at line 63 of file itkNaryAddImageFilter.h.
bool itk::Functor::Add1< TInput, TOutput >::operator!= | ( | const Add1< TInput, TOutput > & | ) | const [inline] |
Definition at line 77 of file itkNaryAddImageFilter.h.
TOutput itk::Functor::Add1< TInput, TOutput >::operator() | ( | const std::vector< TInput > & | B | ) | const [inline] |
Definition at line 64 of file itkNaryAddImageFilter.h.
bool itk::Functor::Add1< TInput, TOutput >::operator== | ( | const Add1< TInput, TOutput > & | ) | const [inline] |
Definition at line 73 of file itkNaryAddImageFilter.h.