![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
#include <mutex>
Go to the source code of this file.
Classes | |
struct | MRR_Entry |
Data entry for mark release recapture data MRR_Data. More... | |
class | MRR_Data |
Class for running mark-release-recapture experiments. 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... | |
class | Hare_Infant |
Class for infant hares (stationary, only milk inputs) More... | |
class | Hare_Young |
Class for young hares (low mobility, milk and solid food 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_Female |
Class for female hares. More... | |
Typedefs | |
typedef vector< THare * > | TListOfHares |
Enumerations | |
enum | Hare_Object { hob_Infant, hob_Young, hob_Juvenile, hob_Male, hob_Female, hob_Foobar } |
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... | |
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... | |
Hare_all.h - contains the headers for all hare related classes
By C.J.Topping May 2008
typedef vector<THare*> TListOfHares |
Type definition for a list of hares
enum Hare_Object |
enum TTypeOfActivity |
enum TTypeOfHareState |