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

node.h

Go to the documentation of this file.
00001 
00004 #ifndef NODE_H
00005 #define NODE_H
00006 
00007 #include "gelinfo.h"
00008 
00010 void extrapolateNodes(float **PeakPosition, float *NodePosition,  struct GelInfo *GelInfo);
00012 void adjustBoundaryNodes(float **PeakPosition, float *NodePosition,  struct GelInfo *GelInfo);
00014 void writeLanes(float **PeakPosition, char *lanespath, float *NodePosition, struct GelInfo *GelInfo);
00015 
00016 #endif

Generated on Fri Apr 20 16:43:05 2007 for LaneRuler by  doxygen 1.3.9.1