Goose Management Model ODdox  1.02
pesticide.h File Reference

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 Pesticideg_pest
 

Macro Definition Documentation

◆ PEST_DEBUG

#define PEST_DEBUG

Definition at line 50 of file pesticide.h.

◆ PEST_GRIDAREA

#define PEST_GRIDAREA   1

Definition at line 41 of file pesticide.h.

◆ PEST_GRIDSIZE

#define PEST_GRIDSIZE   1

Definition at line 40 of file pesticide.h.

◆ PEST_GRIDSIZE_POW2

#define PEST_GRIDSIZE_POW2   0

Definition at line 39 of file pesticide.h.

Typedef Documentation

◆ Diffusion_mask

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.

Variable Documentation

◆ g_pest

class Pesticide* g_pest

Definition at line 92 of file pesticide.cpp.