ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions
itk::Functor::Acos< TInput, TOutput > Class Template Reference

#include <itkAcosImageFilter.h>

+ Inheritance diagram for itk::Functor::Acos< TInput, TOutput >:

List of all members.

Public Member Functions

 Acos ()
bool operator!= (const Acos &) const
TOutput operator() (const TInput &A) const
bool operator== (const Acos &other) const
 ~Acos ()

Detailed Description

template<class TInput, class TOutput>
class itk::Functor::Acos< TInput, TOutput >

Computes the Acos of a pixel.

Definition at line 34 of file itkAcosImageFilter.h.


Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Functor::Acos< TInput, TOutput >::Acos ( )
inline

Definition at line 37 of file itkAcosImageFilter.h.

template<class TInput, class TOutput>
itk::Functor::Acos< TInput, TOutput >::~Acos ( )
inline

Definition at line 38 of file itkAcosImageFilter.h.


Member Function Documentation

template<class TInput, class TOutput>
bool itk::Functor::Acos< TInput, TOutput >::operator!= ( const Acos< TInput, TOutput > &  ) const
inline

Definition at line 39 of file itkAcosImageFilter.h.

template<class TInput, class TOutput>
TOutput itk::Functor::Acos< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 50 of file itkAcosImageFilter.h.

template<class TInput, class TOutput>
bool itk::Functor::Acos< TInput, TOutput >::operator== ( const Acos< TInput, TOutput > &  other) const
inline

Definition at line 45 of file itkAcosImageFilter.h.


The documentation for this class was generated from the following file: