Loading [MathJax]/extensions/ams.js
ALMaSS  1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
VolePopulationManager.h File Reference

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...
 

Detailed Description

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 Documentation

◆ Vole_FemaleList

typedef vector<Vole_Female*> Vole_FemaleList

◆ Vole_MaleList

typedef vector<Vole_Male*> Vole_MaleList

Enumeration Type Documentation

◆ TTypeOfVoleMessage

Types of vole message.

Enumerator
tovm_Infanticide 
63  {

◆ TTypeOfVoleMortality

Types of vole mortality.

Enumerator
tovmort_MStarve 
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 
tovmort_MPest
Definition: VolePopulationManager.h:84
tovmort_MPred
Definition: VolePopulationManager.h:80
tovm_Infanticide
Definition: VolePopulationManager.h:64
tovmort_MLife
Definition: VolePopulationManager.h:82
tovmort_MFarm
Definition: VolePopulationManager.h:76
tovmort_FDisp
Definition: VolePopulationManager.h:79
tovmort_FPest
Definition: VolePopulationManager.h:85
tovmort_FBck
Definition: VolePopulationManager.h:75
tovmort_MDisp
Definition: VolePopulationManager.h:78
tovmort_FLife
Definition: VolePopulationManager.h:83
TTypeOfVoleMortality
TTypeOfVoleMortality
Types of vole mortality.
Definition: VolePopulationManager.h:71
tovmort_FStarve
Definition: VolePopulationManager.h:73
TTypeOfVoleMessage
TTypeOfVoleMessage
Types of vole message.
Definition: VolePopulationManager.h:63
tovmort_MBck
Definition: VolePopulationManager.h:74
tovmort_MStarve
Definition: VolePopulationManager.h:72
tovmort_FPred
Definition: VolePopulationManager.h:81
tovmort_FFarm
Definition: VolePopulationManager.h:77