SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteAllometryXMLFile1 () |
Tests the clAllometry class. More... | |
const char * | WriteAllometryXMLFile2 () |
This writes a file with only standard functions and parameters, to make sure that the others aren't required if not needed. More... | |
const char * | WriteAllometryXMLFile3 () |
This writes a file with only linear functions and parameters, to make sure that the others aren't required if not needed. More... | |
const char * | WriteAllometryXMLFile4 () |
This writes a file with only reverse linear functions and parameters, to make sure that the others aren't required if not needed. More... | |
const char * | WriteAllometryXMLFile5 () |
This writes a file with linear height-DBH and standard crown adult parameters, and standard height-DBH and Chapman-Richards sapling parameters, to make sure arrays are declared correctly. More... | |
const char * | WriteAllometryXMLFile6 () |
This writes a file with linear height-DBH and Chapman-Richards crown adult parameters, and standard sapling parameters, to make sure arrays are declared correctly. More... | |
const char * | WriteAllometryXMLErrorFile1 () |
This writes a file with an unrecognized function for adult allometry. More... | |
const char * | WriteAllometryXMLErrorFile2 () |
This writes a file with an unrecognized function for sapling allometry. More... | |
const char * | WriteAllometryXMLErrorFile3 () |
This writes a file with an unrecognized function for seedling allometry. More... | |
const char * | WriteAllometryXMLErrorFile4 () |
This writes a file with a 0 value for adult linear slope. More... | |
const char * | WriteAllometryXMLErrorFile5 () |
This writes a file with a 0 value for adult reverse linear slope. More... | |
const char * | WriteAllometryXMLErrorFile6 () |
This writes a file with a 0 value for sapling linear slope. More... | |
const char * | WriteAllometryXMLErrorFile7 () |
This writes a file with a 0 value for sapling reverse linear slope. More... | |
const char * | WriteAllometryXMLErrorFile8 () |
This writes a file with a 0 value for seedling linear slope. More... | |
const char * | WriteAllometryXMLErrorFile9 () |
This writes a file with a 0 value for seedling reverse linear slope. More... | |
const char * | WriteAllometryXMLErrorFile10 () |
This writes a file with a 0 value for diam10 to dbh ratio. More... | |
const char * | WriteAllometryXMLErrorFile11 () |
This writes a file with an unrecognized function for adult crown radius. More... | |
const char * | WriteAllometryXMLErrorFile12 () |
This writes a file with an unrecognized function for adult crown height. More... | |
const char * | WriteAllometryXMLErrorFile13 () |
This writes a file with an unrecognized function for sapling crown radius. More... | |
const char * | WriteAllometryXMLErrorFile14 () |
This writes a file with an unrecognized function for sapling crown height. More... | |
void | WriteAllometryCommonPlot (std::fstream &oOut) |
This writes common plot parameters. More... | |
void | WriteAllometryCommonTrees (std::fstream &oOut, const int &iNumSpp) |
This writes common trees parameters. More... | |
void | WriteAllometryCommonBehaviorList (std::fstream &oOut) |
This writes a common behavior list. More... | |
void | WriteAllometryCommonErrorBlock1 (std::fstream &oOut) |
This writes a common error file portion. More... | |
void | WriteAllometryCommonErrorBlock2 (std::fstream &oOut) |
This writes a common error file portion. More... | |
void | WriteAllometryCommonErrorBlock3 (std::fstream &oOut) |
This writes a common error file portion. More... | |
void WriteAllometryCommonBehaviorList | ( | std::fstream & | oOut | ) |
This writes a common behavior list.
oOut | File stream to write to. |
void WriteAllometryCommonErrorBlock1 | ( | std::fstream & | oOut | ) |
This writes a common error file portion.
oOut | File stream to write to. |
void WriteAllometryCommonErrorBlock2 | ( | std::fstream & | oOut | ) |
This writes a common error file portion.
oOut | File stream to write to. |
void WriteAllometryCommonErrorBlock3 | ( | std::fstream & | oOut | ) |
This writes a common error file portion.
oOut | File stream to write to. |
void WriteAllometryCommonPlot | ( | std::fstream & | oOut | ) |
This writes common plot parameters.
oOut | File stream to write to. |
void WriteAllometryCommonTrees | ( | std::fstream & | oOut, |
const int & | iNumSpp | ||
) |
This writes common trees parameters.
oOut | File stream to write to. |
iNumSpp | Number of species. |
const char* WriteAllometryXMLErrorFile1 | ( | ) |
This writes a file with an unrecognized function for adult allometry.
const char* WriteAllometryXMLErrorFile10 | ( | ) |
This writes a file with a 0 value for diam10 to dbh ratio.
const char* WriteAllometryXMLErrorFile11 | ( | ) |
This writes a file with an unrecognized function for adult crown radius.
const char* WriteAllometryXMLErrorFile12 | ( | ) |
This writes a file with an unrecognized function for adult crown height.
const char* WriteAllometryXMLErrorFile13 | ( | ) |
This writes a file with an unrecognized function for sapling crown radius.
const char* WriteAllometryXMLErrorFile14 | ( | ) |
This writes a file with an unrecognized function for sapling crown height.
const char* WriteAllometryXMLErrorFile2 | ( | ) |
This writes a file with an unrecognized function for sapling allometry.
const char* WriteAllometryXMLErrorFile3 | ( | ) |
This writes a file with an unrecognized function for seedling allometry.
const char* WriteAllometryXMLErrorFile4 | ( | ) |
This writes a file with a 0 value for adult linear slope.
const char* WriteAllometryXMLErrorFile5 | ( | ) |
This writes a file with a 0 value for adult reverse linear slope.
const char* WriteAllometryXMLErrorFile6 | ( | ) |
This writes a file with a 0 value for sapling linear slope.
const char* WriteAllometryXMLErrorFile7 | ( | ) |
This writes a file with a 0 value for sapling reverse linear slope.
const char* WriteAllometryXMLErrorFile8 | ( | ) |
This writes a file with a 0 value for seedling linear slope.
const char* WriteAllometryXMLErrorFile9 | ( | ) |
This writes a file with a 0 value for seedling reverse linear slope.
const char* WriteAllometryXMLFile1 | ( | ) |
Tests the clAllometry class.
Writes a parameter file to test allometry. This contains six species, with functions mixed up between them.
const char* WriteAllometryXMLFile2 | ( | ) |
This writes a file with only standard functions and parameters, to make sure that the others aren't required if not needed.
const char* WriteAllometryXMLFile3 | ( | ) |
This writes a file with only linear functions and parameters, to make sure that the others aren't required if not needed.
const char* WriteAllometryXMLFile4 | ( | ) |
This writes a file with only reverse linear functions and parameters, to make sure that the others aren't required if not needed.
const char* WriteAllometryXMLFile5 | ( | ) |
This writes a file with linear height-DBH and standard crown adult parameters, and standard height-DBH and Chapman-Richards sapling parameters, to make sure arrays are declared correctly.
const char* WriteAllometryXMLFile6 | ( | ) |
This writes a file with linear height-DBH and Chapman-Richards crown adult parameters, and standard sapling parameters, to make sure arrays are declared correctly.