libsequence  1.9.5

A point on a marginal tree at which a coalescent event occurs. More...

#include <Sequence/Coalescent/SimTypes.hpp>

Public Member Functions

 node (const double &t=0., const int &a=-1)
 

Public Attributes

double time
 
int abv
 

Detailed Description

A point on a marginal tree at which a coalescent event occurs.

A node is a branch-point on a coalescent tree. This struct contains two public members.

Definition at line 151 of file SimTypes.hpp.

Constructor & Destructor Documentation

◆ node()

Sequence::coalsim::node::node ( const double &  t = 0.,
const int &  a = -1 
)
Parameters
ttime
aabv

Definition at line 188 of file CoalescentSimTypes.cc.

Member Data Documentation

◆ abv

int Sequence::coalsim::node::abv

The index in the marginal tree that is the ancestor of the current node

Definition at line 161 of file SimTypes.hpp.

◆ time

double Sequence::coalsim::node::time

The (coalescent-scaled) time at which the node was generated

Definition at line 156 of file SimTypes.hpp.


The documentation for this struct was generated from the following files: