Nemo  2.4.0b
Simulate forward-in-time genetic evolution in a spatially explicit, individual-based stochastic simulator
types.h
Go to the documentation of this file.
1 
30 #ifndef _TYPES_H
31 #define _TYPES_H
32 
33 #include <string>
34 
36 typedef enum {
37  MAL=0, FEM=1
39 
41 typedef enum {
42  OFFSx=0, PDISPx=1, ADLTx=2, A2, A3, A4, A5, A6, A7, A8, A9, A10
44 
46 typedef unsigned int age_t;
48 #define NONE 0
50 #define OFFSPRG 1
52 #define POSTDISP 2
54 #define ADULTS 4
56 #define ALL 7
58 typedef enum {
59  GEN=2,RPL=4,PATCH=8,FLAT=16
61 
63 typedef std::string trait_t;
65 #define TRAIT_T_MAX 5
66 #define DELE "delet"
67 #define DISP "disp"
68 #define FDISP "fdisp"
69 #define MDISP "mdisp"
70 #define NTRL "ntrl"
71 //#define DQUANT "qdisc"
72 #define QUANT "quant"
73 #define WOLB "wolb"
74 #define PHENO "pheno"
75 
77 typedef enum {
80 
81 #endif
82 
std::string trait_t
Trait types.
Definition: types.h:63
sex_t
Sex types, males are always 0 and females 1!!
Definition: types.h:36
@ FEM
Definition: types.h:37
@ MAL
Definition: types.h:37
unsigned int age_t
Age class flags.
Definition: types.h:46
param_t
Param's types.
Definition: types.h:77
@ DBL
Definition: types.h:78
@ MAT
Definition: types.h:78
@ DIST
Definition: types.h:78
@ BOOL
Definition: types.h:78
@ STR
Definition: types.h:78
@ INT
Definition: types.h:78
age_idx
Array index of the age classes in the patch sizes and containers arrays.
Definition: types.h:41
@ OFFSx
Definition: types.h:42
@ A6
Definition: types.h:42
@ PDISPx
Definition: types.h:42
@ A2
Definition: types.h:42
@ A3
Definition: types.h:42
@ A7
Definition: types.h:42
@ ADLTx
Definition: types.h:42
@ A5
Definition: types.h:42
@ A4
Definition: types.h:42
@ A9
Definition: types.h:42
@ A10
Definition: types.h:42
@ A8
Definition: types.h:42
st_order
Ordering type used to record statistics in the StatRecorders.
Definition: types.h:58
@ FLAT
Definition: types.h:59
@ GEN
Definition: types.h:59
@ RPL
Definition: types.h:59
@ PATCH
Definition: types.h:59

Generated for Nemo v2.4.0b by  doxygen 1.9.1 -- Nemo is hosted on  Download Nemo

Locations of visitors to this page
Catalogued on GSR