#include <itkAtan2ImageFilter.h>
Public Member Functions | |
Atan2 () | |
bool | operator!= (const Atan2 &) const |
TOutput | operator() (const TInput1 &A, const TInput2 &B) const |
bool | operator== (const Atan2 &other) const |
~Atan2 () |
Definition at line 42 of file itkAtan2ImageFilter.h.
itk::Functor::Atan2< TInput1, TInput2, TOutput >::Atan2 | ( | ) | [inline] |
Definition at line 45 of file itkAtan2ImageFilter.h.
itk::Functor::Atan2< TInput1, TInput2, TOutput >::~Atan2 | ( | ) | [inline] |
Definition at line 46 of file itkAtan2ImageFilter.h.
bool itk::Functor::Atan2< TInput1, TInput2, TOutput >::operator!= | ( | const Atan2< TInput1, TInput2, TOutput > & | ) | const [inline] |
Definition at line 47 of file itkAtan2ImageFilter.h.
TOutput itk::Functor::Atan2< TInput1, TInput2, TOutput >::operator() | ( | const TInput1 & | A, | |
const TInput2 & | B | |||
) | const [inline] |
Definition at line 55 of file itkAtan2ImageFilter.h.
bool itk::Functor::Atan2< TInput1, TInput2, TOutput >::operator== | ( | const Atan2< TInput1, TInput2, TOutput > & | other | ) | const [inline] |
Definition at line 51 of file itkAtan2ImageFilter.h.