SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteNCIDoubleLogisticClimateGrowthXMLFile1 () |
Tests a configuration of clNCIMasterGrowth. More... | |
const char * | WriteNCIDoubleLogisticClimateGrowthXMLFile2 () |
Writes a 3-year timestep file. More... | |
const char * | WriteNCIDoubleLogisticClimateGrowthXMLFile3 () |
Writes a 1-year timestep file with stochastic growth. More... | |
const char * | WriteNCIDoubleLogisticClimateGrowthXMLErrorFile1 () |
Writes an error condition where size Xb for a species = 0. More... | |
const char * | WriteNCIDoubleLogisticClimateGrowthXMLErrorFile2 () |
Writes an error condition where size X0 for a species = 0. More... | |
void | WriteNCIDoubleLogisticClimateGrowthCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files (tree pop, plot, etc). More... | |
void | WriteNCIDoubleLogisticClimateGrowthTreeStuff (std::fstream &oOut) |
Writes common portions of the test parameter files (tree pop, plot, etc). More... | |
void | WriteNCIDoubleLogisticClimateGrowthErrorFileCommonStuff (std::fstream &oOut) |
Writes common portions of the test error parameter files (tree pop, plot, etc). More... | |
void WriteNCIDoubleLogisticClimateGrowthCommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files (tree pop, plot, etc).
oOut | File stream to write to. |
void WriteNCIDoubleLogisticClimateGrowthErrorFileCommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test error parameter files (tree pop, plot, etc).
Starts at the beginning of the file and ends at the closing tree tag.
oOut | File stream to write to. |
void WriteNCIDoubleLogisticClimateGrowthTreeStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files (tree pop, plot, etc).
oOut | File stream to write to. |
const char* WriteNCIDoubleLogisticClimateGrowthXMLErrorFile1 | ( | ) |
Writes an error condition where size Xb for a species = 0.
const char* WriteNCIDoubleLogisticClimateGrowthXMLErrorFile2 | ( | ) |
Writes an error condition where size X0 for a species = 0.
const char* WriteNCIDoubleLogisticClimateGrowthXMLFile1 | ( | ) |
Tests a configuration of clNCIMasterGrowth.
Writes a 1-year timestep file. This contains 4 species. NCI growth (auto-height) is assigned to saplings and adults of Species 2, 3, and 4.
const char* WriteNCIDoubleLogisticClimateGrowthXMLFile2 | ( | ) |
Writes a 3-year timestep file.
This contains 4 species. NCI growth (auto-height) is assigned to saplings and adults of Species 2, 3, and 4.
const char* WriteNCIDoubleLogisticClimateGrowthXMLFile3 | ( | ) |
Writes a 1-year timestep file with stochastic growth.