#include <IrrigationTable.h>
Collaboration diagram for irrigationtabletype:

Public Member Functions | |
| irrigationtabletype () | |
| ~irrigationtabletype () | |
| void | allocateVectors (int lenVect) |
| int | getCode () const |
| string | getName () const |
| bool | efficiencyIsSpecified () |
| void | printToScreen () |
| int | getMethod () |
| int | getOrigin () |
Public Attributes | |
| int | Code |
| char * | Name |
| int | methode |
| int | origin |
| double | psi_dry |
| double | psi_wet |
| int | tabcnt |
| MatrixDouble | matrixMonths |
| MatrixDouble | matrixDays |
| MatrixDouble | matrixAmount |
| bool | isSpecifiedIrrigationMethod |
| IrrigationEfficiency | efficiency |
| long * | month |
| long * | day |
| double * | amount |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1