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

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

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

#include <itkLog10ImageAdaptor.h>

List of all members.

Public Types

typedef Log10ImageAdaptor Self
typedef ImageAdaptor< TImage,
Accessor::Log10PixelAccessor<
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

 Log10ImageAdaptor ()
virtual ~Log10ImageAdaptor ()


Detailed Description

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

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

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

Definition at line 72 of file itkLog10ImageAdaptor.h.


Member Typedef Documentation

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

Definition at line 84 of file itkLog10ImageAdaptor.h.

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

Definition at line 83 of file itkLog10ImageAdaptor.h.

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

Standard class typedefs. Definition at line 79 of file itkLog10ImageAdaptor.h.

template<class TImage, class TOutputPixelType>
typedef ImageAdaptor<TImage,Accessor::Log10PixelAccessor< typename TImage::PixelType, TOutputPixelType> > itk::Log10ImageAdaptor< TImage, TOutputPixelType >::Superclass
 

Definition at line 82 of file itkLog10ImageAdaptor.h.


Constructor & Destructor Documentation

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

Definition at line 93 of file itkLog10ImageAdaptor.h.

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

Definition at line 94 of file itkLog10ImageAdaptor.h.


Member Function Documentation

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

Run-time type information (and related methods).

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