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