map2D_writer.h

Go to the documentation of this file.
00001 #ifndef _MAP2D_WRITER_H_
00002 #define _MAP2D_WRITER_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 /* ***************************** SAVING HEADERS ************************************ */
00018 
00019 int  Map2DWriter_writeSessionInfo(Map2D* map, char* szSession);
00020 
00021 int  Map2D_aSaveHeader(Map2D* map, char* szMap2DHeaderFilename);
00022 
00023 /* ************************* SAVING ABUNDANCE MATRIX ******************************* */
00024 
00025 int     Map2D_saveAbundanceMatrix   (Map2D* map, char* szMapFilename);
00026 
00027 /* ******************************** SAVING MAPS ************************************ */
00028 
00029 int     Map2D_aSave     (Map2D* map, char* pathname);
00030 int     Map2D_atSave    (Map2D* map, char* pathname, char* str_flag);
00031 int     Map2D_auSave    (Map2D* map, char* pathname, int num_flag);
00032 
00033 int     Map2D_snSave    (Map2D* map, MQExperiment* expmnt, char* session_id, char* sub_id);
00034 int     Map2D_sntSave   (Map2D* map, MQExperiment* expmnt, char* session_id, char* sub_id, char* tile);
00035 
00036 int     Map2D_pSave     (Map2D* map, char* path, char* name);
00037 
00038 int Map2D_WritePNG(const char *file_name,int width,int height,png_byte* image,Map2D* map);
00039 
00040 
00041 #endif
00042 
00043 
00044 
00045 
00046 

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