Goose Management Model ODdox
1.02
|
Go to the source code of this file.
Classes | |
class | Diffusor |
class | Pesticide |
struct | PesticideEvent |
class | PesticideMap |
Macros | |
#define | PEST_DEBUG |
#define | PEST_GRIDAREA 1 |
#define | PEST_GRIDSIZE 1 |
#define | PEST_GRIDSIZE_POW2 0 |
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.