file: scatterplot.h
/* * scatterplot.h - Header file for routines related to the scatterplot * display. */ #ifndef _SCATTERPLOT_H #define _SCATTERPLOT_H /* public functions */ void do_scat(Widget w); void RedrawSingleScatter(Widget w, int point); void ScatterDrawAverage(double data[MAXDIM]); void ScatterDrawBound(int brush); #endif /* _SCATTERPLOT_H */
Back to Source File Index
C++ to HTML Conversion by ctoohtml