SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteCompetitionHarvestXMLFile1 () |
Writes a parameter file for run 1. More... | |
const char * | WriteCompetitionHarvestXMLFile1a () |
Writes a parameter file for run 1, without the file written. More... | |
const char * | WriteCompetitionHarvestXMLFile2 () |
Writes a parameter file for run 2. More... | |
const char * | WriteCompetitionHarvestXMLFile3 () |
Writes a parameter file for run 3. More... | |
const char * | WriteCompetitionHarvestXMLErrorFile1 () |
Writes a parameter file where the competition harvest behavior is applied to seedlings. More... | |
const char * | WriteCompetitionHarvestXMLErrorFile2 () |
Writes a parameter file where the harvest type is fixed interval and the harvest interval is less than 1. More... | |
const char * | WriteCompetitionHarvestXMLErrorFile3 () |
Writes a parameter file where the harvest type is fixed BA with proportion to cut but cut amount is not a proportion between 0 and 1. More... | |
const char * | WriteCompetitionHarvestXMLErrorFile4 () |
Writes a parameter file where the species proportions to cut do not add up to 1. More... | |
const char * | WriteCompetitionHarvestXMLErrorFile5 () |
Writes a parameter file where the harvest type is fixed BA but the minimum interval is less than 1. More... | |
const char * | WriteCompetitionHarvestXMLErrorFile6 () |
Writes a parameter file where a value in max crowding radius is not greater than 0. More... | |
void | WriteCompetitionHarvestCommonErrorStuff (std::fstream &oOut) |
Writes common portions of the test parameter files (tree pop, plot, etc). More... | |
void WriteCompetitionHarvestCommonErrorStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files (tree pop, plot, etc).
Ends with </allometry>.
oOut | File stream to write to. |
const char* WriteCompetitionHarvestXMLErrorFile1 | ( | ) |
Writes a parameter file where the competition harvest behavior is applied to seedlings.
const char* WriteCompetitionHarvestXMLErrorFile2 | ( | ) |
Writes a parameter file where the harvest type is fixed interval and the harvest interval is less than 1.
const char* WriteCompetitionHarvestXMLErrorFile3 | ( | ) |
Writes a parameter file where the harvest type is fixed BA with proportion to cut but cut amount is not a proportion between 0 and 1.
const char* WriteCompetitionHarvestXMLErrorFile4 | ( | ) |
Writes a parameter file where the species proportions to cut do not add up to 1.
const char* WriteCompetitionHarvestXMLErrorFile5 | ( | ) |
Writes a parameter file where the harvest type is fixed BA but the minimum interval is less than 1.
const char* WriteCompetitionHarvestXMLErrorFile6 | ( | ) |
Writes a parameter file where a value in max crowding radius is not greater than 0.
const char* WriteCompetitionHarvestXMLFile1 | ( | ) |
Writes a parameter file for run 1.
const char* WriteCompetitionHarvestXMLFile1a | ( | ) |
Writes a parameter file for run 1, without the file written.
const char* WriteCompetitionHarvestXMLFile2 | ( | ) |
Writes a parameter file for run 2.
const char* WriteCompetitionHarvestXMLFile3 | ( | ) |
Writes a parameter file for run 3.