#include <HxImgFtorIM.h>
Inheritance diagram for HxImgFtorIM::
Public Types | |
typedef HxImgFtorIMKey | KeyType |
The key type of this class. More... | |
Public Methods | |
HxImgFtorIM (const KeyType &) | |
Constructor. More... | |
virtual | ~HxImgFtorIM () |
Destructor. More... | |
virtual void | callIt (HxImageData *dstImg, HxImageData **srcImgs, int nImgs, HxTagList &tags)=0 |
callIt is implemented by HxImgFtorIMCast::callIt. More... |
|
The key type of this class.
Reimplemented in HxImgFtorIMCast, HxImgFtorMpo, HxImgFtorIMCast< DstSigT, SrcsSigT >, and HxImgFtorMpo< DstSigT, SrcsSigT, HxMpoVec3< typename DstSigT::ArithType, typename SrcsSigT::ArithType > >. |
|
Constructor.
00049 : HxImgFunctor(key) 00050 { 00051 } |
|
Destructor.
00055 { 00056 } |
|
callIt is implemented by HxImgFtorIMCast::callIt.
Reimplemented in HxImgFtorIMCast, and HxImgFtorIMCast< DstSigT, SrcsSigT >. |