#include <HxStatFunctorTem.h>
Public Methods | |
HxStatFunctorTem (HxString name) | |
Constructor. More... | |
virtual | ~HxStatFunctorTem () |
virtual void | init ()=0 |
Initialize the functor. More... | |
virtual void | next (ArgType pixV)=0 |
Process the next element. More... | |
virtual ResType | result ()=0 |
Produce result. More... |
|
Constructor.
00020 { 00021 HxStatFunctorTable<ArgType, ResType>::instance()->insert(name, this); 00022 _name = name; 00023 } |
|
Initialize the functor.
|
|
Process the next element.
|
|
Produce result.
|