SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteWindstormXMLFile1 () |
Writes the parameter file for TestNormalProcessing1(). More... | |
const char * | WriteWindstormXMLFile2 () |
Writes the parameter file for TestNormalProcessing2(). More... | |
const char * | WriteWindstormXMLFile3 () |
Writes the parameter file for TestNormalProcessing3(). More... | |
const char * | WriteWindstormXMLFile4 () |
Writes the parameter file for TestNormalProcessing4(). More... | |
const char * | WriteWindstormXMLFile5 () |
Writes the parameter file for TestNormalProcessing5(). More... | |
const char * | WriteWindstormXMLFile6 () |
Writes the parameter file for TestNormalProcessing6(). More... | |
const char * | WriteWindstormXMLFile7 () |
Writes the parameter file for TestNormalProcessing7(). More... | |
const char * | WriteWindstormXMLFile8 () |
Writes the parameter file for TestNormalProcessing8(). More... | |
const char * | WriteWindstormXMLErrorFile1 () |
Writes an error file where the minimum DBH is negative. More... | |
const char * | WriteWindstormXMLErrorFile2 () |
Writes an error file where the storm damage applier behavior is applied to seedlings. More... | |
const char * | WriteWindstormXMLErrorFile3 () |
Writes an error file where the timestep to start storms is negative. More... | |
const char * | WriteWindstormXMLErrorFile4 () |
Writes an error file where the severity of a storm return interval is not between 0 and 1. More... | |
const char * | WriteWindstormXMLErrorFile5 () |
Writes an error file where mortality behaviors are not applied to all trees. More... | |
const char * | WriteWindstormXMLErrorFile6 () |
Writes an error file where the storm periodicity is zero. More... | |
void | WriteWindstormCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files. More... | |
void | WriteWindstormSnagBehaviorList (std::fstream &oOut) |
Writes the behavior list for the test parameter files with snags. More... | |
void | WriteWindstormNoSnagBehaviorList (std::fstream &oOut) |
Writes the behavior list for the test parameter files without snags. More... | |
void WriteWindstormCommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files.
Starts with <randomSeed> and ends with </allometry>.
oOut | File stream to write to. |
void WriteWindstormNoSnagBehaviorList | ( | std::fstream & | oOut | ) |
Writes the behavior list for the test parameter files without snags.
oOut | File stream to write to. |
void WriteWindstormSnagBehaviorList | ( | std::fstream & | oOut | ) |
Writes the behavior list for the test parameter files with snags.
oOut | File stream to write to. |
const char* WriteWindstormXMLErrorFile1 | ( | ) |
Writes an error file where the minimum DBH is negative.
const char* WriteWindstormXMLErrorFile2 | ( | ) |
Writes an error file where the storm damage applier behavior is applied to seedlings.
const char* WriteWindstormXMLErrorFile3 | ( | ) |
Writes an error file where the timestep to start storms is negative.
const char* WriteWindstormXMLErrorFile4 | ( | ) |
Writes an error file where the severity of a storm return interval is not between 0 and 1.
const char* WriteWindstormXMLErrorFile5 | ( | ) |
Writes an error file where mortality behaviors are not applied to all trees.
const char* WriteWindstormXMLErrorFile6 | ( | ) |
Writes an error file where the storm periodicity is zero.
const char* WriteWindstormXMLFile1 | ( | ) |
Writes the parameter file for TestNormalProcessing1().
const char* WriteWindstormXMLFile2 | ( | ) |
Writes the parameter file for TestNormalProcessing2().
const char* WriteWindstormXMLFile3 | ( | ) |
Writes the parameter file for TestNormalProcessing3().
const char* WriteWindstormXMLFile4 | ( | ) |
Writes the parameter file for TestNormalProcessing4().
const char* WriteWindstormXMLFile5 | ( | ) |
Writes the parameter file for TestNormalProcessing5().
const char* WriteWindstormXMLFile6 | ( | ) |
Writes the parameter file for TestNormalProcessing6().
const char* WriteWindstormXMLFile7 | ( | ) |
Writes the parameter file for TestNormalProcessing7().
const char* WriteWindstormXMLFile8 | ( | ) |
Writes the parameter file for TestNormalProcessing8().