#include <itkSquaredDifferenceImageFilter.h>
Public Member Functions | |
bool | operator!= (const SquaredDifference2 &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const SquaredDifference2 &other) const |
SquaredDifference2 () | |
~SquaredDifference2 () |
Definition at line 51 of file itkSquaredDifferenceImageFilter.h.
itk::Functor::SquaredDifference2< TInput1, TInput2, TOutput >::SquaredDifference2 | ( | ) | [inline] |
Definition at line 54 of file itkSquaredDifferenceImageFilter.h.
itk::Functor::SquaredDifference2< TInput1, TInput2, TOutput >::~SquaredDifference2 | ( | ) | [inline] |
Definition at line 55 of file itkSquaredDifferenceImageFilter.h.
bool itk::Functor::SquaredDifference2< TInput1, TInput2, TOutput >::operator!= | ( | const SquaredDifference2< TInput1, TInput2, TOutput > & | ) | const [inline] |
Definition at line 56 of file itkSquaredDifferenceImageFilter.h.
TOutput itk::Functor::SquaredDifference2< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | A, | |
const TInput2 & | B | |||
) | const [inline] |
Definition at line 64 of file itkSquaredDifferenceImageFilter.h.
bool itk::Functor::SquaredDifference2< TInput1, TInput2, TOutput >::operator== | ( | const SquaredDifference2< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 60 of file itkSquaredDifferenceImageFilter.h.