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

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

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

#include <itkAbsImageAdaptor.h>

List of all members.

Public Types

typedef AbsImageAdaptor Self
typedef ImageAdaptor< TImage,
Accessor::AbsPixelAccessor<
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

 AbsImageAdaptor ()
virtual ~AbsImageAdaptor ()


Detailed Description

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

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

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

Definition at line 66 of file itkAbsImageAdaptor.h.


Member Typedef Documentation

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

Definition at line 79 of file itkAbsImageAdaptor.h.

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

Definition at line 78 of file itkAbsImageAdaptor.h.

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

Standard class typedefs. Definition at line 74 of file itkAbsImageAdaptor.h.

template<class TImage, class TOutputPixelType>
typedef ImageAdaptor<TImage, Accessor::AbsPixelAccessor< typename TImage::PixelType, TOutputPixelType> > itk::AbsImageAdaptor< TImage, TOutputPixelType >::Superclass
 

Definition at line 77 of file itkAbsImageAdaptor.h.


Constructor & Destructor Documentation

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

Definition at line 88 of file itkAbsImageAdaptor.h.

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

Definition at line 89 of file itkAbsImageAdaptor.h.


Member Function Documentation

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

Run-time type information (and related methods).

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