Struct mut_rec_intermediates

Struct Documentation

struct fwdpp::ts::mut_rec_intermediates

Contains the output of recombination and mutation when generating offspring haploid_genomes. Objects of this type are returned by fwdpp::ts::generate_offspring.

Version

0.7.4 Added to fwdpp::ts.

Public Functions

template<typename B, typename M>
mut_rec_intermediates(int s, B &&b, M &&m)

Public Members

int swapped

1 if the parent haploid_genomes were swapped, 0 otherwise

std::vector<double> breakpoints

Recombination breakpoints.

std::vector<uint_t> mutation_keys

Keys to new mutations.