File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/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
Pesticide.h File Reference
#include "Eigen/Dense"

Go to the source code of this file.

Classes

struct  PesticideEvent
 
class  Pesticide
 
class  PesticideOutput
 
class  PesticideTable
 
class  PesticideMap
 

Macros

#define PEST_GRIDSIZE_POW2   0
 
#define PEST_GRIDSIZE   1
 
#define PEST_GRIDAREA   1
 
#define PEST_DEBUG
 

Functions

PesticideCreatePesticide (Landscape *l)
 

Variables

class Pesticideg_pest
 
CfgArray_Double cfg_pest_K_plant_pollen
 
CfgArray_Double cfg_pest_K_plant_nectar
 

Macro Definition Documentation

◆ PEST_DEBUG

#define PEST_DEBUG

◆ PEST_GRIDAREA

#define PEST_GRIDAREA   1

◆ PEST_GRIDSIZE

#define PEST_GRIDSIZE   1

◆ PEST_GRIDSIZE_POW2

#define PEST_GRIDSIZE_POW2   0

Function Documentation

◆ CreatePesticide()

Pesticide* CreatePesticide ( Landscape l)
2006 {
2007  if (g_pest != NULL)
2008  delete g_pest;
2009 
2010  g_pest = new Pesticide(l);
2011 
2012  return g_pest;
2013 
2014 }

References g_pest, and Pesticide::Pesticide().

Referenced by main().

Variable Documentation

◆ cfg_pest_K_plant_nectar

CfgArray_Double cfg_pest_K_plant_nectar

◆ cfg_pest_K_plant_pollen

CfgArray_Double cfg_pest_K_plant_pollen

◆ g_pest

class Pesticide* g_pest

Referenced by CreatePesticide().

Pesticide
Definition: Pesticide.h:86
g_pest
class Pesticide * g_pest
Definition: Pesticide.cpp:219