![]() |
ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
#include <Pesticide.h>
Public Member Functions | |
PesticideEvent (LE *a_sprayed_elem, double a_amount, PlantProtectionProducts a_ppp, int a_drift_type=0) | |
Public Attributes | |
LE * | m_sprayed_elem |
double | m_amount |
PlantProtectionProducts | m_ppp |
int | m_drift_type |
|
inline |
References m_amount, m_drift_type, m_ppp, and m_sprayed_elem.
double PesticideEvent::m_amount |
Referenced by PesticideEvent().
int PesticideEvent::m_drift_type |
Referenced by PesticideEvent().
PlantProtectionProducts PesticideEvent::m_ppp |
Referenced by PesticideEvent().
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).
Referenced by PesticideEvent().