Sequence::node Struct Reference
[Classes and functions related to simulating data under coalescent models]

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

#include <Sequence/Coalescent/SimTypes.hpp>

List of all members.

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.

Examples:

freerec.cc.

Definition at line 149 of file SimTypes.hpp.


Constructor & Destructor Documentation

Sequence::node::node ( const double &  t = 0.,
const int &  a = -1 
)
Parameters:
t time
a abv

Definition at line 185 of file CoalescentSimTypes.cc.


Member Data Documentation

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

Definition at line 159 of file SimTypes.hpp.

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

Definition at line 154 of file SimTypes.hpp.


The documentation for this struct was generated from the following files:
Generated on Thu Aug 11 13:22:05 2011 for libsequence by  doxygen 1.6.3