|
FFPopSim
2.0
Library for Population Genetics
|
clone with a single genotype and a vector of phenotypic traits. More...
#include <ffpopsim_highd.h>
Public Member Functions | |
| clone_t (int n_traits=0) | |
| bool | operator== (const clone_t &other) const |
| bool | operator!= (const clone_t &other) const |
| bool | operator< (const clone_t &other) const |
| bool | operator> (const clone_t &other) const |
Public Attributes | |
| boost::dynamic_bitset | genotype |
| vector< double > | trait |
| double | fitness |
| int | clone_size |
clone with a single genotype and a vector of phenotypic traits.
Note: it uses dynamic bitsets because they require little memory.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int clone_t::clone_size |
| double clone_t::fitness |
| boost::dynamic_bitset clone_t::genotype |
| vector<double> clone_t::trait |