#include <itkTanImageFilter.h>
Public Member Functions | |
bool | operator!= (const Tan &) const |
TOutput | operator() (const TInput &A) const |
bool | operator== (const Tan &other) const |
Tan () | |
~Tan () |
Definition at line 34 of file itkTanImageFilter.h.
itk::Function::Tan< TInput, TOutput >::Tan | ( | ) | [inline] |
Definition at line 37 of file itkTanImageFilter.h.
itk::Function::Tan< TInput, TOutput >::~Tan | ( | ) | [inline] |
Definition at line 38 of file itkTanImageFilter.h.
bool itk::Function::Tan< TInput, TOutput >::operator!= | ( | const Tan< TInput, TOutput > & | ) | const [inline] |
Definition at line 39 of file itkTanImageFilter.h.
TOutput itk::Function::Tan< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 47 of file itkTanImageFilter.h.
bool itk::Function::Tan< TInput, TOutput >::operator== | ( | const Tan< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 43 of file itkTanImageFilter.h.