Horus Doc || C++ Reference || Class Overview   Pixels   Images   Detector   Geometry   Registry || Doxygen's quick Index  

HxRgbHSI Class Template Reference

HSI display. More...

#include <HxRgbHSI.h>

List of all members.

Public Types

typedef ValDoubleT ArithTypeDouble
 The "double" arithtype. More...


Public Methods

 HxRgbHSI (HxTagList &)
 Constructor : empty. More...

int doIt (const ValT &pixV)
 Actual operation for the "standard" arithtype. More...

int doItDouble (const ValDoubleT &pixV)
 Actual operation for the "double" arithtype. More...


Static Public Methods

HxString className ()
 The name : "HSI". More...


Detailed Description

template<class ValT, class ValDoubleT>
class HxRgbHSI< ValT, ValDoubleT >

HSI display.

pixV is HSI color.


Member Typedef Documentation

template<class ValT, class ValDoubleT>
typedef ValDoubleT HxRgbHSI::ArithTypeDouble
 

The "double" arithtype.


Constructor & Destructor Documentation

template<class ValT, class ValDoubleT>
HxRgbHSI< ValT, ValDoubleT >::HxRgbHSI HxTagList   [inline]
 

Constructor : empty.

00030                             {}


Member Function Documentation

template<class ValT, class ValDoubleT>
int HxRgbHSI< ValT, ValDoubleT >::doIt const ValT &    pixV [inline]
 

Actual operation for the "standard" arithtype.

00034                             {
00035                                 return HxColRGB2int(
00036                                             HxColHSI2RGB((HxVec3Double) pixV));
00037                             }

template<class ValT, class ValDoubleT>
int HxRgbHSI< ValT, ValDoubleT >::doItDouble const ValDoubleT &    pixV [inline]
 

Actual operation for the "double" arithtype.

00041                             {
00042                                 return HxColRGB2int(
00043                                             HxColHSI2RGB((HxVec3Double) pixV));
00044                             }

template<class ValT, class ValDoubleT>
HxString HxRgbHSI< ValT, ValDoubleT >::className   [inline, static]
 

The name : "HSI".

00048                             { return HxString("HSI"); }


The documentation for this class was generated from the following file:
Generated on Mon Jan 27 15:49:09 2003 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001