#include <itkSubtractImageFilter.h>
Public Member Functions | |
bool | operator!= (const Sub2 &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const Sub2 &other) const |
Sub2 () | |
~Sub2 () |
Definition at line 39 of file itkSubtractImageFilter.h.
itk::Function::Sub2< TInput1, TInput2, TOutput >::Sub2 | ( | ) | [inline] |
Definition at line 42 of file itkSubtractImageFilter.h.
itk::Function::Sub2< TInput1, TInput2, TOutput >::~Sub2 | ( | ) | [inline] |
Definition at line 43 of file itkSubtractImageFilter.h.
bool itk::Function::Sub2< TInput1, TInput2, TOutput >::operator!= | ( | const Sub2< TInput1, TInput2, TOutput > & | ) | const [inline] |
Definition at line 44 of file itkSubtractImageFilter.h.
TOutput itk::Function::Sub2< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | A, | |
const TInput2 & | B | |||
) | const [inline] |
Definition at line 52 of file itkSubtractImageFilter.h.
bool itk::Function::Sub2< TInput1, TInput2, TOutput >::operator== | ( | const Sub2< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 48 of file itkSubtractImageFilter.h.