#include <HxUpoExp.h>
Public Types | |
| typedef HxTagTransInVar | TransVarianceCategory |
| Functor is translation invariant. More... | |
Public Methods | |
| HxUpoExp (HxTagList &) | |
| Constructor : empty. More... | |
| DstValT | doIt (const SrcValT &x) |
| Actual operation : # return x.exp() #. More... | |
Static Public Methods | |
| HxString | className () |
| The name : "exp". More... | |
|
|||||
|
Functor is translation invariant.
|
|
||||||||||
|
Constructor : empty.
00029 {}
|
|
||||||||||
|
Actual operation : # return x.exp() #.
00033 { return x.exp(); }
|
|
|||||||||
|
The name : "exp".
00037 { return HxString("exp"); }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001