mqpoint2f.h

00001 #ifndef _POINT_2F_H_
00002 #define _POINT_2F_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 
00019 struct MQPoint2f
00020 {
00021     float x_value;
00022     float y_value;
00023 };
00024 
00025 typedef struct MQPoint2f MQPoint2f;
00026 
00027 MQPoint2f*  MQPoint2fArray_create(int size);
00028 float*      MQPoint2fArray_getAbundanceFloatArray(MQPoint2f* dp, int size);
00029 void        MQPoint2f_init(MQPoint2f* peak, float x, float y);
00030 void        MQPoint2f_initZeros(MQPoint2f* peak);
00031 void        MQPoint2fArray_fprint(FILE* fp, MQPoint2f* peaks, int start, int stop);
00032 
00033 
00034 #endif
00035 
00036 
00037 
00038 
00039 

Generated on Tue Feb 7 11:54:26 2006 for libmqobject by  doxygen 1.4.6