ALMaSS Vole ODDox  1.1
The vole model description following ODdox protocol
VolePopulationManager.h File Reference

VolePopulationManager.h This is the header file 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.h This is the header file 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

Definition in file VolePopulationManager.h.

Typedef Documentation

◆ Vole_FemaleList

typedef vector< Vole_Female* > Vole_FemaleList

Definition at line 57 of file VolePopulationManager.h.

◆ Vole_MaleList

typedef vector< Vole_Male* > Vole_MaleList

Definition at line 52 of file VolePopulationManager.h.

Enumeration Type Documentation

◆ TTypeOfVoleMessage

Types of vole message.

Enumerator
tovm_Infanticide 

Definition at line 64 of file VolePopulationManager.h.

64  {

◆ 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 

Definition at line 72 of file VolePopulationManager.h.

tovmort_MPest
Definition: VolePopulationManager.h:85
tovmort_MPred
Definition: VolePopulationManager.h:81
tovm_Infanticide
Definition: VolePopulationManager.h:65
tovmort_MLife
Definition: VolePopulationManager.h:83
tovmort_MFarm
Definition: VolePopulationManager.h:77
tovmort_FDisp
Definition: VolePopulationManager.h:80
tovmort_FPest
Definition: VolePopulationManager.h:86
tovmort_FBck
Definition: VolePopulationManager.h:76
tovmort_MDisp
Definition: VolePopulationManager.h:79
tovmort_FLife
Definition: VolePopulationManager.h:84
TTypeOfVoleMortality
TTypeOfVoleMortality
Types of vole mortality.
Definition: VolePopulationManager.h:72
tovmort_FStarve
Definition: VolePopulationManager.h:74
TTypeOfVoleMessage
TTypeOfVoleMessage
Types of vole message.
Definition: VolePopulationManager.h:64
tovmort_MBck
Definition: VolePopulationManager.h:75
tovmort_MStarve
Definition: VolePopulationManager.h:73
tovmort_FPred
Definition: VolePopulationManager.h:82
tovmort_FFarm
Definition: VolePopulationManager.h:78