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

graph/graph3Ddraw.h

00001 #ifndef _GRAPH3D_DRAW_H_ 00002 #define _GRAPH3D_DRAW_H_ 00003 00004 // ############ DRAWING RELATED ################ 00005 void graph3D_drawDataPoint (Graph3D* G, Peak2i PEAK); 00006 void graph3D_drawDataSeries (Graph3D* G, DataSeries DS); 00007 void graph3D_drawPeakSeries (Graph3D* G, PeakSeries PS); 00008 00009 void graph3D_drawGrid(Graph3D *G); 00010 void graph3D_drawMap(Graph3D *G); 00011 void graph3D_drawAxes(Graph3D *G); 00012 00013 void graph3D_drawCurrentSegmentationLabel(Graph3D *G, Graph3DParam *P); 00014 void graph3D_frameConnectedComponents(Graph3D *G, Graph3DParam *P); 00015 00016 #endif 00017

Generated on Sun Feb 13 01:05:56 2005 for MapQuant by doxygen 1.3.7