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

HxRgbCMY Class Template Reference

CMY display. More...

#include <HxRgbCMY.h>

List of all members.

Public Types

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


Public Methods

 HxRgbCMY (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 : "CMY". More...


Detailed Description

template<class ValT, class ValDoubleT>
class HxRgbCMY< ValT, ValDoubleT >

CMY display.

pixV is CMY color.


Member Typedef Documentation

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

The "double" arithtype.


Constructor & Destructor Documentation

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

Constructor : empty.

00030                             {}


Member Function Documentation

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

Actual operation for the "standard" arithtype.

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

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

Actual operation for the "double" arithtype.

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

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

The name : "CMY".

00048                             { return HxString("CMY"); }


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