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