SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteInsectInfestationMortalityXMLFile1 () |
Writes a parameter file for normal processing run 1. More... | |
const char * | WriteInsectInfestationMortalityXMLErrorFile1 () |
Writes a parameter file where a value for mortality probability intercept is not between 0 and 1. More... | |
const char * | WriteInsectInfestationMortalityXMLErrorFile2 () |
Writes a parameter file where a value for max mortality probability is not between 0 and 1. More... | |
const char * | WriteInsectInfestationMortalityXMLErrorFile3 () |
Writes a parameter file where there is no insect infestation behavior. More... | |
const char * | WriteInsectInfestationMortalityXMLErrorFile4 () |
Writes a parameter file where a value for X0 is 0. More... | |
void | WriteInsectInfestationMortalityErrorCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files. More... | |
void WriteInsectInfestationMortalityErrorCommonStuff | ( | 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* WriteInsectInfestationMortalityXMLErrorFile1 | ( | ) |
Writes a parameter file where a value for mortality probability intercept is not between 0 and 1.
const char* WriteInsectInfestationMortalityXMLErrorFile2 | ( | ) |
Writes a parameter file where a value for max mortality probability is not between 0 and 1.
const char* WriteInsectInfestationMortalityXMLErrorFile3 | ( | ) |
Writes a parameter file where there is no insect infestation behavior.
const char* WriteInsectInfestationMortalityXMLErrorFile4 | ( | ) |
Writes a parameter file where a value for X0 is 0.
const char* WriteInsectInfestationMortalityXMLFile1 | ( | ) |
Writes a parameter file for normal processing run 1.