file: glyph.h
/* * glyph.h - header file for functions related to the glyph display */ #ifndef _GLYPH_H #define _GLYPH_H /* public functions */ void do_glyph(Widget w); void RedrawSingleGlyph(Widget w, int glyphno); void GlyphDrawAverage(double data[MAXDIM]); #endif /* _GLYPH_H */
Back to Source File Index
C++ to HTML Conversion by ctoohtml