/* Routines that generate the tree figs for the dygrid papers. */ /* Last edited on 2007-01-04 00:13:06 by stolfi */ #ifndef figstree_H #define figstree_H #include #include #include #include #include void fig_tree ( PlotOptions *o, char *tag, dg_tree_node_t *G ); /* Outputs one figure showing the given tree. */ #endif