fpeak2ipointer.h

Go to the documentation of this file.
00001 #ifndef _FPEAK2I_POINTER_H_
00002 #define _FPEAK2I_POINTER_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 typedef FPeak2i* FPeak2iPointer;
00020 
00021 // ***************************************************
00022 // *************** FPeak2iPointer Functions **********
00023 // ***************************************************
00024 
00025 
00026 FPeak2iPointer  FPeak2iPointer_copy(FPeak2iPointer aa);
00027 int             FPeak2iPointer_cmpBySamplingCoordinates(const void *p1, const void *p2);
00028 int             FPeak2iPointer_cmpByMZJ(const void *p1, const void *p2);
00029 int             FPeak2iPointer_cmpByMOZ(const void *p1, const void *p2);
00030 int             FPeak2iPointer_getSegment(FPeak2iPointer fpeak, struct Map2D* mask);
00031 
00032 
00033 #endif
00034 
00035 

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