SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteHarvestInterfaceXMLFile1 () |
Writes a parameter file for normal processing run 1. More... | |
const char * | WriteHarvestInterfaceXMLFile2 () |
Writes a parameter file for normal processing run 2. More... | |
const char * | WriteHarvestInterfaceXMLFile3 () |
Writes a parameter file for normal processing run 3. More... | |
const char * | WriteHarvestInterfaceXMLFile4 () |
Writes a parameter file for normal processing run 4. More... | |
const char * | WriteHarvestInterfaceXMLFile5 () |
Writes a parameter file for normal processing run 5. More... | |
const char * | WriteHarvestInterfaceXMLFile6 () |
Writes a parameter file for normal processing run 6. More... | |
const char * | WriteHarvestInterfaceXMLBatch1 () |
Writes batch file 1, for normal processing run 5. More... | |
const char * | WriteHarvestInterfaceXMLErrorBatch1 () |
Writes a batch file to provoke an error in the length of the batch parameters file. More... | |
const char * | WriteHarvestInterfaceAllParamsFile () |
Writes a parameters file, for normal processing run 5. More... | |
const char * | WriteHarvestInterfaceXMLErrorFile1 () |
Writes an error file where the harvest executable isn't where it's supposed to be. More... | |
const char * | WriteHarvestInterfaceXMLErrorFile2 () |
Writes an error file where the harvest period is negative. More... | |
const char * | WriteHarvestInterfaceXMLErrorFile3 () |
Writes an error file where requested tree attributes don't exist at all. More... | |
const char * | WriteHarvestInterfaceXMLErrorFile4 () |
Writes an error file where requested tree attributes don't exist for all species. More... | |
const char * | WriteHarvestInterfaceXMLErrorFile5 () |
Writes an error file where the harvest return file will not exist. More... | |
const char * | WriteHarvestInterfaceXMLErrorFile6 () |
Writes an error file where the update return file will not exist. More... | |
const char * | WriteHarvestInterfaceXMLErrorFile7 () |
Writes an error file where a tree to harvest will not exist. More... | |
const char * | WriteHarvestInterfaceXMLErrorFile8 () |
Writes an error file where a tree to update will not exist. More... | |
const char * | WriteHarvestInterfaceXMLErrorFile9 () |
Writes an error file where the parameter batch file is missing. More... | |
void | WriteHarvestInterfaceTrees (std::fstream &oOut) |
Writes the tree portions of the test parameter files, from <trees> to </trees>. More... | |
void | WriteHarvestInterfaceAllometry (std::fstream &oOut) |
Writes the allometry portions of the test parameter files, from <allometry> to </allometry>. More... | |
void WriteHarvestInterfaceAllometry | ( | std::fstream & | oOut | ) |
Writes the allometry portions of the test parameter files, from <allometry> to </allometry>.
oOut | File stream to write to. |
const char* WriteHarvestInterfaceAllParamsFile | ( | ) |
Writes a parameters file, for normal processing run 5.
void WriteHarvestInterfaceTrees | ( | std::fstream & | oOut | ) |
Writes the tree portions of the test parameter files, from <trees> to </trees>.
oOut | File stream to write to. |
const char* WriteHarvestInterfaceXMLBatch1 | ( | ) |
Writes batch file 1, for normal processing run 5.
const char* WriteHarvestInterfaceXMLErrorBatch1 | ( | ) |
Writes a batch file to provoke an error in the length of the batch parameters file.
const char* WriteHarvestInterfaceXMLErrorFile1 | ( | ) |
Writes an error file where the harvest executable isn't where it's supposed to be.
const char* WriteHarvestInterfaceXMLErrorFile2 | ( | ) |
Writes an error file where the harvest period is negative.
const char* WriteHarvestInterfaceXMLErrorFile3 | ( | ) |
Writes an error file where requested tree attributes don't exist at all.
const char* WriteHarvestInterfaceXMLErrorFile4 | ( | ) |
Writes an error file where requested tree attributes don't exist for all species.
const char* WriteHarvestInterfaceXMLErrorFile5 | ( | ) |
Writes an error file where the harvest return file will not exist.
const char* WriteHarvestInterfaceXMLErrorFile6 | ( | ) |
Writes an error file where the update return file will not exist.
const char* WriteHarvestInterfaceXMLErrorFile7 | ( | ) |
Writes an error file where a tree to harvest will not exist.
const char* WriteHarvestInterfaceXMLErrorFile8 | ( | ) |
Writes an error file where a tree to update will not exist.
const char* WriteHarvestInterfaceXMLErrorFile9 | ( | ) |
Writes an error file where the parameter batch file is missing.
const char* WriteHarvestInterfaceXMLFile1 | ( | ) |
Writes a parameter file for normal processing run 1.
const char* WriteHarvestInterfaceXMLFile2 | ( | ) |
Writes a parameter file for normal processing run 2.
const char* WriteHarvestInterfaceXMLFile3 | ( | ) |
Writes a parameter file for normal processing run 3.
const char* WriteHarvestInterfaceXMLFile4 | ( | ) |
Writes a parameter file for normal processing run 4.
const char* WriteHarvestInterfaceXMLFile5 | ( | ) |
Writes a parameter file for normal processing run 5.
const char* WriteHarvestInterfaceXMLFile6 | ( | ) |
Writes a parameter file for normal processing run 6.