00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 template<class ImDataPtrT, class ArithType, class MaskDataPtrT>
00015 HxValue
00016 HxFunc3dSampleWeightMask(ImDataPtrT imPtr, ArithType ,
00017 MaskDataPtrT maskPtr, HxSizes maskSize, HxPoint p, HxString sFunc);
00018
00019
00020 template<class ImDataPtrT, class ArithType>
00021 ArithType
00022 HxFunc3dSample(ImDataPtrT imPtr, ArithType ,
00023 double x, double y, double z, HxGeoIntType gi);
00024
00025
00026
00027 #ifdef INC_TEMPLATE_SRC
00028 #include "HxFuncs3d.c"
00029 #endif