00001 
#ifndef _TILES_H_
00002 
#define _TILES_H_
00003 
00004 
00005 
00006 
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