#include <HxImgFtorIMN.h>
Inheritance diagram for HxImgFtorIMN::
Public Types | |
typedef HxImgFtorIMNKey | KeyType |
The key type of this class. More... | |
Public Methods | |
HxImgFtorIMN (const KeyType &) | |
Constructor. More... | |
virtual | ~HxImgFtorIMN () |
Destructor. More... | |
virtual void | callIt (HxImageData **dstImgs, int dstCnt, HxImageData **srcImgs, int srcCnt, HxTagList &tags)=0 |
callIt is implemented by HxImgFtorIMNCast::callIt. More... |
|
The key type of this class.
Reimplemented in HxImgFtorIMNCast, and HxImgFtorMNpo. |
|
Constructor.
00050 : HxImgFunctor(key) 00051 { 00052 } |
|
Destructor.
00056 { 00057 } |
|
callIt is implemented by HxImgFtorIMNCast::callIt.
Reimplemented in HxImgFtorIMNCast. |