SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteMastingSpatialDisperseXMLFile1 () |
Writes a parameter file for normal processing run 1. More... | |
const char * | WriteMastingSpatialDisperseXMLFile2 () |
Writes a parameter file for normal processing run 2. More... | |
const char * | WriteMastingSpatialDisperseXMLFile3 () |
Writes a parameter file for normal processing run 3. More... | |
const char * | WriteMastingSpatialDisperseXMLFile4 () |
Writes a parameter file for normal processing run 4. More... | |
const char * | WriteMastingSpatialDisperseXMLFile5 (int iRandomSeed) |
Writes a parameter file for normal processing run 5. More... | |
const char * | WriteMastingSpatialDisperseXMLCheckFile1 () |
Writes a file to test masting CDF setup. More... | |
const char * | WriteMastingSpatialDisperseXMLCheckFile2 () |
Writes a file to test masting CDF setup. More... | |
const char * | WriteMastingSpatialDisperseXMLErrorFile1 () |
Writes a file where the masting "a" parameter is zero. More... | |
const char * | WriteMastingSpatialDisperseXMLErrorFile2 () |
Writes a file where the masting fraction participating is not between 0 and 1. More... | |
const char * | WriteMastingSpatialDisperseXMLErrorFile3 () |
Writes a file where the non-masting fraction participating is not between 0 and 1. More... | |
const char * | WriteMastingSpatialDisperseXMLErrorFile4 () |
Writes a file where the masting beta is greater than 25. More... | |
const char * | WriteMastingSpatialDisperseXMLErrorFile5 () |
Writes a file where the non-masting beta is greater than 25. More... | |
const char * | WriteMastingSpatialDisperseXMLErrorFile6 () |
Writes a file where the masting theta is greater than 50. More... | |
const char * | WriteMastingSpatialDisperseXMLErrorFile7 () |
Writes a file where the non-masting theta is greater than 50. More... | |
void | WriteMastingSpatialDisperseTrees (std::fstream &oOut) |
Writes tree stuff. More... | |
void | WriteMastingSpatialDisperseAllometry (std::fstream &oOut) |
Writes allometry stuff. More... | |
void WriteMastingSpatialDisperseAllometry | ( | std::fstream & | oOut | ) |
Writes allometry stuff.
oOut | File stream to write to. |
void WriteMastingSpatialDisperseTrees | ( | std::fstream & | oOut | ) |
Writes tree stuff.
oOut | File stream to write to. |
const char* WriteMastingSpatialDisperseXMLCheckFile1 | ( | ) |
Writes a file to test masting CDF setup.
const char* WriteMastingSpatialDisperseXMLCheckFile2 | ( | ) |
Writes a file to test masting CDF setup.
const char* WriteMastingSpatialDisperseXMLErrorFile1 | ( | ) |
Writes a file where the masting "a" parameter is zero.
const char* WriteMastingSpatialDisperseXMLErrorFile2 | ( | ) |
Writes a file where the masting fraction participating is not between 0 and 1.
const char* WriteMastingSpatialDisperseXMLErrorFile3 | ( | ) |
Writes a file where the non-masting fraction participating is not between 0 and 1.
const char* WriteMastingSpatialDisperseXMLErrorFile4 | ( | ) |
Writes a file where the masting beta is greater than 25.
const char* WriteMastingSpatialDisperseXMLErrorFile5 | ( | ) |
Writes a file where the non-masting beta is greater than 25.
const char* WriteMastingSpatialDisperseXMLErrorFile6 | ( | ) |
Writes a file where the masting theta is greater than 50.
const char* WriteMastingSpatialDisperseXMLErrorFile7 | ( | ) |
Writes a file where the non-masting theta is greater than 50.
const char* WriteMastingSpatialDisperseXMLFile1 | ( | ) |
Writes a parameter file for normal processing run 1.
const char* WriteMastingSpatialDisperseXMLFile2 | ( | ) |
Writes a parameter file for normal processing run 2.
const char* WriteMastingSpatialDisperseXMLFile3 | ( | ) |
Writes a parameter file for normal processing run 3.
const char* WriteMastingSpatialDisperseXMLFile4 | ( | ) |
Writes a parameter file for normal processing run 4.
const char* WriteMastingSpatialDisperseXMLFile5 | ( | int | iRandomSeed | ) |
Writes a parameter file for normal processing run 5.
iRandomSeed | Random seed. |