|
ALMaSS Partridge ODdox
1.1
The partridge model description following ODdox protocol
|
Go to the source code of this file.
Classes | |
| struct | PesticideEvent |
| class | Diffusor |
| class | Pesticide |
| class | PesticideMap |
Macros | |
| #define | PEST_GRIDSIZE_POW2 0 |
| #define | PEST_GRIDSIZE 1 |
| #define | PEST_GRIDAREA 1 |
| #define | PEST_DEBUG |
Typedefs | |
| typedef vector< Diffusor * > | Diffusion_mask |
| The grid of diffusors for each point in a polygon that is sprayed. More... | |
Variables | |
| class Pesticide * | g_pest |
| #define PEST_DEBUG |
Definition at line 50 of file pesticide.h.
| #define PEST_GRIDAREA 1 |
Definition at line 41 of file pesticide.h.
| #define PEST_GRIDSIZE 1 |
Definition at line 40 of file pesticide.h.
| #define PEST_GRIDSIZE_POW2 0 |
Definition at line 39 of file pesticide.h.
| typedef vector<Diffusor*> Diffusion_mask |
The grid of diffusors for each point in a polygon that is sprayed.
Definition at line 103 of file pesticide.h.
| class Pesticide* g_pest |
Definition at line 92 of file pesticide.cpp.