graph/graph3Dmcms.h
00001 #ifndef _GRAPH3D_MCMS_H_
00002 #define _GRAPH3D_MCMS_H_
00003
00004 void Graph3D_popMassSpecWindow (Graph3D* graph, int x, int y);
00005 void Graph3D_popMassChromWindow (Graph3D* graph, int x, int y);
00006 void Graph3D_popTICWindow (Graph3D* graph, int x, int y);
00007
00008 void Graph3D_scrollMS(Graph3D* graph, int key);
00009 void Graph3D_scrollMC(Graph3D* graph, int key);
00010 void Graph3D_goToBin (Graph3D* graph, int bin);
00011 void Graph3D_goToScan(Graph3D* graph, int scan);
00012
00013 int graph3D_hasMSChild(Graph3D* graph);
00014 Graph3D* graph3D_getMSChild(Graph3D* graph);
00015
00016 int graph3D_hasMCChild(Graph3D* graph);
00017 Graph3D* graph3D_getMCChild(Graph3D* graph);
00018
00019 #endif
00020
Generated on Sun Feb 13 01:05:56 2005 for MapQuant by
1.3.7