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

HxRgbDirect Class Template Reference

Direct display mapping. More...

#include <HxRgbDirect.h>

List of all members.

Public Types

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


Public Methods

 HxRgbDirect (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 : "Direct". More...


Detailed Description

template<class ValT, class ValDoubleT>
class HxRgbDirect< ValT, ValDoubleT >

Direct display mapping.

pixV is RGB value in the range 0-255. If not, pixV is clipped.


Member Typedef Documentation

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

The "double" arithtype.


Constructor & Destructor Documentation

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

Constructor : empty.

00030                             {}


Member Function Documentation

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

Actual operation for the "standard" arithtype.

00034                             { return HxColRGB2int((HxVec3Int) pixV); }

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

Actual operation for the "double" arithtype.

00038                             { return HxColRGB2int((HxVec3Double) pixV); }

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

The name : "Direct".

00042                             { return HxString("Direct"); }


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