|
Defines |
| #define | WIDTH 800 |
| #define | HEIGHT 800 |
| #define | MARGIN 10 |
| #define | DBM(I, J) dbm[(I)*dim+(J)] |
Functions |
| void | init_xinfo (xinfo_t *xinfo) |
| void | setcolor (xinfo_t *xinfo, const char *col) |
| void | draw_point (xinfo_t *xinfo, int x, int y) |
| void | draw_line (xinfo_t *xinfo, int x1, int y1, int x2, int y2) |
| void | draw_string (xinfo_t *xinfo, int x, int y, const char *str) |
| void | setcolorij (xinfo_t *xinfo, int cij) |
| void | draw_sline (xinfo_t *xinfo, double rx, double ry, int x1, int y1, int x2, int y2) |
| double | getMax (int c1, int c2) |
| void | draw_dbm (xinfo_t *xinfo, const int *dbm, int dim, int x1, int x2) |
| void | handle_key (XKeyEvent *event, xinfo_t *xinfo) |
| void | event_loop (xinfo_t *xinfo) |
| int | main () |
Variables |
| int | values [] |