SORTIE C++ Test Documentation
Functions
TestDensDepInfestation.h File Reference
#include <fstream>

Functions

const char * WriteDensDepInfestationXMLFile1 ()
 Writes the parameter file for TestNormalProcessing1(). More...
 
const char * WriteDensDepInfestationXMLFile2 ()
 Writes the parameter file for TestNormalProcessing2(). More...
 
const char * WriteDensDepInfestationXMLFile3 ()
 Writes the parameter file for TestNormalProcessing3(). More...
 
const char * WriteDensDepInfestationXMLFile4 ()
 Writes the parameter file for TestNormalProcessing4(). More...
 
const char * WriteDensDepInfestationXMLErrorFile1 ()
 Writes an error file where the minimum DBH is negative. More...
 
const char * WriteDensDepInfestationXMLErrorFile2 ()
 Writes an error file where the insect infestation behavior is applied to seedlings. More...
 
const char * WriteDensDepInfestationXMLErrorFile3 ()
 Writes an error file where the probability of conditional susceptibility is not between 0 and 1. More...
 
const char * WriteDensDepInfestationXMLErrorFile4 ()
 Writes an error file where a value in the cohort cutoff DBH is less than 0. More...
 
const char * WriteDensDepInfestationXMLErrorFile5 ()
 Writes an error file where max infestation is not between 0 and 1. More...
 
const char * WriteDensDepInfestationXMLErrorFile6 ()
 Writes an error file where the probability of resistance is not between 0 and 1. More...
 
void WriteDensDepInfestationErrorCommonStuff (std::fstream &oOut)
 Writes common portions of the test parameter files. More...
 
void WriteDensDepNormalProcessingCommonStuff (std::fstream &oOut)
 Writes common portions of the test parameter files. More...
 

Function Documentation

◆ WriteDensDepInfestationErrorCommonStuff()

void WriteDensDepInfestationErrorCommonStuff ( std::fstream &  oOut)

Writes common portions of the test parameter files.

Parameters
oOutFile stream to write to.

◆ WriteDensDepInfestationXMLErrorFile1()

const char* WriteDensDepInfestationXMLErrorFile1 ( )

Writes an error file where the minimum DBH is negative.

Returns
File name of the freshly written parameter file.

◆ WriteDensDepInfestationXMLErrorFile2()

const char* WriteDensDepInfestationXMLErrorFile2 ( )

Writes an error file where the insect infestation behavior is applied to seedlings.

Returns
File name of the freshly written parameter file.

◆ WriteDensDepInfestationXMLErrorFile3()

const char* WriteDensDepInfestationXMLErrorFile3 ( )

Writes an error file where the probability of conditional susceptibility is not between 0 and 1.

Returns
File name of the freshly written parameter file.

◆ WriteDensDepInfestationXMLErrorFile4()

const char* WriteDensDepInfestationXMLErrorFile4 ( )

Writes an error file where a value in the cohort cutoff DBH is less than 0.

Returns
File name of the freshly written parameter file.

◆ WriteDensDepInfestationXMLErrorFile5()

const char* WriteDensDepInfestationXMLErrorFile5 ( )

Writes an error file where max infestation is not between 0 and 1.

Returns
File name of the freshly written parameter file.

◆ WriteDensDepInfestationXMLErrorFile6()

const char* WriteDensDepInfestationXMLErrorFile6 ( )

Writes an error file where the probability of resistance is not between 0 and 1.

Returns
File name of the freshly written parameter file.

◆ WriteDensDepInfestationXMLFile1()

const char* WriteDensDepInfestationXMLFile1 ( )

Writes the parameter file for TestNormalProcessing1().

Returns
File name of the freshly written parameter file.

◆ WriteDensDepInfestationXMLFile2()

const char* WriteDensDepInfestationXMLFile2 ( )

Writes the parameter file for TestNormalProcessing2().

Returns
File name of the freshly written parameter file.

◆ WriteDensDepInfestationXMLFile3()

const char* WriteDensDepInfestationXMLFile3 ( )

Writes the parameter file for TestNormalProcessing3().

Returns
File name of the freshly written parameter file.

◆ WriteDensDepInfestationXMLFile4()

const char* WriteDensDepInfestationXMLFile4 ( )

Writes the parameter file for TestNormalProcessing4().

Returns
File name of the freshly written parameter file.

◆ WriteDensDepNormalProcessingCommonStuff()

void WriteDensDepNormalProcessingCommonStuff ( std::fstream &  oOut)

Writes common portions of the test parameter files.

Parameters
oOutFile stream to write to.