|
Classes |
| class | irrigationtabletype |
Defines |
| #define | _IRRIGATIONTABLE_ |
| #define | _MAXCHAR_ 200 |
Typedefs |
| typedef void(* | functionpointer )(int) |
Functions |
| int | GetIrrigTable (irrigationtabletype *&IRRIGtable) |
| int | GetIrrigTable (string dateinameein, irrigationtabletype *&irrigationtable) |
| int | GetIrrigTableFromStream (ostream *&WSstream, FILE *&steuerdatei, irrigationtabletype *&IRRIGtable) |
| void | irrigationTable_errorOutput (ostream *&WSstream, string name, string subStr) |
| void | addIrrigationEfficiencyToIrrgationTable (ostream *&WSstream, int usenr, irrigationtabletype *&IRRIGtable, int numEntriesIrrigationMethods, IrrigationEfficiency *&irrigEfficiencyArray) |
| void | irrigationtable_error (int i) |
| void | WriteIrrigTable (string filenameOut, irrigationtabletype *&irrigationtable) |
| void | writeSingleSet (ofstream &stream, int startmonth, int startday, double startamount, int endmonth, int endday, double endamount, int deltaDays) |
| void | writeIrrigationTableFromMatrixAndString (string fn, MatrixDouble &vectorCropIDs, MatrixDouble &indexValueAndColumn, MatrixDouble &monthlyWaterRequirements, string *&strNames, TimeHandler &timeHandlerLocal) |