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 149 of file SimTypes.hpp.
| Sequence::node::node | ( | const double & | t = 0., |
|
| const int & | a = -1 | |||
| ) |
| t | time | |
| a | abv |
Definition at line 185 of file CoalescentSimTypes.cc.
The index in the marginal tree that is the ancestor of the current node
Definition at line 159 of file SimTypes.hpp.
| double Sequence::node::time |
The (coalescent-scaled) time at which the node was generated
Definition at line 154 of file SimTypes.hpp.
1.6.3