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

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

Presents a color image as being composed of the Luminance of its pixels. More...

#include <itkRGBToLuminanceImageAdaptor.h>

Inheritance diagram for itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >:

Inheritance graph
[legend]
Collaboration diagram for itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >:

Collaboration graph
[legend]
List of all members.

Public Types

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

Public Member Functions

virtual const char * GetNameOfClass () const

Static Public Member Functions

Pointer New ()

Protected Member Functions

 RGBToLuminanceImageAdaptor ()
virtual ~RGBToLuminanceImageAdaptor ()

Detailed Description

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

Presents a color image as being composed of the Luminance of its pixels.

Additional casting is performed according to the input and output image types following C++ default casting rules. The input color pixel type must provide a GetLuminance() method.

Definition at line 69 of file itkRGBToLuminanceImageAdaptor.h.


Member Typedef Documentation

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

Reimplemented from itk::ImageAdaptor< TImage, TAccessor >.

Definition at line 82 of file itkRGBToLuminanceImageAdaptor.h.

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

Reimplemented from itk::ImageAdaptor< TImage, TAccessor >.

Definition at line 81 of file itkRGBToLuminanceImageAdaptor.h.

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

Standard class typedefs.

Reimplemented from itk::ImageAdaptor< TImage, TAccessor >.

Definition at line 77 of file itkRGBToLuminanceImageAdaptor.h.

template<class TImage, class TOutputPixelType>
typedef ImageAdaptor<TImage, Accessor::RGBToLuminancePixelAccessor< typename TImage::PixelType, TOutputPixelType> > itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >::Superclass
 

Reimplemented from itk::ImageAdaptor< TImage, TAccessor >.

Definition at line 80 of file itkRGBToLuminanceImageAdaptor.h.


Constructor & Destructor Documentation

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

Definition at line 91 of file itkRGBToLuminanceImageAdaptor.h.

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

Definition at line 92 of file itkRGBToLuminanceImageAdaptor.h.


Member Function Documentation

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

Run-time type information (and related methods).

Reimplemented from itk::ImageAdaptor< TImage, TAccessor >.

template<class TImage, class TOutputPixelType>
Pointer itk::RGBToLuminanceImageAdaptor< TImage, TOutputPixelType >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::ImageAdaptor< TImage, TAccessor >.


The documentation for this class was generated from the following file:
Generated at Thu May 25 02:12:28 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000