#include <itkMinimumImageFilter.h>
Public Member Functions | |
Minimum () | |
bool | operator!= (const Minimum &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const Minimum &other) const |
~Minimum () |
Definition at line 40 of file itkMinimumImageFilter.h.
itk::Function::Minimum< TInput1, TInput2, TOutput >::Minimum | ( | ) | [inline] |
Definition at line 43 of file itkMinimumImageFilter.h.
itk::Function::Minimum< TInput1, TInput2, TOutput >::~Minimum | ( | ) | [inline] |
Definition at line 44 of file itkMinimumImageFilter.h.
bool itk::Function::Minimum< TInput1, TInput2, TOutput >::operator!= | ( | const Minimum< TInput1, TInput2, TOutput > & | ) | const [inline] |
Definition at line 45 of file itkMinimumImageFilter.h.
TOutput itk::Function::Minimum< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | A, | |
const TInput2 & | B | |||
) | const [inline] |
Definition at line 53 of file itkMinimumImageFilter.h.
bool itk::Function::Minimum< TInput1, TInput2, TOutput >::operator== | ( | const Minimum< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 49 of file itkMinimumImageFilter.h.