#include <HxBpoAdd.h>
Public Types | |
| typedef HxTagTransInVar | TransVarianceCategory |
| Functor is translation invariant. More... | |
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... | |
|
|||||
|
Functor is translation invariant.
|
|
||||||||||
|
Constructor : empty.
00030 {}
|
|
||||||||||||||||
|
Actual operation : # return x + y #.
00034 { return x + y; }
|
|
|||||||||
|
The name : "add".
00041 { return HxString("add"); }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001