|
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 |
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.
| Sequence::coalsim::node::node | ( | const double & | t = 0., |
| const int & | a = -1 |
||
| ) |
| t | time |
| a | abv |
Definition at line 188 of file CoalescentSimTypes.cc.
| 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.
| double Sequence::coalsim::node::time |
The (coalescent-scaled) time at which the node was generated
Definition at line 156 of file SimTypes.hpp.