00001 
#ifndef _GRAPH3D_DRAW_H_
00002 
#define _GRAPH3D_DRAW_H_
00003 
00004 
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