00001 /* 00002 * Copyright (c) 2000, University of Amsterdam, The Netherlands. 00003 * All rights reserved. 00004 * 00005 * Author(s): 00006 * Edo Poll (poll@wins.uva.nl) 00007 */ 00008 00009 00010 #ifndef HxDataPtrFactoryTem_h 00011 #define HxDataPtrFactoryTem_h 00012 00013 #include "HxDataPtrFactory.h" 00014 #include "HxDataPtrCloneTem.h" 00015 00016 class HxImageData; 00017 00018 template<class DataPtrT> 00019 DataPtrT 00020 L_HXIMAGEREP HxMakeDataPtr(const HxImageData* img); 00021 00022 #ifdef INC_TEMPLATE_SRC 00023 #include "HxDataPtrFactoryTem.c" 00024 #endif 00025 00026 #endif