A library for working with phylogenetic and population genetic data.
v0.27.0
tree/common_tree/tree.hpp File Reference
#include "genesis/tree/tree.hpp"
#include <string>

Go to the source code of this file.

Classes

class  CommonEdgeData
 Common class containing the commonly needed data for tree edges. More...
 
class  CommonNodeData
 Common class containing the commonly needed data for tree nodes. More...
 

Namespaces

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

Typedefs

using CommonTreeEdge = TreeEdge
 Alias for a TreeEdge of a CommonTree. See there for more information. More...
 
using CommonTreeLink = TreeLink
 Alias for a TreeLink of a CommonTree. See there for more information. More...
 
using CommonTreeNode = TreeNode
 Alias for a TreeNode of a CommonTree. See there for more information. More...