SORTIE C++ Test Documentation
Functions
TestBrowsedStochasticMortality.h File Reference
#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...
 

Function Documentation

◆ WriteBrowsedStochasticMortalityCommonStuff()

void WriteBrowsedStochasticMortalityCommonStuff ( std::fstream &  oOut)

Writes common portions of the test parameter files.

This starts with <randomSeed> and ends with </allometry>.

Parameters
oOutFile stream to write to.

◆ WriteBrowsedStochasticMortalityMortParameters()

void WriteBrowsedStochasticMortalityMortParameters ( std::fstream &  oOut)

Writes mortality parameters for the test parameter files.

Parameters
oOutFile stream to write to.

◆ WriteBrowsedStochasticMortalityXMLErrorFile1()

const char* WriteBrowsedStochasticMortalityXMLErrorFile1 ( )

Writes a parameter file where a value for browsed mortality probability is not between 0 and 1.

Returns
Filename written.

◆ WriteBrowsedStochasticMortalityXMLErrorFile2()

const char* WriteBrowsedStochasticMortalityXMLErrorFile2 ( )

Writes a parameter file where a value for unbrowsed mortality probability is not between 0 and 1.

Returns
Filename written.

◆ WriteBrowsedStochasticMortalityXMLErrorFile3()

const char* WriteBrowsedStochasticMortalityXMLErrorFile3 ( )

Writes a parameter file where there is no browsed behavior.

Returns
Filename written.

◆ WriteBrowsedStochasticMortalityXMLFile1()

const char* WriteBrowsedStochasticMortalityXMLFile1 ( )

Writes a parameter file for normal processing run 1.

Returns
Filename written.

◆ WriteBrowsedStochasticMortalityXMLFile2()

const char* WriteBrowsedStochasticMortalityXMLFile2 ( )

Writes a parameter file for normal processing run 2.

Returns
Filename written.