#include <HxUpoNegate.h>
Public Types | |
typedef HxTagTransInVar | TransVarianceCategory |
Functor is translation invariant. More... | |
Public Methods | |
HxUpoNegate (HxTagList &) | |
Constructor : empty. More... | |
DstValT | doIt (const SrcValT &x) |
Actual operation : # return -x #. More... | |
Static Public Methods | |
HxString | className () |
The name : "negate". More... |
|
Functor is translation invariant.
|
|
Constructor : empty.
00029 {} |
|
Actual operation : # return -x #.
00033 { return -x; } |
|
The name : "negate".
00037 { return HxString("negate"); } |