#include <itkCosImageFilter.h>
Public Member Functions | |
Cos () | |
bool | operator!= (const Cos &) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const Cos &other) const |
~Cos () |
Definition at line 47 of file itkCosImageFilter.h.
itk::Functor::Cos< TInput, TOutput >::Cos | ( | ) | [inline] |
Definition at line 50 of file itkCosImageFilter.h.
itk::Functor::Cos< TInput, TOutput >::~Cos | ( | ) | [inline] |
Definition at line 51 of file itkCosImageFilter.h.
bool itk::Functor::Cos< TInput, TOutput >::operator!= | ( | const Cos< TInput, TOutput > & | ) | const [inline] |
Definition at line 52 of file itkCosImageFilter.h.
TOutput itk::Functor::Cos< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 60 of file itkCosImageFilter.h.
bool itk::Functor::Cos< TInput, TOutput >::operator== | ( | const Cos< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 56 of file itkCosImageFilter.h.