00001 /*********************************************************/ 00021 #ifndef CREATETEMPLATE_H 00022 #define CREATETEMPLATE_H 00023 00027 class CreateTemplate 00028 { 00029 public: 00030 CreateTemplate(); 00031 virtual ~CreateTemplate(); 00032 00045 static void createIrisTemplate(const char *fileName, 00046 int **template1, int **mask1, 00047 int *width, int *height, int dataType); 00048 }; 00049 00050 #endif // !CREATETEMPLATE_H