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