SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteStormKilledPartitionedBiomassXMLFile1 () |
Tests the class clStormKilledPartitionedBiomass. More... | |
const char * | WriteStormKilledPartitionedBiomassXMLFile2 () |
Writes the parameter file for normal processing run 2. More... | |
const char * | WriteStormKilledPartitionedBiomassXMLFile3 () |
Writes the parameter file for normal processing run 3. More... | |
const char * | WriteStormKilledPartitionedBiomassXMLFile4 () |
Writes the parameter file for normal processing run 4. More... | |
const char * | WriteStormKilledPartitionedBiomassXMLErrorFile1 () |
Writes an error file where the Partitioned Biomass behavior, DBH version, is applied to seedlings. More... | |
const char * | WriteStormKilledPartitionedBiomassXMLErrorFile2 () |
Writes an error file where the Partitioned Biomass behavior, height version, is applied to seedlings. More... | |
void | CreateStormKilledPartitionedBiomassTrees (clTreePopulation *p_oPop) |
Creates the test tree set. More... | |
void | WriteStormKilledPartitionedBiomassCommonFileBegin (std::fstream &oOut) |
Writes common beginning of the test parameter files, which is everything after the grid settings. More... | |
void | WriteStormKilledPartitionedBiomassCommonFileEnd (std::fstream &oOut) |
Writes common ending of the test parameter files, which is everything after the grid settings. More... | |
void CreateStormKilledPartitionedBiomassTrees | ( | clTreePopulation * | p_oPop | ) |
Creates the test tree set.
p_oPop | Tree population object. |
void WriteStormKilledPartitionedBiomassCommonFileBegin | ( | std::fstream & | oOut | ) |
Writes common beginning of the test parameter files, which is everything after the grid settings.
oOut | File stream to write to. |
void WriteStormKilledPartitionedBiomassCommonFileEnd | ( | std::fstream & | oOut | ) |
Writes common ending of the test parameter files, which is everything after the grid settings.
oOut | File stream to write to. |
const char* WriteStormKilledPartitionedBiomassXMLErrorFile1 | ( | ) |
Writes an error file where the Partitioned Biomass behavior, DBH version, is applied to seedlings.
const char* WriteStormKilledPartitionedBiomassXMLErrorFile2 | ( | ) |
Writes an error file where the Partitioned Biomass behavior, height version, is applied to seedlings.
const char* WriteStormKilledPartitionedBiomassXMLFile1 | ( | ) |
Tests the class clStormKilledPartitionedBiomass.
Writes the parameter file for normal processing run 1.
const char* WriteStormKilledPartitionedBiomassXMLFile2 | ( | ) |
Writes the parameter file for normal processing run 2.
const char* WriteStormKilledPartitionedBiomassXMLFile3 | ( | ) |
Writes the parameter file for normal processing run 3.
const char* WriteStormKilledPartitionedBiomassXMLFile4 | ( | ) |
Writes the parameter file for normal processing run 4.