ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | List of all members
itk::Functor::Acos< TInput, TOutput > Class Template Reference

#include <itkAcosImageFilter.h>

Detailed Description

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

Computes the Acos of a pixel.

Definition at line 34 of file itkAcosImageFilter.h.

Public Member Functions

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

Constructor & Destructor Documentation

template<typename TInput , typename TOutput >
itk::Functor::Acos< TInput, TOutput >::Acos ( )
default
template<typename TInput , typename TOutput >
itk::Functor::Acos< TInput, TOutput >::~Acos ( )
default

Member Function Documentation

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

Definition at line 39 of file itkAcosImageFilter.h.

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

Definition at line 50 of file itkAcosImageFilter.h.

template<typename TInput , typename 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: