![]() |
Bsoft 2.1.4
Bernard's software package
|
Postscript tree output functions. More...
Functions | |
int | ps_draw_tree (Bstring &filename, Bnode *root, float scale) |
Draws a tree into a postscript file. More... | |
int | ps_draw_node (ofstream *fps, Bnode *node, float scale, float x, float y) |
Draws a tree node into a postscript file. More... | |
Variables | |
int | verbose |
Postscript tree output functions.
int ps_draw_node | ( | ofstream * | fps, |
Bnode * | node, | ||
float | scale, | ||
float | x, | ||
float | y | ||
) |
Draws a tree node into a postscript file.
*fps | file pointer. |
*node | node. |
scale | scale for branch lengths |
x | x-coordinate for the node. |
y | y-coordinate for the node. |
Requirements: The tree must be well-formed, i.e., it must have branch lengths and angles defined.
Draws a tree into a postscript file.
&filename | postscript file name. |
*root | root node. |
scale | scale for branch lengths. |
Requirements: The tree must be well-formed, i.e., it must have branch lengths and angles defined.
|
extern |