libpspm
|
#include <cohort.h>
Public Member Functions | |
Cohort () | |
Cohort (const Ind &_ind) | |
void | print_xu (std::ostream &out=std::cout) |
void | print (std::ostream &out=std::cout) |
void | set_size (double _x) |
void | preCompute (double x, double t, void *_env) |
double | growthRate (double x, double t, void *_env) |
double | mortalityRate (double x, double t, void *_env) |
double | birthRate (double x, double t, void *_env) |
Public Attributes | |
double | x = -999 |
double | u = -999 |
int | id = 0 |
double | birth_time = 0 |
bool | remove = false |
bool | need_precompute = true |
Static Public Attributes | |
static int | np |
static int | ng |
static int | nm |
static int | nf |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 47 of file cohort.h.
|
inline |
|
inline |
|
inline |
bool Cohort< Ind >::need_precompute = true |