file: hierarchy.h
/* * hierarchy.h - header file for functions related to the dimensional * stacking display. */ #ifndef _HIERARCHY_H #define _HIERARCHY_H /* public functions */ void RedrawSingleHier(Widget w, int point); void do_hier(Widget w); void HierDrawAverage(double data[MAXDIM]); #endif /* _HIERARCHY_H */
Back to Source File Index
C++ to HTML Conversion by ctoohtml