![]() |
ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkAcosImageFilter.h>
Inheritance diagram for itk::Functor::Acos< TInput, TOutput >:Public Member Functions | |
| Acos () | |
| bool | operator!= (const Acos &) const |
| TOutput | operator() (const TInput &A) const |
| bool | operator== (const Acos &other) const |
| ~Acos () | |
Computes the Acos of a pixel.
Definition at line 34 of file itkAcosImageFilter.h.
| itk::Functor::Acos< TInput, TOutput >::Acos | ( | ) | [inline] |
Definition at line 37 of file itkAcosImageFilter.h.
| itk::Functor::Acos< TInput, TOutput >::~Acos | ( | ) | [inline] |
Definition at line 38 of file itkAcosImageFilter.h.
| bool itk::Functor::Acos< TInput, TOutput >::operator!= | ( | const Acos< TInput, TOutput > & | ) | const [inline] |
Definition at line 39 of file itkAcosImageFilter.h.
| TOutput itk::Functor::Acos< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 50 of file itkAcosImageFilter.h.
| bool itk::Functor::Acos< TInput, TOutput >::operator== | ( | const Acos< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 45 of file itkAcosImageFilter.h.
1.7.6.1