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

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

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

#include <itkExpImageFilter.h>

Inheritance diagram for itk::ExpImageFilter:

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

Collaboration graph
[legend]
List of all members.

Public Types

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

Static Public Methods

Pointer New ()

Protected Methods

 ExpImageFilter ()
virtual ~ExpImageFilter ()

Detailed Description

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

Computes the exp(x) pixel-wise.

Definition at line 48 of file itkExpImageFilter.h.


Member Typedef Documentation

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

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

Definition at line 62 of file itkExpImageFilter.h.

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

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

Definition at line 61 of file itkExpImageFilter.h.

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

Standard class typedefs.

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

Definition at line 57 of file itkExpImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Function::Exp< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::ExpImageFilter< TInputImage, TOutputImage >::Superclass
 

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

Definition at line 60 of file itkExpImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 68 of file itkExpImageFilter.h.

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

Definition at line 69 of file itkExpImageFilter.h.


Member Function Documentation

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

Method for creation through the object factory.

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


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