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>

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 Member Functions

Pointer New ()

Protected Member Functions

 ExpImageFilter ()
virtual ~ExpImageFilter ()


Detailed Description

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

Computes the exp(x) pixel-wise.

Definition at line 52 of file itkExpImageFilter.h.


Member Typedef Documentation

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

Definition at line 66 of file itkExpImageFilter.h.

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

Definition at line 65 of file itkExpImageFilter.h.

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

Standard class typedefs. Definition at line 61 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
 

Definition at line 64 of file itkExpImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 72 of file itkExpImageFilter.h.

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

Definition at line 73 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.


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