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

sequence/lpeak2f.h

00001 #ifndef _LPEAK_2F_H_ 00002 #define _LPEAK_2F_H_ 00003 00004 #include "label.h" 00005 00006 typedef struct 00007 { 00008 float moz; 00009 float abu; 00010 Label label; 00011 } LPeak2f; 00012 00013 void LPeak2f_init(LPeak2f* peak); 00014 void LPeak2f_set(LPeak2f* peak, float moz, float abu); 00015 00016 short LPeak2f_representsAminoIon(LPeak2f* peak); 00017 short LPeak2f_representsCarboxyIon(LPeak2f* peak); 00018 void LPeak2f_print(LPeak2f* peak); 00019 int LPeak2f_cmpByMoz(const void *p1, const void *p2); 00020 short LPeak2f_cmpByMozWithWindow(LPeak2f* hp, LPeak2f* rp); 00021 00022 #endif 00023 00024

Generated on Sun Feb 13 01:06:00 2005 for MapQuant by doxygen 1.3.7