![]() |
ʻOhana
Population structure, admixture history, and selection using learning methods.
|
A template for a class that converts Newick-formatted trees to SVG representations. More...
#include <jade.nwk2svg.hpp>
Collaboration diagram for jade::basic_nwk2svg< TValue >:Public Types | |
| typedef TValue | value_type |
| The value type. More... | |
| typedef jade::basic_newick_node< value_type > | node_type |
| The node type. More... | |
| typedef jade::basic_svg_tree< value_type > | svg_tree_type |
| The SVG tree type. More... | |
Static Public Member Functions | |
| static void | execute (std::istream &in, std::ostream &out) |
| Executes the program through the specified streams. More... | |
A template for a class that converts Newick-formatted trees to SVG representations.
Definition at line 19 of file jade.nwk2svg.hpp.
| typedef jade::basic_newick_node<value_type> jade::basic_nwk2svg< TValue >::node_type |
The node type.
Definition at line 26 of file jade.nwk2svg.hpp.
| typedef jade::basic_svg_tree<value_type> jade::basic_nwk2svg< TValue >::svg_tree_type |
The SVG tree type.
Definition at line 29 of file jade.nwk2svg.hpp.
| typedef TValue jade::basic_nwk2svg< TValue >::value_type |
The value type.
Definition at line 23 of file jade.nwk2svg.hpp.
|
inlinestatic |
Executes the program through the specified streams.
| in | The input stream. |
| out | The output stream. |
Definition at line 34 of file jade.nwk2svg.hpp.
Here is the call graph for this function: