ALMaSS Rabbit ODdox  1.00
The rabbit model description following ODdox protocol
Classes | Macros | Typedefs | Variables
pesticide.h File Reference

Go to the source code of this file.

Classes

struct  PesticideEvent
 
class  Diffusor
 
class  Pesticide
 

Macros

#define PEST_GRIDSIZE_POW2   0
 Turns on code for detailed pesticide fate handling. More...
 
#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 Pesticideg_pest
 

Macro Definition Documentation

#define PEST_DEBUG

Definition at line 53 of file pesticide.h.

#define PEST_GRIDAREA   1

Definition at line 44 of file pesticide.h.

Referenced by Pesticide::Pesticide(), and Pesticide::TwinMapSprayCorrectBorders().

#define PEST_GRIDSIZE   1

Definition at line 43 of file pesticide.h.

Referenced by Landscape::ChangeMapMapping(), and Pesticide::Pesticide().

#define PEST_GRIDSIZE_POW2   0

Typedef Documentation

typedef vector<Diffusor*> Diffusion_mask

The grid of diffusors for each point in a polygon that is sprayed.

Definition at line 104 of file pesticide.h.

Variable Documentation

class Pesticide* g_pest

Definition at line 70 of file pesticide.cpp.