Struct genetic_map_unit

Inheritance Relationships

Base Type

Derived Types

Struct Documentation

struct fwdpp::genetic_map_unit : public fwdpp::util::abstract_cloneable<genetic_map_unit>

Interface class.

Subclassed by fwdpp::binomial_interval_t< T >, fwdpp::binomial_point_t< T >, fwdpp::fixed_number_crossovers_t< T >, fwdpp::poisson_interval_t< T >, fwdpp::poisson_point_t< T >

Public Functions

genetic_map_unit()

Constructor.

void operator()(const gsl_rng*, std::vector<double>&) const = 0

Note

Future revisions may change the return type to void and allow for a reusable vector.