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