ALMaSS Rodenticide ODdox  1.1
The rodenticide model description following ODdox protocol
RodenticidePredators.cpp File Reference

The main source code for all rodenticide modelling predator behaviour and population manager More...

#include <iostream>
#include <fstream>
#include <vector>
#include "../Landscape/ls.h"
#include "../BatchALMaSS/PopulationManager.h"
#include "../BatchALMaSS/BinaryMapBase.h"
#include "../RodenticideModelling/RodenticidePredators.h"

Functions

CfgInt cfg_RodenticidePredatoryType ("RODPREDATOR_TYPE", CFG_CUSTOM,-1)
 Used to set the predator information to read in. More...
 
CfgInt cfg_RodenticidePredatoryMinTerr ("RODPREDATOR_MINTERR", CFG_CUSTOM, 100)
 Minimum territory width. More...
 
CfgInt cfg_RodenticidePredatoryMaxTerr ("RODPREDATOR_MAXTERR", CFG_CUSTOM, 500)
 Maximum territory width. More...
 
CfgInt cfg_RodenticidePredatoryTargetQual ("RODPREDATOR_TARGETQUAL", CFG_CUSTOM, 100)
 Territory minimum quality. More...
 
CfgFloat cfg_RodenticidePredatoryTerrOverlap ("RODPREDATOR_TERR_OVERLAP", CFG_CUSTOM, 1.0)
 Unused. More...
 
CfgBool cfg_rodenticide_read_predators ("RODENTICIDE_READ_PREDATORS", CFG_CUSTOM, false)
 Used to flag whether we calculate or read in territory values. More...
 

Detailed Description

The main source code for all rodenticide modelling predator behaviour and population manager

Version of 08 December 2013.
By Chris J. Topping

Function Documentation

◆ cfg_rodenticide_read_predators()

CfgBool cfg_rodenticide_read_predators ( "RODENTICIDE_READ_PREDATORS"  ,
CFG_CUSTOM  ,
false   
)

Used to flag whether we calculate or read in territory values.

Referenced by RodenticidePredators_Population_Manager::RodenticidePredators_Population_Manager().

◆ cfg_RodenticidePredatoryMaxTerr()

CfgInt cfg_RodenticidePredatoryMaxTerr ( "RODPREDATOR_MAXTERR"  ,
CFG_CUSTOM  ,
500   
)

◆ cfg_RodenticidePredatoryMinTerr()

CfgInt cfg_RodenticidePredatoryMinTerr ( "RODPREDATOR_MINTERR"  ,
CFG_CUSTOM  ,
100   
)

◆ cfg_RodenticidePredatoryTargetQual()

CfgInt cfg_RodenticidePredatoryTargetQual ( "RODPREDATOR_TARGETQUAL"  ,
CFG_CUSTOM  ,
100   
)

◆ cfg_RodenticidePredatoryTerrOverlap()

CfgFloat cfg_RodenticidePredatoryTerrOverlap ( "RODPREDATOR_TERR_OVERLAP"  ,
CFG_CUSTOM  ,
1.  0 
)

◆ cfg_RodenticidePredatoryType()

CfgInt cfg_RodenticidePredatoryType ( "RODPREDATOR_TYPE"  ,
CFG_CUSTOM  ,
1 
)

Used to set the predator information to read in.

Referenced by RodenticidePredators_Population_Manager::RodenticidePredators_Population_Manager().