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>

Inheritance diagram for itk::TanImageFilter:

Inheritance graph
[legend]
Collaboration diagram for itk::TanImageFilter< TInputImage, TOutputImage >:

Collaboration graph
[legend]
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 Methods

Pointer New ()

Protected Methods

 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
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 57 of file itkTanImageFilter.h.

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

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 56 of file itkTanImageFilter.h.

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

Standard class typedefs.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >.

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
 

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >.

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.

Reimplemented from itk::UnaryFunctorImageFilter< TInputImage, TOutputImage, Function::Tan< TInputImage::PixelType, TOutputImage::PixelType > >.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:42:00 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000