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

#include <itkAsinImageFilter.h>

Detailed Description

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

Definition at line 34 of file itkAsinImageFilter.h.

Public Member Functions

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

Definition at line 39 of file itkAsinImageFilter.h.

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

Definition at line 50 of file itkAsinImageFilter.h.

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

Definition at line 45 of file itkAsinImageFilter.h.


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