|
SORTIE C++ Test Documentation
|
#include <fstream>Functions | |
| const char * | WriteFoliarChemistryXMLFile1 () |
| Writes the parameter file for normal processing run 1. | |
| const char * | WriteFoliarChemistryXMLFile2 () |
| Writes the parameter file for normal processing run 2. | |
| const char * | WriteFoliarChemistryXMLErrorFile1 () |
| Writes an error file where the Foliar Chemistry behavior is applied to seedlings. | |
| void | CreateFoliarChemistryTrees (clTreePopulation *p_oPop) |
| Creates the test tree set. | |
| void | WriteFoliarChemistryCommonFileBegin (std::fstream &oOut) |
| Writes common beginning of the test parameter files, which is everything after the grid settings. | |
| void | WriteFoliarChemistryCommonFileEnd (std::fstream &oOut) |
| Writes common ending of the test parameter files, which is everything after the grid settings. | |
| void CreateFoliarChemistryTrees | ( | clTreePopulation * | p_oPop | ) |
Creates the test tree set.
| p_oPop | Tree population object. |
| void WriteFoliarChemistryCommonFileBegin | ( | std::fstream & | oOut | ) |
Writes common beginning of the test parameter files, which is everything after the grid settings.
| oOut | File stream to write to. |
| void WriteFoliarChemistryCommonFileEnd | ( | std::fstream & | oOut | ) |
Writes common ending of the test parameter files, which is everything after the grid settings.
| oOut | File stream to write to. |
| const char* WriteFoliarChemistryXMLErrorFile1 | ( | ) |
Writes an error file where the Foliar Chemistry behavior is applied to seedlings.
| const char* WriteFoliarChemistryXMLFile1 | ( | ) |
Writes the parameter file for normal processing run 1.
| const char* WriteFoliarChemistryXMLFile2 | ( | ) |
Writes the parameter file for normal processing run 2.
1.8.2