SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WritePRStormBiLevelGrowthXMLFile1 () |
Writes a parameter file for normal processing run 1. More... | |
const char * | WritePRStormBiLevelGrowthXMLFile2 () |
Writes a parameter file for normal processing run 2. More... | |
const char * | WritePRStormBiLevelGrowthXMLErrorFile1 () |
Writes a parameter file where a value for high-light growth threshold is not between 0 and 100. More... | |
const char * | WritePRStormBiLevelGrowthXMLErrorFile2 () |
Writes a parameter file where there is no "Storm Light" grid (because the storm light behavior is missing). More... | |
const char * | WritePRStormBiLevelGrowthXMLErrorFile3 () |
Writes a parameter file where there is no "Storm" grid (because the storm behavior is missing). More... | |
void | WritePRStormBiLevelGrowthCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files. More... | |
void | WritePRStormBiLevelGrowthGrowthParameters (std::fstream &oOut, int iListPosition) |
Writes growth parameters for the test parameter files. More... | |
void WritePRStormBiLevelGrowthCommonStuff | ( | 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 WritePRStormBiLevelGrowthGrowthParameters | ( | std::fstream & | oOut, |
int | iListPosition | ||
) |
Writes growth parameters for the test parameter files.
oOut | File stream to write to. |
iListPosition | List position. |
const char* WritePRStormBiLevelGrowthXMLErrorFile1 | ( | ) |
Writes a parameter file where a value for high-light growth threshold is not between 0 and 100.
const char* WritePRStormBiLevelGrowthXMLErrorFile2 | ( | ) |
Writes a parameter file where there is no "Storm Light" grid (because the storm light behavior is missing).
const char* WritePRStormBiLevelGrowthXMLErrorFile3 | ( | ) |
Writes a parameter file where there is no "Storm" grid (because the storm behavior is missing).
const char* WritePRStormBiLevelGrowthXMLFile1 | ( | ) |
Writes a parameter file for normal processing run 1.
const char* WritePRStormBiLevelGrowthXMLFile2 | ( | ) |
Writes a parameter file for normal processing run 2.