|
ALMaSS Vole ODDox
1.1
The vole model description following ODdox protocol
|
Vole_all.h This header file contains the code for all vole lifestage classes
More...
#include "GeneticMaterial.h"Go to the source code of this file.
Classes | |
| class | InTrapPosition |
| A class for storing the position of the trap the vole is in. More... | |
| class | struct_Vole_Adult |
| A struct for passing data to create a new vole. More... | |
| class | Vole_Base |
| Base class for voles - all vole objects are descended from this class. More... | |
| class | Vole_JuvenileMale |
| The class for juvenile male voles. More... | |
| class | Vole_Male |
| The class for male voles. More... | |
| class | Vole_JuvenileFemale |
| The class for female voles. More... | |
| class | Vole_Female |
| The class for female voles. More... | |
Enumerations | |
| enum | TTypeOfVoleState { tovs_InitialState =0, tovs_JuvenileExploration, tovs_MMaturation, tovs_MEvaluateExplore, tovs_Infanticide, tovs_MDying, tovs_FEvaluateExplore, tovs_ReproBehaviour, tovs_Lactating, tovs_GiveBirth, tovs_FMaturation, tovs_Mating, tovs_UpdateGestation, tovs_SpecialExplore, tovs_FDying } |
| Vole behavioural states. More... | |
| enum | VoleDispersalReturns { vdisp_CarryOn = 0, vdisp_Die, vdisp_Mature, vdisp_Infanticide } |
| enum | VoleObject { vob_JuvenileMale = 0, vob_JuvenileFemale, vob_Male, vob_Female, vob_foobar } |
Vole_all.h This header file contains the code for all vole lifestage classes
by Chris J. Topping
Version of 01st Nov 2000
With additions as noted in:
April 2006
November 2007
Doxygen formatted comments in May 2008
Definition in file vole_all.h.
| enum TTypeOfVoleState |
Vole behavioural states.
Definition at line 55 of file vole_all.h.
| enum VoleDispersalReturns |
| Enumerator | |
|---|---|
| vdisp_CarryOn | |
| vdisp_Die | |
| vdisp_Mature | |
| vdisp_Infanticide | |
Definition at line 78 of file vole_all.h.
| enum VoleObject |
| Enumerator | |
|---|---|
| vob_JuvenileMale | |
| vob_JuvenileFemale | |
| vob_Male | |
| vob_Female | |
| vob_foobar | |
Definition at line 98 of file vole_all.h.