Main Page   Class Overview   Pixels   Images   Geometry   Quick Index  

HxBpoAdd Class Template Reference

Pixel functor for computation of addition. More...

#include <HxBpoAdd.h>

List of all members.

Public Methods

 HxBpoAdd (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 : "add". More...


Detailed Description

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

Pixel functor for computation of addition.


Constructor & Destructor Documentation

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

Constructor : empty.

00026                         {}


Member Function Documentation

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

Actual operation : # return x + y #.

00030                         { return x + y; }

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

The name : "add".

00037                         { return HxString("add"); }


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