map2D_util.h

00001 #ifndef _MAP2D_UTIL_H_
00002 #define _MAP2D_UTIL_H_
00003 
00004 /* Copyright (c) Kyriacos Leptos and the President and Fellows of Harvard University
00005    Release Date: 2004-11-01
00006    Part of the MapQuant suite library "massspec.lib" 
00007 */
00008 
00017 extern int MAP2D_UTIL_DATA_TYPE;
00018 
00019 enum {  MAP2D_UTIL_DATA_TEXT, 
00020         MAP2D_UTIL_DATA_BINARY, 
00021         MAP2D_UTIL_DATA_PNG};
00022 
00023 int     Map2DUtil_sntClean          (MQExperiment* expmnt, char* session, char* name, char* tile);
00024 
00025 int     Map2DUtil_aRemove           (char* filename);
00026 int     Map2DUtil_snRemove          (MQExperiment* expmnt, char* session, char* name);
00027 int     Map2DUtil_sntRemove         (MQExperiment* expmnt, char* session, char* name, char* tile);
00028 
00029 int     Map2DUtil_aIsText(char* filename);
00030 int     Map2DUtil_snIsText(MQExperiment* expmnt, char* szSession, char* szName);
00031 
00032 #endif
00033 
00034 

Generated on Tue Feb 7 11:54:36 2006 for libmqfileio by  doxygen 1.4.6