SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteLogisticBiLevelMortalityXMLFile1 () |
Writes a parameter file for normal processing run 1. More... | |
const char * | WriteLogisticBiLevelMortalityXMLFile2 () |
Writes a parameter file for normal processing run 2. More... | |
const char * | WriteLogisticBiLevelMortalityXMLFile3 () |
Writes a parameter file for normal processing run 3. More... | |
const char * | WriteLogisticBiLevelMortalityXMLErrorFile1 () |
Writes a parameter file where a value for high-light growth threshold is not between 0 and 100. More... | |
void | WriteLogisticBiLevelMortalityCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files. More... | |
void | WriteLogisticBiLevelMortalityMortParameters (std::fstream &oOut) |
Writes mortality parameters for the test parameter files. More... | |
void WriteLogisticBiLevelMortalityCommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files.
This starts with <randomSeed> and ends with </allometry>.
oOut | File stream to write to. |
void WriteLogisticBiLevelMortalityMortParameters | ( | std::fstream & | oOut | ) |
Writes mortality parameters for the test parameter files.
oOut | File stream to write to. |
const char* WriteLogisticBiLevelMortalityXMLErrorFile1 | ( | ) |
Writes a parameter file where a value for high-light growth threshold is not between 0 and 100.
const char* WriteLogisticBiLevelMortalityXMLFile1 | ( | ) |
Writes a parameter file for normal processing run 1.
const char* WriteLogisticBiLevelMortalityXMLFile2 | ( | ) |
Writes a parameter file for normal processing run 2.
const char* WriteLogisticBiLevelMortalityXMLFile3 | ( | ) |
Writes a parameter file for normal processing run 3.