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