#include "genesis/tree/common_tree/operators.hpp"#include "genesis/tree/common_tree/tree.hpp"#include "genesis/tree/function/operators.hpp"#include "genesis/tree/tree.hpp"#include "genesis/utils/core/logging.hpp"#include "genesis/utils/math/common.hpp"Go to the source code of this file.
Namespaces | |
| genesis | |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
| genesis::tree | |
Functions | |
| CommonTree | convert_to_common_tree (Tree const &source_tree) |
| Convert a Tree to a CommonTree with CommonNodeData and CommonEdgeData. More... | |
| bool | equal_common_trees (Tree const &lhs, Tree const &rhs, bool compare_node_names=true, bool compare_branch_lengths=true) |
| Compare two CommonTrees, that is, check whether they have identical topology, node names, and branch lenghts. More... | |