#include "family.h"Functions | |
| int | leaf_count (pTree tree) |
| void | svg_rtree_init (pTree tree) |
Variables | |
| long | legend_spacing = 10 |
| double | opt_svg_legend_ratio = 0.3 |
| FILE * | svg_fp |
| double | max_font_len = 0 |
| double | max_tree_len = 0 |
| double | canvas_height |
| double | canvas_width |
| int | opt_svg_width |
| int | opt_svg_marginleft |
| int | opt_svg_marginright |
| int | opt_svg_margintop |
| int | opt_svg_marginbottom |
| int | opt_svg_tipspace |
| int | opt_svg_showlegend |
| int leaf_count | ( | pTree | tree | ) |
| void svg_rtree_init | ( | pTree | tree | ) |
| double canvas_height |
| double canvas_width |
| long legend_spacing = 10 |
| double max_font_len = 0 |
| double max_tree_len = 0 |
| double opt_svg_legend_ratio = 0.3 |
| int opt_svg_marginbottom |
| int opt_svg_marginleft |
| int opt_svg_marginright |
| int opt_svg_margintop |
| int opt_svg_showlegend |
| int opt_svg_tipspace |
| int opt_svg_width |
| FILE* svg_fp |