Struct edge¶
Defined in File edge.hpp
Struct Documentation¶
-
struct
fwdpp::ts::edge¶ An edge in a tree sequence
Edges define a transmission event of the genomic interval [left,right) from parent to child.
- Version
0.7.0 Added to fwdpp
Public Members
-
double
left¶ Left (inclusive) edge of genomic segment.
-
double
right¶ Right (exclusive) edge of genomic segment.
-
table_index_t
parent¶ Parent ID.
-
table_index_t
child¶ Child ID.