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