FREE::Accessor::HueToRGBPixelAccessor< T > Class Template Reference
[Evaluation tools]

Accessor class which computes the rgb value of a pixel out of his hue. More...

#include <freHueToRGBPixelAccessor.h>

List of all members.

Public Types

typedef
HueToRGBPixelAccessor 
Self
typedef T InternalType
typedef
itk::RGBPixel< T > 
ExternalType

Public Member Functions

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


Detailed Description

template<class T>
class FREE::Accessor::HueToRGBPixelAccessor< T >

Accessor class which computes the rgb value of a pixel out of his hue.

The accessor assumes a pixelvalue as hue (0 to 360 degrees) and calculates the rgb value (0 to 255) of the pixel.

Definition at line 43 of file freHueToRGBPixelAccessor.h.


Member Typedef Documentation

template<class T>
typedef HueToRGBPixelAccessor FREE::Accessor::HueToRGBPixelAccessor< T >::Self

Standard class typedefs.

Definition at line 47 of file freHueToRGBPixelAccessor.h.

template<class T>
typedef T FREE::Accessor::HueToRGBPixelAccessor< T >::InternalType

Internal typedef. It defines the internal real representation of data

Definition at line 51 of file freHueToRGBPixelAccessor.h.

template<class T>
typedef itk::RGBPixel<T> FREE::Accessor::HueToRGBPixelAccessor< T >::ExternalType

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

Definition at line 55 of file freHueToRGBPixelAccessor.h.


Constructor & Destructor Documentation

template<class T>
FREE::Accessor::HueToRGBPixelAccessor< T >::HueToRGBPixelAccessor (  ) 

template<class T>
FREE::Accessor::HueToRGBPixelAccessor< T >::~HueToRGBPixelAccessor (  ) 


Member Function Documentation

template<class T>
void FREE::Accessor::HueToRGBPixelAccessor< T >::Set ( InternalType output,
const ExternalType input 
) const [inline]

Write access to the HueToRGBPixel component

Definition at line 103 of file freHueToRGBPixelAccessor.cxx.

template<class T>
HueToRGBPixelAccessor< T >::ExternalType FREE::Accessor::HueToRGBPixelAccessor< T >::Get ( const InternalType input  )  const [inline]

Read access to the HueToRGBPixel component

Definition at line 35 of file freHueToRGBPixelAccessor.cxx.


The documentation for this class was generated from the following files:
Generated at Sat Oct 13 18:29:40 2007 for f.r.e.e. - Flexible Registration and Evaluation Engine by doxygen 1.5.3 written by Dimitri van Heesch, © 1997-2000