fpeak2ipointer_set.h

00001 #ifndef _FPEAK_POINTER_SET_H_
00002 #define _FPEAK_POINTER_SET_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 
00009 struct FPeak2iPointerSet 
00010 {
00011     int                     *parent;
00012     int                     *child;
00013     FPeak2iPointer          *pfpeaks;
00014     Map2DPositionPointer    *pFPeakPosition;
00015 };
00016 
00017 typedef struct FPeak2iPointerSet FPeak2iPointerSet;
00018 
00019 void  FPeak2iPointerSet_init   (FPeak2iPointerSet* SET, FPeak2iPointer* pPFPeaks, int no_peaks);
00020 int   FPeak2iPointerSet_getLeaf(FPeak2iPointerSet* SET, int index);
00021 int   FPeak2iPointerSet_getRoot(FPeak2iPointerSet* SET, int index);
00022 
00023 
00024 #endif
00025 

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