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

Go to the source code of this file.

Classes

class  PlacementEdgeData
 Data class for PlacementTreeEdges. Stores the branch length of the edge, and the edge_num, as defined in the jplace standard. More...
 
class  PlacementNodeData
 Data class for PlacementTreeNodes. Stores a node name. More...
 

Namespaces

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

Typedefs

using PlacementTreeLink = tree::TreeLink
 Alias for tree::TreeLink used in a PlacementTree. More...
 
using PlacementTreeNode = tree::TreeNode
 Alias for tree::TreeNode used in a PlacementTree. See PlacementNodeData for the data stored on the nodes. More...