Instantiations of the pattern are invoked via
Instantiation is done via the HxImgFtorDiy functor, with the following template parameters:
template<class DstDataPtrT, class SrcDataPtrT> class DiyT { public: DiyT(HxTagList&); void doIt(DstDataPtrT dstPtr, SrcDataPtrT srcPtr, HxSizes dstSize, HxSizes srcSize); static HxString className(); };
Example(s):