ALMaSS Rodenticide Model ODdox  1.0
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

CfgBool cfg_rodenticide_read_predators ("RODENTICIDE_READ_PREDATORS", CFG_CUSTOM, false)
 Used to flag whether we calculate or read in territory values. More...
 
CfgInt cfg_RodenticidePredatoryMaxTerr ("RODPREDATOR_MAXTERR", CFG_CUSTOM, 500)
 Maximum territory width. More...
 
CfgInt cfg_RodenticidePredatoryMinTerr ("RODPREDATOR_MINTERR", CFG_CUSTOM, 100)
 Minimum 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...
 
CfgInt cfg_RodenticidePredatoryType ("RODPREDATOR_TYPE", CFG_CUSTOM,-1)
 Used to set the predator information to read in. 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

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

CfgInt cfg_RodenticidePredatoryMaxTerr ( "RODPREDATOR_MAXTERR"  ,
CFG_CUSTOM  ,
500   
)
CfgInt cfg_RodenticidePredatoryMinTerr ( "RODPREDATOR_MINTERR"  ,
CFG_CUSTOM  ,
100   
)
CfgInt cfg_RodenticidePredatoryTargetQual ( "RODPREDATOR_TARGETQUAL"  ,
CFG_CUSTOM  ,
100   
)
CfgFloat cfg_RodenticidePredatoryTerrOverlap ( "RODPREDATOR_TERR_OVERLAP"  ,
CFG_CUSTOM  ,
1.  0 
)

Unused.

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