#include <HxUpoNorm1.h>
Public Methods | |
| HxUpoNorm1 (HxTagList &) | |
| Constructor : empty. More... | |
| DstValT | doIt (const SrcValT &x) |
| Actual operation : # return x.norm1() #. More... | |
Static Public Methods | |
| HxString | className () |
| The name : "norm1". More... | |
|
||||||||||
|
Constructor : empty.
00025 {}
|
|
||||||||||
|
Actual operation : # return x.norm1() #.
00029 { return x.norm1(); }
|
|
|||||||||
|
The name : "norm1".
00033 { return HxString("norm1"); }
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001