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... | |