ITK  5.2.0
Insight Toolkit
Public Member Functions | List of all members
itk::Functor::Atan< TInput, TOutput > Class Template Reference

#include <itkAtanImageFilter.h>

Public Member Functions

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

Detailed Description

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

Definition at line 34 of file itkAtanImageFilter.h.

Constructor & Destructor Documentation

◆ Atan()

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

◆ ~Atan()

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

Member Function Documentation

◆ operator!=()

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

Definition at line 40 of file itkAtanImageFilter.h.

◆ operator()()

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

Definition at line 53 of file itkAtanImageFilter.h.

◆ operator==()

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

Definition at line 47 of file itkAtanImageFilter.h.


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