00001 /* 00002 * Copyright (c) 1996, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * 00006 * Author(s): 00007 * Dennis Koelma (koelma@wins.uva.nl) 00008 * Edo Poll (poll@wins.uva.nl) 00009 */ 00010 00011 00012 00013 template<class ImDataPtrT, class ArithType> 00014 /*inline*/ ArithType 00015 HxFunc2dSample(ImDataPtrT imPtr, ArithType /* dummmy */, 00016 double x, double y, double /* z dummy */, HxGeoIntType gi); 00017 00018 00019 00020 00021 #ifdef INC_TEMPLATE_SRC 00022 #include "HxFuncs2d.c" 00023 #endif