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

itk::Accessor::RGBToVectorPixelAccessor< T > Class Template Reference
[Image Adaptors]

Give access to a RGBPixel as if it were a Vector type. More...

#include <itkRGBToVectorPixelAccessor.h>

Collaboration diagram for itk::Accessor::RGBToVectorPixelAccessor< T >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef RGBToVectorPixelAccessor Self
typedef Vector< T, 3 > ExternalType
typedef RGBPixel< T > InternalType

Public Methods

void Set (InternalType &output, const ExternalType &input) const
const ExternalTypeGet (const InternalType &input) const

Detailed Description

template<class T>
class itk::Accessor::RGBToVectorPixelAccessor< T >

Give access to a RGBPixel as if it were a Vector type.

This class is intended to be used as parameter of an ImageAdaptor to make an RGBPixel image appear as being an image of Vector pixel type.

See also:
ImageAdaptor

Definition at line 43 of file itkRGBToVectorPixelAccessor.h.


Member Typedef Documentation

template<class T>
typedef Vector<T,3> itk::Accessor::RGBToVectorPixelAccessor< T >::ExternalType
 

External typedef. It defines the external aspect that this class will exhibit

Definition at line 51 of file itkRGBToVectorPixelAccessor.h.

template<class T>
typedef RGBPixel<T> itk::Accessor::RGBToVectorPixelAccessor< T >::InternalType
 

Internal typedef. It defines the internal real representation of data

Definition at line 55 of file itkRGBToVectorPixelAccessor.h.

template<class T>
typedef RGBToVectorPixelAccessor itk::Accessor::RGBToVectorPixelAccessor< T >::Self
 

Standard class typedefs.

Definition at line 47 of file itkRGBToVectorPixelAccessor.h.


Member Function Documentation

template<class T>
const ExternalType& itk::Accessor::RGBToVectorPixelAccessor< T >::Get const InternalType   input const [inline]
 

Read access to the RGBToVector component

Definition at line 66 of file itkRGBToVectorPixelAccessor.h.

template<class T>
void itk::Accessor::RGBToVectorPixelAccessor< T >::Set InternalType   output,
const ExternalType   input
const [inline]
 

Write access to the RGBToVector component

Definition at line 58 of file itkRGBToVectorPixelAccessor.h.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:49:35 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000