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