A portion of a recombining chromosome. More...
#include <Sequence/Coalescent/SimTypes.hpp>
Public Member Functions | |
| segment () | |
| default constructor initializes all members to 0 | |
| segment (const int &b, const int &e, const int &d) | |
| constructor | |
Public Attributes | |
| int | beg |
| int | end |
| int | desc |
A portion of a recombining chromosome.
A segment is a portion of a recombining chromosome. A segment is defined in terms of its mutational length. Therefore, a segment consisting of k sites has k-1 positions at which recombination events can occur.
This struct contains 3 public members:
Definition at line 81 of file SimTypes.hpp.
| Sequence::segment::segment | ( | const int & | b, | |
| const int & | e, | |||
| const int & | d = 0 | |||
| ) | [explicit] |
1.6.1