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

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

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

#include <itkExpNegativeImageFilter.h>

Inheritance diagram for itk::ExpNegativeImageFilter:

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

Collaboration graph
[legend]
List of all members.

Public Types

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

Public Methods

void SetFactor (double factor)

Static Public Methods

Pointer New ()

Protected Methods

 ExpNegativeImageFilter ()
virtual ~ExpNegativeImageFilter ()

Detailed Description

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

Computes the function exp(-K.x) pixel-wise.

Every output pixel is equal to exp(-K.x ). where x is the intensity of the homologous input pixel, and K is a user-provided constant.

Definition at line 58 of file itkExpNegativeImageFilter.h.


Member Typedef Documentation

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

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

Definition at line 72 of file itkExpNegativeImageFilter.h.

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

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

Definition at line 71 of file itkExpNegativeImageFilter.h.

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

Standard class typedefs.

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

Definition at line 67 of file itkExpNegativeImageFilter.h.

template<class TInputImage, class TOutputImage>
typedef UnaryFunctorImageFilter<TInputImage,TOutputImage, Function::ExpNegative< typename TInputImage::PixelType, typename TOutputImage::PixelType> > itk::ExpNegativeImageFilter< TInputImage, TOutputImage >::Superclass
 

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

Definition at line 70 of file itkExpNegativeImageFilter.h.


Constructor & Destructor Documentation

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

Definition at line 87 of file itkExpNegativeImageFilter.h.

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

Definition at line 88 of file itkExpNegativeImageFilter.h.


Member Function Documentation

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

Method for creation through the object factory.

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

template<class TInputImage, class TOutputImage>
void itk::ExpNegativeImageFilter< TInputImage, TOutputImage >::SetFactor double    factor [inline]
 

Definition at line 77 of file itkExpNegativeImageFilter.h.


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