A library for working with phylogenetic and population genetic data.
v0.27.0
tree/tree.hpp File Reference

Detailed Description

Header of Tree class.

For more information, see Tree class.

This header also includes all the essential other tree elements, as there is rarely a case where they are not needed anyway.

Definition in file tree/tree.hpp.

Go to the source code of this file.

Classes

class  Tree
 Class for representing phylogenetic trees. More...
 

Namespaces

 genesis
 Container namespace for all symbols of genesis in order to keep them separate when used as a library.
 
 genesis::tree
 

Functions

bool validate_topology (Tree const &tree)
 Validate that all internal pointers of the Tree elements (TreeLinks, TreeNodes, TreeEdges) to each other are correct and that some other invariants are met. More...