Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

Display operation for 3D images

The requirements on the RgbT template parameter expressed as a class definition are:

template<class ValT, class ValDoubleT>
class RgbT
{
public:
                        RgbT(HxTagList& tags);

    int                 doIt(const ValT& pixV);

    int                 doItDouble(const ValDoubleT& pixV);

    static HxString     className();
};

Depending on the display parameters set by the GUI the function doIt will be called with 1 parameter of type ImgSigT::ArithType OR the doItDouble function will be called with 1 parameter of type ImgSigT::ArithTypeDouble.


Return to patterns.


Generated on Tue Jan 8 13:59:38 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001