ALMaSS Rabbit ODdox  1.00
The rabbit model description following ODdox protocol
Public Member Functions | Public Attributes | List of all members
PesticideEvent Struct Reference

#include <pesticide.h>

Public Member Functions

 PesticideEvent (LE *a_sprayed_elem, double a_amount)
 

Public Attributes

LEm_sprayed_elem
 
double m_amount
 

Detailed Description

Definition at line 64 of file pesticide.h.

Constructor & Destructor Documentation

PesticideEvent::PesticideEvent ( LE a_sprayed_elem,
double  a_amount 
)
inline

Definition at line 72 of file pesticide.h.

72  {
73  m_sprayed_elem = a_sprayed_elem;
74  m_amount = a_amount;
75  }
LE * m_sprayed_elem
Definition: pesticide.h:69
double m_amount
Definition: pesticide.h:70

Member Data Documentation

double PesticideEvent::m_amount

Definition at line 70 of file pesticide.h.

LE* PesticideEvent::m_sprayed_elem

Records the amount sprayed per unit area of a polygon. Each cell in the polygon is assumed to receive this amount (effectively the field rate per unit area).

Definition at line 69 of file pesticide.h.


The documentation for this struct was generated from the following file: