SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WritePartitionedBiomassXMLFile1 () |
Writes the parameter file for normal processing run 1. More... | |
const char * | WritePartitionedBiomassXMLFile2 () |
Writes the parameter file for normal processing run 2. More... | |
const char * | WritePartitionedBiomassXMLFile3 () |
Writes the parameter file for normal processing run 3. More... | |
const char * | WritePartitionedBiomassXMLFile4 () |
Writes the parameter file for normal processing run 4. More... | |
const char * | WritePartitionedBiomassXMLErrorFile1 () |
Writes an error file where the Partitioned Biomass behavior, DBH version, is applied to seedlings. More... | |
const char * | WritePartitionedBiomassXMLErrorFile2 () |
Writes an error file where the Partitioned Biomass behavior, height version, is applied to seedlings. More... | |
void | CreatePartitionedBiomassTrees (clTreePopulation *p_oPop) |
Creates the test tree set. More... | |
void | WritePartitionedBiomassCommonFileBegin (std::fstream &oOut) |
Writes common beginning of the test parameter files, which is everything after the grid settings. More... | |
void | WritePartitionedBiomassCommonFileEnd (std::fstream &oOut) |
Writes common ending of the test parameter files, which is everything after the grid settings. More... | |
void CreatePartitionedBiomassTrees | ( | clTreePopulation * | p_oPop | ) |
Creates the test tree set.
p_oPop | Tree population object. |
void WritePartitionedBiomassCommonFileBegin | ( | 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 WritePartitionedBiomassCommonFileEnd | ( | 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* WritePartitionedBiomassXMLErrorFile1 | ( | ) |
Writes an error file where the Partitioned Biomass behavior, DBH version, is applied to seedlings.
const char* WritePartitionedBiomassXMLErrorFile2 | ( | ) |
Writes an error file where the Partitioned Biomass behavior, height version, is applied to seedlings.
const char* WritePartitionedBiomassXMLFile1 | ( | ) |
Writes the parameter file for normal processing run 1.
const char* WritePartitionedBiomassXMLFile2 | ( | ) |
Writes the parameter file for normal processing run 2.
const char* WritePartitionedBiomassXMLFile3 | ( | ) |
Writes the parameter file for normal processing run 3.
const char* WritePartitionedBiomassXMLFile4 | ( | ) |
Writes the parameter file for normal processing run 4.