#include <itkAcosImageFilter.h>
Public Member Functions | |
Acos () | |
bool | operator!= (const Acos &) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const Acos &other) const |
~Acos () |
Definition at line 49 of file itkAcosImageFilter.h.
itk::Functor::Acos< TInput, TOutput >::Acos | ( | ) | [inline] |
Definition at line 52 of file itkAcosImageFilter.h.
itk::Functor::Acos< TInput, TOutput >::~Acos | ( | ) | [inline] |
Definition at line 53 of file itkAcosImageFilter.h.
bool itk::Functor::Acos< TInput, TOutput >::operator!= | ( | const Acos< TInput, TOutput > & | ) | const [inline] |
Definition at line 54 of file itkAcosImageFilter.h.
TOutput itk::Functor::Acos< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 62 of file itkAcosImageFilter.h.
bool itk::Functor::Acos< TInput, TOutput >::operator== | ( | const Acos< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 58 of file itkAcosImageFilter.h.