00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 template<class DataPtrT1, class ArithType, class DataPtrT2>
00012 void
00013 HxFuncSet(DataPtrT1 objPtr, ArithType , int nrOfPixels,
00014 DataPtrT2 argPtr);
00015
00016
00017 template<class DataPtrT1, class ArithType, class DataPtrT2>
00018 void
00019 HxFuncBinaryPixOp(DataPtrT1 objPtr, ArithType , int nrOfPixels,
00020 DataPtrT2 argPtr, HxString op);
00021
00022
00023 template<class DataPtrT1, class ArithType, class DataPtrT2, class BpoFunc>
00024 void
00025 HxFuncBinaryPixOpNew(DataPtrT1 objPtr, ArithType , int nrOfPixels,
00026 DataPtrT2 argPtr, BpoFunc func);
00027
00028
00029 #ifdef INC_TEMPLATE_SRC
00030 #include "HxFuncs.c"
00031 #endif