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

#include <itkTanImageFilter.h>

Public Member Functions

 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (Tan)
 
TOutput operator() (const TInput &A) const
 
bool operator== (const Tan &) const
 
 Tan ()=default
 
 ~Tan ()=default
 

Detailed Description

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

Definition at line 34 of file itkTanImageFilter.h.

Constructor & Destructor Documentation

◆ Tan()

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

◆ ~Tan()

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

Member Function Documentation

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

template<typename TInput , typename TOutput >
itk::Functor::Tan< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION ( Tan< TInput, TOutput >  )

◆ operator()()

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

Definition at line 49 of file itkTanImageFilter.h.

◆ operator==()

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

Definition at line 40 of file itkTanImageFilter.h.


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