ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions
itk::Functor::Tan< TInput, TOutput > Class Template Reference

#include <itkTanImageFilter.h>

+ Inheritance diagram for itk::Functor::Tan< TInput, TOutput >:

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 34 of file itkTanImageFilter.h.


Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Functor::Tan< TInput, TOutput >::Tan ( )
inline

Definition at line 37 of file itkTanImageFilter.h.

template<class TInput, class TOutput>
itk::Functor::Tan< TInput, TOutput >::~Tan ( )
inline

Definition at line 38 of file itkTanImageFilter.h.


Member Function Documentation

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

Definition at line 39 of file itkTanImageFilter.h.

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

Definition at line 50 of file itkTanImageFilter.h.

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

Definition at line 45 of file itkTanImageFilter.h.


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