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

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

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

#include <itkVectorToRGBPixelAccessor.h>

List of all members.

Public Types

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

Public Member Functions

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


Detailed Description

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

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

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

See also:
ImageAdaptor

Definition at line 43 of file itkVectorToRGBPixelAccessor.h.


Member Typedef Documentation

template<class T>
typedef RGBPixel<T> itk::Accessor::VectorToRGBPixelAccessor< T >::ExternalType
 

External typedef. It defines the external aspect that this class will exhibit Definition at line 51 of file itkVectorToRGBPixelAccessor.h.

Referenced by itk::Accessor::VectorToRGBPixelAccessor< T >::Get(), and itk::Accessor::VectorToRGBPixelAccessor< T >::Set().

template<class T>
typedef Vector<T,3> itk::Accessor::VectorToRGBPixelAccessor< T >::InternalType
 

Internal typedef. It defines the internal real representation of data Definition at line 55 of file itkVectorToRGBPixelAccessor.h.

Referenced by itk::Accessor::VectorToRGBPixelAccessor< T >::Get(), and itk::Accessor::VectorToRGBPixelAccessor< T >::Set().

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

Standard class typedefs. Definition at line 47 of file itkVectorToRGBPixelAccessor.h.


Member Function Documentation

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

Read access to the VectorToRGB component Definition at line 66 of file itkVectorToRGBPixelAccessor.h.

References itk::Accessor::VectorToRGBPixelAccessor< T >::ExternalType, itk::FixedArray< TValueType, VLength >::GetDataPointer(), and itk::Accessor::VectorToRGBPixelAccessor< T >::InternalType.

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

Write access to the VectorToRGB component Definition at line 58 of file itkVectorToRGBPixelAccessor.h.

References itk::Accessor::VectorToRGBPixelAccessor< T >::ExternalType, and itk::Accessor::VectorToRGBPixelAccessor< T >::InternalType.


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