![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
#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 | |
Pesticide * | CreatePesticide (Landscape *l) |
Variables | |
class Pesticide * | g_pest |
CfgArray_Double | cfg_pest_K_plant_pollen |
CfgArray_Double | cfg_pest_K_plant_nectar |
#define PEST_DEBUG |
#define PEST_GRIDAREA 1 |
#define PEST_GRIDSIZE 1 |
#define PEST_GRIDSIZE_POW2 0 |
CfgArray_Double cfg_pest_K_plant_nectar |
CfgArray_Double cfg_pest_K_plant_pollen |
class Pesticide* g_pest |
Referenced by CreatePesticide().