#include <HxImgFtorI4.h>
Inheritance diagram for HxImgFtorI4::
Public Types | |
typedef HxImgFtorI4Key | KeyType |
The key type of this class. More... | |
Public Methods | |
HxImgFtorI4 (const KeyType &) | |
Constructor. More... | |
virtual | ~HxImgFtorI4 () |
Destructor. More... | |
virtual void | callIt (HxImageData *img1, HxImageData *img2, HxImageData *img3, HxImageData *img4, HxTagList &tags)=0 |
callIt is implemented by HxImgFtorI4Cast::callIt. More... |
|
|
Constructor.
00047 : HxImgFunctor(key) 00048 { 00049 } |
|
Destructor.
00053 { 00054 } |
|