SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteNCIXMLFile1 () |
Writes a 1-year timestep file. More... | |
const char * | WriteNCIXMLFile2 () |
Writes a 3-year timestep file. More... | |
const char * | WriteNCIXMLFile3 () |
Writes a 1-year timestep file. More... | |
void | WriteNCICommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files (tree pop, plot, etc). More... | |
void | WriteNCITreeStuff (std::fstream &oOut) |
Writes common portions of the test parameter files (tree pop, plot, etc). More... | |
void WriteNCICommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files (tree pop, plot, etc).
oOut | File stream to write to. |
void WriteNCITreeStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files (tree pop, plot, etc).
oOut | File stream to write to. |
const char* WriteNCIXMLFile1 | ( | ) |
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* WriteNCIXMLFile2 | ( | ) |
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* WriteNCIXMLFile3 | ( | ) |
Writes a 1-year timestep file.
This contains 4 species. NCI quadrat growth (auto-height) is assigned to saplings and adults of Species 2, 3, and 4.