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

itk::ExpImageAdaptor< TImage, TOutputPixelType > Class Template Reference
[Image Adaptors]

Presents an image as being composed of the exp() of its pixels. More...

#include <itkExpImageAdaptor.h>

List of all members.

Public Types

typedef ExpImageAdaptor Self
typedef ImageAdaptor< TImage,
Accessor::ExpPixelAccessor<
typename TImage::PixelType,
TOutputPixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer

Public Member Functions

virtual const char * GetClassName () const

Static Public Member Functions

Pointer New ()

Protected Member Functions

 ExpImageAdaptor ()
virtual ~ExpImageAdaptor ()


Detailed Description

template<class TImage, class TOutputPixelType>
class itk::ExpImageAdaptor< TImage, TOutputPixelType >

Presents an image as being composed of the exp() of its pixels.

Additional casting is performed according to the input and output image types following C++ default casting rules.

Definition at line 68 of file itkExpImageAdaptor.h.


Member Typedef Documentation

template<class TImage, class TOutputPixelType>
typedef SmartPointer<const Self> itk::ExpImageAdaptor< TImage, TOutputPixelType >::ConstPointer
 

Definition at line 80 of file itkExpImageAdaptor.h.

template<class TImage, class TOutputPixelType>
typedef SmartPointer<Self> itk::ExpImageAdaptor< TImage, TOutputPixelType >::Pointer
 

Definition at line 79 of file itkExpImageAdaptor.h.

template<class TImage, class TOutputPixelType>
typedef ExpImageAdaptor itk::ExpImageAdaptor< TImage, TOutputPixelType >::Self
 

Standard class typedefs. Definition at line 75 of file itkExpImageAdaptor.h.

template<class TImage, class TOutputPixelType>
typedef ImageAdaptor<TImage,Accessor::ExpPixelAccessor< typename TImage::PixelType, TOutputPixelType> > itk::ExpImageAdaptor< TImage, TOutputPixelType >::Superclass
 

Definition at line 78 of file itkExpImageAdaptor.h.


Constructor & Destructor Documentation

template<class TImage, class TOutputPixelType>
itk::ExpImageAdaptor< TImage, TOutputPixelType >::ExpImageAdaptor  )  [inline, protected]
 

Definition at line 89 of file itkExpImageAdaptor.h.

template<class TImage, class TOutputPixelType>
virtual itk::ExpImageAdaptor< TImage, TOutputPixelType >::~ExpImageAdaptor  )  [inline, protected, virtual]
 

Definition at line 90 of file itkExpImageAdaptor.h.


Member Function Documentation

template<class TImage, class TOutputPixelType>
virtual const char* itk::ExpImageAdaptor< TImage, TOutputPixelType >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

template<class TImage, class TOutputPixelType>
Pointer itk::ExpImageAdaptor< TImage, TOutputPixelType >::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 03:01:26 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000