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

itk::AddImageAdaptor< TImage > Class Template Reference
[Image Adaptors]

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

#include <itkAddImageAdaptor.h>

List of all members.

Public Types

typedef AddImageAdaptor Self
typedef ImageAdaptor< TImage,
Accessor::AddPixelAccessor<
typename TImage::PixelType > > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TImage::PixelType PixelType

Public Member Functions

virtual const char * GetClassName () const
void SetValue (const PixelType newvalue)
PixelType GetValue () const

Static Public Member Functions

Pointer New ()

Protected Member Functions

 AddImageAdaptor ()
virtual ~AddImageAdaptor ()


Detailed Description

template<class TImage>
class itk::AddImageAdaptor< TImage >

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

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

Definition at line 35 of file itkAddImageAdaptor.h.


Member Typedef Documentation

template<class TImage>
typedef SmartPointer<const Self> itk::AddImageAdaptor< TImage >::ConstPointer
 

Definition at line 46 of file itkAddImageAdaptor.h.

template<class TImage>
typedef TImage::PixelType itk::AddImageAdaptor< TImage >::PixelType
 

Definition at line 48 of file itkAddImageAdaptor.h.

Referenced by itk::AddImageAdaptor< TImage >::GetValue(), and itk::AddImageAdaptor< TImage >::SetValue().

template<class TImage>
typedef SmartPointer<Self> itk::AddImageAdaptor< TImage >::Pointer
 

Definition at line 45 of file itkAddImageAdaptor.h.

template<class TImage>
typedef AddImageAdaptor itk::AddImageAdaptor< TImage >::Self
 

Standard class typedefs. Definition at line 41 of file itkAddImageAdaptor.h.

template<class TImage>
typedef ImageAdaptor<TImage, Accessor::AddPixelAccessor< typename TImage::PixelType > > itk::AddImageAdaptor< TImage >::Superclass
 

Definition at line 44 of file itkAddImageAdaptor.h.


Constructor & Destructor Documentation

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

Definition at line 65 of file itkAddImageAdaptor.h.

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

Definition at line 66 of file itkAddImageAdaptor.h.


Member Function Documentation

template<class TImage>
virtual const char* itk::AddImageAdaptor< TImage >::GetClassName  )  const [virtual]
 

Run-time type information (and related methods).

template<class TImage>
PixelType itk::AddImageAdaptor< TImage >::GetValue  )  const [inline]
 

Get the value to be added to image pixels Definition at line 61 of file itkAddImageAdaptor.h.

References itk::AddImageAdaptor< TImage >::PixelType.

template<class TImage>
Pointer itk::AddImageAdaptor< TImage >::New  )  [static]
 

Method for creation through the object factory.

template<class TImage>
void itk::AddImageAdaptor< TImage >::SetValue const PixelType  newvalue  )  [inline]
 

Set the value to be added to image pixels Definition at line 57 of file itkAddImageAdaptor.h.

References itk::AddImageAdaptor< TImage >::PixelType.


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