Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::TanImageFilter< TInputImage, TOutputImage > Class Template Reference
[Intensity Image FiltersMultithreaded Filters]

Computes the tan(x) pixel-wise. More...

#include <itkTanImageFilter.h>

List of all members.

Public Types

typedef TanImageFilter Self
typedef UnaryFunctorImageFilter<
TInputImage, TOutputImage,
Function::Tan< typename TInputImage::PixelType,
typename TOutputImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Static Public Member Functions

Pointer New ()

Protected Member Functions

 TanImageFilter ()
virtual ~TanImageFilter ()


Detailed Description

template<class TInputImage, class TOutputImage>
class itk::TanImageFilter< TInputImage, TOutputImage >

Computes the tan(x) pixel-wise.

Definition at line 44 of file itkTanImageFilter.h.


Member Typedef Documentation

template<class TInputImage, class TOutputImage>
typedef SmartPointer<const Self> itk::TanImageFilter< TInputImage, TOutputImage >::ConstPointer
 

Definition at line 57 of file itkTanImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef SmartPointer<Self> itk::TanImageFilter< TInputImage, TOutputImage >::Pointer
 

Definition at line 56 of file itkTanImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef TanImageFilter itk::TanImageFilter< TInputImage, TOutputImage >::Self
 

Standard class typedefs. Definition at line 52 of file itkTanImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Function::Tan< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::TanImageFilter< TInputImage, TOutputImage >::Superclass
 

Definition at line 55 of file itkTanImageFilter.h.


Constructor & Destructor Documentation

template<class TInputImage, class TOutputImage>
itk::TanImageFilter< TInputImage, TOutputImage >::TanImageFilter  )  [inline, protected]
 

Definition at line 63 of file itkTanImageFilter.h.

template<class TInputImage, class TOutputImage>
virtual itk::TanImageFilter< TInputImage, TOutputImage >::~TanImageFilter  )  [inline, protected, virtual]
 

Definition at line 64 of file itkTanImageFilter.h.


Member Function Documentation

template<class TInputImage, class TOutputImage>
Pointer itk::TanImageFilter< TInputImage, TOutputImage >::New  )  [static]
 

Method for creation through the object factory.


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:58:04 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000