file: parcoord.h
/* * parcoord.h - header file for function relating to the parallel * coordinate view. */ #ifndef _PARCOORD_H #define _PARCOORD_H #include "brush.h" /* public functions */ void do_par(Widget w); void RedrawSingleParCoord(Widget w, int point); void ParCoordDrawAverage(double data[MAXDIM]); void ParCoordDrawBound(int br_num); #endif /* _PARCOORD_H */
Back to Source File Index
C++ to HTML Conversion by ctoohtml