#include <HxBpoDiv.h>
Public Types | |
typedef HxTagTransInVar | TransVarianceCategory |
Functor is translation invariant. More... | |
Public Methods | |
HxBpoDiv (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 : "div". More... |
|
Functor is translation invariant.
|
|
Constructor : empty.
00029 {} |
|
Actual operation : # return x / y #.
00033 { return x / y; } |
|
The name : "div".
00040 { return HxString("div"); } |