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

#include <itkTanImageFilter.h>

Public Member Functions

bool operator!= (const Tan &) const
 
TOutput operator() (const TInput &A) const
 
bool operator== (const Tan &other) 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

◆ 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.

◆ operator()()

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

Definition at line 53 of file itkTanImageFilter.h.

◆ operator==()

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

Definition at line 47 of file itkTanImageFilter.h.


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