ALMaSS Rabbit ODdox  1.1
The rabbit model description following ODdox protocol
PesticideEvent Struct Reference

#include <pesticide.h>

Public Member Functions

 PesticideEvent (LE *a_sprayed_elem, double a_amount, PlantProtectionProducts a_ppp)
 

Public Attributes

LEm_sprayed_elem
 
double m_amount
 
PlantProtectionProducts m_ppp
 

Detailed Description

Definition at line 61 of file pesticide.h.

Constructor & Destructor Documentation

◆ PesticideEvent()

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

Definition at line 70 of file pesticide.h.

70  {
71  m_sprayed_elem = a_sprayed_elem;
72  m_amount = a_amount;
73  m_ppp = a_ppp;
74  }

References m_amount, m_ppp, and m_sprayed_elem.

Member Data Documentation

◆ m_amount

double PesticideEvent::m_amount

Definition at line 67 of file pesticide.h.

Referenced by PesticideEvent().

◆ m_ppp

PlantProtectionProducts PesticideEvent::m_ppp

Definition at line 68 of file pesticide.h.

Referenced by PesticideEvent().

◆ m_sprayed_elem

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 66 of file pesticide.h.

Referenced by PesticideEvent().


The documentation for this struct was generated from the following file:
PesticideEvent::m_ppp
PlantProtectionProducts m_ppp
Definition: pesticide.h:68
PesticideEvent::m_sprayed_elem
LE * m_sprayed_elem
Definition: pesticide.h:66
PesticideEvent::m_amount
double m_amount
Definition: pesticide.h:67