FFPopSim  2.0
Library for Population Genetics
 All Classes Files Functions Variables Macros Pages
coeff_t Struct Reference

Trait coefficient for a set of loci. More...

#include <ffpopsim_highd.h>

Public Member Functions

 coeff_t (double value_in, vector< int > loci_in)
 

Public Attributes

int order
 
double value
 
int * loci
 

Detailed Description

Trait coefficient for a set of loci.

This struct is used in the hypercube_highd class for saving trait coefficients. See also hypercube_highd::add_coefficient.

Note: words and bits are deprecated.

Constructor & Destructor Documentation

coeff_t::coeff_t ( double  value_in,
vector< int >  loci_in 
)
inline

Member Data Documentation

int* coeff_t::loci
int coeff_t::order
double coeff_t::value

The documentation for this struct was generated from the following file: