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

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

Locations of visitors to this page
Catalogued on GSR