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

massspec/mqrange.h

Go to the documentation of this file.
00001 #ifndef _MQRANGE_H_ 00002 #define _MQRANGE_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 00018 struct Range 00019 { 00020 float min; 00021 float max; 00022 }; 00023 00024 struct Range2i 00025 { 00026 int min; 00027 int max; 00028 }; 00029 00030 typedef struct Range2i Range2i; 00031 typedef struct Range Range; 00032 00033 Range2i* Range2iArray_create(int size); 00034 Range2i* Range2iArray_findIntWithIn(Range2i* srch, int start, int stop, Range2i* query); 00035 00036 #endif 00037

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