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

HxRgbOOO Class Template Reference

OOO display. More...

#include <HxRgbOOO.h>

List of all members.

Public Types

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


Public Methods

 HxRgbOOO (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 : "OOO". More...


Detailed Description

template<class ValT, class ValDoubleT>
class HxRgbOOO< ValT, ValDoubleT >

OOO display.

pixV is OOO color.


Member Typedef Documentation

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

The "double" arithtype.


Constructor & Destructor Documentation

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

Constructor : empty.

00031                             {}


Member Function Documentation

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

Actual operation for the "standard" arithtype.

00035                             {
00036                                 return HxColRGB2int(
00037                                             HxColOOO2RGB((HxVec3Double) pixV));
00038                             }

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

Actual operation for the "double" arithtype.

00042                             {
00043                                 return HxColRGB2int(
00044                                             HxColOOO2RGB((HxVec3Double) pixV));
00045                             }

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

The name : "OOO".

00049                             { return HxString("OOO"); }


The documentation for this class was generated from the following file:
Generated on Tue Feb 3 14:19:07 2004 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001