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