#include <itkTernaryAddImageFilter.h>
Public Member Functions | |
Add3 () | |
bool | operator!= (const Add3 &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B, const TInput3 &C) const |
bool | operator== (const Add3 &other) const |
~Add3 () |
Definition at line 37 of file itkTernaryAddImageFilter.h.
itk::Function::Add3< TInput1, TInput2, TInput3, TOutput >::Add3 | ( | ) | [inline] |
Definition at line 40 of file itkTernaryAddImageFilter.h.
itk::Function::Add3< TInput1, TInput2, TInput3, TOutput >::~Add3 | ( | ) | [inline] |
Definition at line 41 of file itkTernaryAddImageFilter.h.
bool itk::Function::Add3< TInput1, TInput2, TInput3, TOutput >::operator!= | ( | const Add3< TInput1, TInput2, TInput3, TOutput > & | ) | const [inline] |
Definition at line 42 of file itkTernaryAddImageFilter.h.
TOutput itk::Function::Add3< TInput1, TInput2, TInput3, TOutput >::operator() | ( | const TInput1 & | A, | |
const TInput2 & | B, | |||
const TInput3 & | C | |||
) | const [inline] |
Definition at line 50 of file itkTernaryAddImageFilter.h.
bool itk::Function::Add3< TInput1, TInput2, TInput3, TOutput >::operator== | ( | const Add3< TInput1, TInput2, TInput3, TOutput > & | other | ) | const [inline] |
Definition at line 46 of file itkTernaryAddImageFilter.h.