ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
VolePopulationManager.cpp This file contains the source for the vole population manager class
More...
Go to the source code of this file.
Classes | |
class | TrapLineMap |
A class for simulation virtual traplines. More... | |
class | VoleSummaryOutput |
A base class for summary outputs. More... | |
class | Vole_Population_Manager |
The class to handle all vole population related matters. More... | |
Typedefs | |
typedef vector< Vole_Male * > | Vole_MaleList |
typedef vector< Vole_Female * > | Vole_FemaleList |
Enumerations | |
enum | TTypeOfVoleMessage { tovm_Infanticide = 0 } |
Types of vole message. More... | |
enum | TTypeOfVoleMortality { tovmort_MStarve = 0, tovmort_FStarve, tovmort_MBck, tovmort_FBck, tovmort_MFarm, tovmort_FFarm, tovmort_MDisp, tovmort_FDisp, tovmort_MPred, tovmort_FPred, tovmort_MLife, tovmort_FLife, tovmort_MPest, tovmort_FPest } |
Types of vole mortality. More... | |
VolePopulationManager.cpp This file contains the source for the vole population manager class
by Chris J. Topping
Version of 28th Jan 2001
With additions as noted in:
April 2006
November 2007
Doxygen formatted comments in May 2008
typedef vector<Vole_Female*> Vole_FemaleList |
typedef vector<Vole_Male*> Vole_MaleList |
enum TTypeOfVoleMessage |
enum TTypeOfVoleMortality |