|
ALMaSS Hare ODDox
1.1
The hare model description following ODdox protocol
|
Go to the source code of this file.
Classes | |
| class | Hare_Female |
| Class for female hares. More... | |
| class | Hare_Infant |
| Class for infant hares (stationary, only milk inputs) More... | |
| class | Hare_Juvenile |
| Class for juvenile hares (after 5 weeks old, fully mobile) More... | |
| class | Hare_Male |
| Class for male hares. More... | |
| class | Hare_Young |
| Class for young hares (low mobility, milk and solid food inputs) More... | |
| class | MRR_Data |
| Class for running mark-release-recapture experiments. More... | |
| struct | MRR_Entry |
| Data entry for mark release recapture data MRR_Data. More... | |
| class | struct_Hare |
| Class used to pass hare information to CreateObjects. More... | |
| class | THare |
| The base class for all hare classes. More... | |
| class | THare_Population_Manager |
| The class that handles all the population lists for hares. More... | |
Typedefs | |
| typedef vector< THare * > | TListOfHares |
Enumerations | |
| enum | Hare_Object { hob_Infant, hob_Young, hob_Juvenile, hob_Male, hob_Female, hob_Foobar } |
| enum | TTypeOfActivity { activity_Resting =0, activity_Running, activity_Foraging, activity_Walking, activity_Dispersal, activity_Recovery, activity_oestrouscycle, activity_inoestrous, activity_gestation, activity_givebirth, activity_lactation, activity_nonAdult } |
| Enumerator for hare activities. More... | |
| enum | TTypeOfHareState { tohs_InitialState =0, tohs_NextStage, tohs_Developing, tohs_Dispersal, tohs_Foraging, tohs_Resting, tohs_ReproBehaviour, tohs_Running, tohs_Dying, tohs_DestroyObject } |
| Enumerator for hare behavioural states. More... | |
Hare_all.h - contains the headers for all hare related classes
By C.J.Topping May 2008
Definition in file Hare_all.h.
| typedef vector<THare*> TListOfHares |
Type definition for a list of hares
Definition at line 44 of file Hare_all.h.
| enum Hare_Object |
Enumerator for hare object types
| Enumerator | |
|---|---|
| hob_Infant | |
| hob_Young | |
| hob_Juvenile | |
| hob_Male | |
| hob_Female | |
| hob_Foobar | |
Definition at line 56 of file Hare_all.h.
| enum TTypeOfActivity |
Enumerator for hare activities.
Definition at line 88 of file Hare_all.h.
| enum TTypeOfHareState |
Enumerator for hare behavioural states.
| Enumerator | |
|---|---|
| tohs_InitialState | |
| tohs_NextStage | |
| tohs_Developing | |
| tohs_Dispersal | |
| tohs_Foraging | |
| tohs_Resting | |
| tohs_ReproBehaviour | |
| tohs_Running | |
| tohs_Dying | |
| tohs_DestroyObject | |
Definition at line 69 of file Hare_all.h.