SORTIE C++ Test Documentation
|
#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... | |
void WriteDensDepInfestationErrorCommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files.
oOut | File stream to write to. |
const char* WriteDensDepInfestationXMLErrorFile1 | ( | ) |
Writes an error file where the minimum DBH is negative.
const char* WriteDensDepInfestationXMLErrorFile2 | ( | ) |
Writes an error file where the insect infestation behavior is applied to seedlings.
const char* WriteDensDepInfestationXMLErrorFile3 | ( | ) |
Writes an error file where the probability of conditional susceptibility is not between 0 and 1.
const char* WriteDensDepInfestationXMLErrorFile4 | ( | ) |
Writes an error file where a value in the cohort cutoff DBH is less than 0.
const char* WriteDensDepInfestationXMLErrorFile5 | ( | ) |
Writes an error file where max infestation is not between 0 and 1.
const char* WriteDensDepInfestationXMLErrorFile6 | ( | ) |
Writes an error file where the probability of resistance is not between 0 and 1.
const char* WriteDensDepInfestationXMLFile1 | ( | ) |
Writes the parameter file for TestNormalProcessing1().
const char* WriteDensDepInfestationXMLFile2 | ( | ) |
Writes the parameter file for TestNormalProcessing2().
const char* WriteDensDepInfestationXMLFile3 | ( | ) |
Writes the parameter file for TestNormalProcessing3().
const char* WriteDensDepInfestationXMLFile4 | ( | ) |
Writes the parameter file for TestNormalProcessing4().
void WriteDensDepNormalProcessingCommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files.
oOut | File stream to write to. |