#include <ffpopsim_highd.h>
| rooted_tree::rooted_tree |
( |
| ) |
|
| rooted_tree::~rooted_tree |
( |
| ) |
|
|
virtual |
| void rooted_tree::add_generation |
( |
vector< node_t > & |
new_generation, |
|
|
double |
mean_fitness |
|
) |
| |
| int rooted_tree::add_terminal_node |
( |
node_t & |
newNode | ) |
|
| int rooted_tree::ancestors_at_age |
( |
int |
age, |
|
|
tree_key_t |
subtree_root, |
|
|
vector< tree_key_t > & |
ancestors |
|
) |
| |
| int rooted_tree::calc_weight_distribution |
( |
tree_key_t |
subtree_root | ) |
|
| int rooted_tree::check_tree_integrity |
( |
| ) |
|
| void rooted_tree::clear_tree |
( |
| ) |
|
| int rooted_tree::delete_extra_children |
( |
tree_key_t |
subtree_root | ) |
|
| int rooted_tree::delete_one_child_nodes |
( |
tree_key_t |
subtree_root | ) |
|
| int rooted_tree::external_branch_length |
( |
| ) |
|
| string rooted_tree::print_newick |
( |
| ) |
|
| string rooted_tree::print_weight_distribution |
( |
tree_key_t |
node_key | ) |
|
| void rooted_tree::reset |
( |
| ) |
|
| void rooted_tree::SFS |
( |
gsl_histogram * |
sfs | ) |
|
| string rooted_tree::subtree_newick |
( |
tree_key_t |
root | ) |
|
| int rooted_tree::total_branch_length |
( |
| ) |
|
| int rooted_tree::update_leaf_to_root |
( |
tree_key_t |
leaf | ) |
|
| void rooted_tree::update_tree |
( |
| ) |
|
The documentation for this class was generated from the following files: