#include <HxSampleFunTem.h>
Inheritance diagram for HxSampleFunTem::

Public Methods | |
| HxSampleFunTem (HxString) | |
| Constructor. More... | |
| virtual void | init ()=0 |
| Initialize the functor. More... | |
| virtual void | next (ArgType pixV, ArgType maskV, HxPoint p)=0 |
| Process the next element. More... | |
| virtual ResType | result ()=0 |
| Produce a result. More... | |
|
||||||||||
|
Constructor.
00020 {
00021 HxSampleFunTable<ArgType, ResType>::instance()->insert(name, this);
00022 }
|
|
|||||||||
|
Initialize the functor.
|
|
||||||||||||||||||||
|
Process the next element.
|
|
|||||||||
|
Produce a result.
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001