SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteBasalAreaLightXMLFile1 () |
Writes a parameter file for normal proceessing run 1. More... | |
const char * | WriteBasalAreaLightXMLFile2 () |
Writes a parameter file for normal proceessing run 2. More... | |
const char * | WriteBasalAreaLightXMLFile3 () |
Writes a parameter file for normal proceessing run 3. More... | |
const char * | WriteBasalAreaLightXMLFile4 () |
Writes a parameter file for normal proceessing run 4. More... | |
const char * | WriteBasalAreaLightXMLFile5 () |
Writes a parameter file for normal proceessing run 5. More... | |
const char * | WriteBasalAreaLightXMLErrorFile1 () |
Writes an error file where the conifer "c" parameter = 0. More... | |
const char * | WriteBasalAreaLightXMLErrorFile2 () |
Writes an error file where the angiosperm "c" parameter = 0. More... | |
const char * | WriteBasalAreaLightXMLErrorFile3 () |
Writes an error file where the change threshold < 0. More... | |
const char * | WriteBasalAreaLightXMLErrorFile4 () |
Writes an error file where the minimum DBH < 0. More... | |
const char * | WriteBasalAreaLightXMLErrorFile5 () |
Writes an error file where the radius is negative. More... | |
void | WriteBasalAreaLightCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files (allometry and tree pop). More... | |
void WriteBasalAreaLightCommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files (allometry and tree pop).
oOut | File stream to write to. |
const char* WriteBasalAreaLightXMLErrorFile1 | ( | ) |
Writes an error file where the conifer "c" parameter = 0.
const char* WriteBasalAreaLightXMLErrorFile2 | ( | ) |
Writes an error file where the angiosperm "c" parameter = 0.
const char* WriteBasalAreaLightXMLErrorFile3 | ( | ) |
Writes an error file where the change threshold < 0.
const char* WriteBasalAreaLightXMLErrorFile4 | ( | ) |
Writes an error file where the minimum DBH < 0.
const char* WriteBasalAreaLightXMLErrorFile5 | ( | ) |
Writes an error file where the radius is negative.
const char* WriteBasalAreaLightXMLFile1 | ( | ) |
Writes a parameter file for normal proceessing run 1.
const char* WriteBasalAreaLightXMLFile2 | ( | ) |
Writes a parameter file for normal proceessing run 2.
const char* WriteBasalAreaLightXMLFile3 | ( | ) |
Writes a parameter file for normal proceessing run 3.
const char* WriteBasalAreaLightXMLFile4 | ( | ) |
Writes a parameter file for normal proceessing run 4.
const char* WriteBasalAreaLightXMLFile5 | ( | ) |
Writes a parameter file for normal proceessing run 5.