Main Page | Modules | Data Structures | File List | Data Fields | Globals

massspec/tiling.h

00001 #ifndef _TILES_H_ 00002 #define _TILES_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 00009 #define TILE_SIZE_DEFAULT 1E7 00010 00011 enum {TILE_OVERLAP = 1}; 00012 00013 int Rectangle4i_calcNumberOfTiles(Rectangle4i rect, Experiment* expmnt, float width); 00014 float Rectangle4i_calcFirstRoundMZ(Rectangle4i rect, Experiment* expmnt, float width); 00015 float Rectangle4i_calcLastRoundMZ(Rectangle4i rect, Experiment* expmnt, float width); 00016 Rectangle4i* Rectangle4i_tileUsingExperiment(Rectangle4i rect, Experiment* expmnt, 00017 float mz_width, int type, int* nTiles); 00018 #endif 00019

Generated on Sun Feb 13 01:05:59 2005 for MapQuant by doxygen 1.3.7