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>

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

void SetFactor (double factor)

Static Public Member Functions

Pointer New ()

Protected Member Functions

 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
 

Definition at line 72 of file itkExpNegativeImageFilter.h.

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

Definition at line 71 of file itkExpNegativeImageFilter.h.

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

Standard class typedefs. 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
 

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.

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 Sun Apr 1 02:53:41 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000