SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteHeightGLIWeibullMortalityXMLFile1 () |
Writes a parameter file for normal processing run 1. More... | |
const char * | WriteHeightGLIWeibullMortalityXMLFile2 () |
Writes a parameter file for normal processing run 2. More... | |
const char * | WriteHeightGLIWeibullMortalityXMLErrorFile1 () |
Writes a parameter file where a value for unbrowsed max mortality is not between 0 and 1. More... | |
const char * | WriteHeightGLIWeibullMortalityXMLErrorFile2 () |
Writes a parameter file where there is no light behavior present. More... | |
const char * | WriteHeightGLIWeibullMortalityXMLErrorFile3 () |
Writes a parameter file where a value for browsed max mortality is not between 0 and 1. More... | |
void | WriteHeightGLIWeibullMortalityCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files. More... | |
void WriteHeightGLIWeibullMortalityCommonStuff | ( | 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. |
const char* WriteHeightGLIWeibullMortalityXMLErrorFile1 | ( | ) |
Writes a parameter file where a value for unbrowsed max mortality is not between 0 and 1.
const char* WriteHeightGLIWeibullMortalityXMLErrorFile2 | ( | ) |
Writes a parameter file where there is no light behavior present.
const char* WriteHeightGLIWeibullMortalityXMLErrorFile3 | ( | ) |
Writes a parameter file where a value for browsed max mortality is not between 0 and 1.
const char* WriteHeightGLIWeibullMortalityXMLFile1 | ( | ) |
Writes a parameter file for normal processing run 1.
const char* WriteHeightGLIWeibullMortalityXMLFile2 | ( | ) |
Writes a parameter file for normal processing run 2.