SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteRelativeGrowthXMLFile1 () |
Tests the clRelativeGrowth class. More... | |
const char * | WriteRelativeGrowthXMLFile2 () |
Writes a parameter file to direct testing. More... | |
const char * | WriteRelativeGrowthXMLFile3 () |
Writes a parameter file to direct testing. More... | |
const char * | WriteRelativeGrowthXMLFile4 () |
Writes a parameter file to direct testing. More... | |
const char * | WriteRelativeGrowthXMLFile5 () |
Writes a parameter file to direct testing for run 3. More... | |
const char * | WriteRelativeGrowthXMLFile6 () |
Writes a parameter file to direct testing for run 3. More... | |
void | WriteRelativeGrowthRun3CommonStuff (std::fstream &oOut) |
Writes common portions of the run 3 test parameter files. More... | |
void WriteRelativeGrowthRun3CommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the run 3 test parameter files.
oOut | File stream to write to. |
const char* WriteRelativeGrowthXMLFile1 | ( | ) |
Tests the clRelativeGrowth class.
This tests all six types of relative growth - non-limited relative growth, relative growth limited to constant radial increment, relative growth limited to constant basal area increment, non-limited relative growth - diameter update only, relative growth limited to constant radial increment - diameter update only, and relative growth limited to constant basal area increment - diameter update only. Writes a parameter file to direct testing. Timestep length is 1 year. This contains three species. Behaviors:
const char* WriteRelativeGrowthXMLFile2 | ( | ) |
Writes a parameter file to direct testing.
Timestep length is 3 years. This contains three species. Behaviors:
const char* WriteRelativeGrowthXMLFile3 | ( | ) |
Writes a parameter file to direct testing.
Timestep length is 1 year. This contains three species. Behaviors:
const char* WriteRelativeGrowthXMLFile4 | ( | ) |
Writes a parameter file to direct testing.
Timestep length is 3 years. This contains three species. Behaviors:
const char* WriteRelativeGrowthXMLFile5 | ( | ) |
Writes a parameter file to direct testing for run 3.
Timestep length is 1 year. This contains four species. Relative height growth is applied to all species. Diameter incrementer applied to all as well.
const char* WriteRelativeGrowthXMLFile6 | ( | ) |
Writes a parameter file to direct testing for run 3.
Timestep length is 3 years. This contains four species. Relative height growth is applied to all species. Diameter incrementer applied to all as well.