Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxBpoMul Class Template Reference

Pixel functor for computation of multiplication. More...

#include <HxBpoMul.h>

List of all members.

Public Methods

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

DstValT doIt (const Src1ValT &x, const Src2ValT &y)
 Actual operation : # return x * y #. More...


Static Public Methods

DstValT neutralElement ()
HxString className ()
 The name : "mul". More...


Detailed Description

template<class DstValT, class Src1ValT, class Src2ValT>
class HxBpoMul< DstValT, Src1ValT, Src2ValT >

Pixel functor for computation of multiplication.


Constructor & Destructor Documentation

template<class DstValT, class Src1ValT, class Src2ValT>
HxBpoMul< DstValT, Src1ValT, Src2ValT >::HxBpoMul HxTagList   [inline]
 

Constructor : empty.

00025                         {}


Member Function Documentation

template<class DstValT, class Src1ValT, class Src2ValT>
DstValT HxBpoMul< DstValT, Src1ValT, Src2ValT >::doIt const Src1ValT &    x,
const Src2ValT &    y
[inline]
 

Actual operation : # return x * y #.

00029                         { return x * y; }

template<class DstValT, class Src1ValT, class Src2ValT>
HxString HxBpoMul< DstValT, Src1ValT, Src2ValT >::className   [inline, static]
 

The name : "mul".

00036                         { return HxString("mul"); }


The documentation for this class was generated from the following file:
Generated on Tue Jan 8 13:59:22 2002 for C++Reference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001