SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteBrowsedStochasticMortalityXMLFile1 () |
Writes a parameter file for normal processing run 1. More... | |
const char * | WriteBrowsedStochasticMortalityXMLFile2 () |
Writes a parameter file for normal processing run 2. More... | |
const char * | WriteBrowsedStochasticMortalityXMLErrorFile1 () |
Writes a parameter file where a value for browsed mortality probability is not between 0 and 1. More... | |
const char * | WriteBrowsedStochasticMortalityXMLErrorFile2 () |
Writes a parameter file where a value for unbrowsed mortality probability is not between 0 and 1. More... | |
const char * | WriteBrowsedStochasticMortalityXMLErrorFile3 () |
Writes a parameter file where there is no browsed behavior. More... | |
void | WriteBrowsedStochasticMortalityCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files. More... | |
void | WriteBrowsedStochasticMortalityMortParameters (std::fstream &oOut) |
Writes mortality parameters for the test parameter files. More... | |
void WriteBrowsedStochasticMortalityCommonStuff | ( | 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 WriteBrowsedStochasticMortalityMortParameters | ( | std::fstream & | oOut | ) |
Writes mortality parameters for the test parameter files.
oOut | File stream to write to. |
const char* WriteBrowsedStochasticMortalityXMLErrorFile1 | ( | ) |
Writes a parameter file where a value for browsed mortality probability is not between 0 and 1.
const char* WriteBrowsedStochasticMortalityXMLErrorFile2 | ( | ) |
Writes a parameter file where a value for unbrowsed mortality probability is not between 0 and 1.
const char* WriteBrowsedStochasticMortalityXMLErrorFile3 | ( | ) |
Writes a parameter file where there is no browsed behavior.
const char* WriteBrowsedStochasticMortalityXMLFile1 | ( | ) |
Writes a parameter file for normal processing run 1.
const char* WriteBrowsedStochasticMortalityXMLFile2 | ( | ) |
Writes a parameter file for normal processing run 2.