SORTIE C++ Test Documentation
Functions
TestBasalAreaLight.h File Reference
#include <fstream>

Functions

const char * WriteBasalAreaLightXMLFile1 ()
 Writes a parameter file for normal proceessing run 1.
 
const char * WriteBasalAreaLightXMLFile2 ()
 Writes a parameter file for normal proceessing run 2.
 
const char * WriteBasalAreaLightXMLFile3 ()
 Writes a parameter file for normal proceessing run 3.
 
const char * WriteBasalAreaLightXMLFile4 ()
 Writes a parameter file for normal proceessing run 4.
 
const char * WriteBasalAreaLightXMLFile5 ()
 Writes a parameter file for normal proceessing run 5.
 
const char * WriteBasalAreaLightXMLErrorFile1 ()
 Writes an error file where the conifer "c" parameter = 0.
 
const char * WriteBasalAreaLightXMLErrorFile2 ()
 Writes an error file where the angiosperm "c" parameter = 0.
 
const char * WriteBasalAreaLightXMLErrorFile3 ()
 Writes an error file where the change threshold < 0.
 
const char * WriteBasalAreaLightXMLErrorFile4 ()
 Writes an error file where the minimum DBH < 0.
 
const char * WriteBasalAreaLightXMLErrorFile5 ()
 Writes an error file where the radius is negative.
 
void WriteBasalAreaLightCommonStuff (std::fstream &oOut)
 Writes common portions of the test parameter files (allometry and tree pop).
 

Function Documentation

void WriteBasalAreaLightCommonStuff ( std::fstream &  oOut)

Writes common portions of the test parameter files (allometry and tree pop).

Parameters
oOutFile stream to write to.
const char* WriteBasalAreaLightXMLErrorFile1 ( )

Writes an error file where the conifer "c" parameter = 0.

Returns
File name of the freshly written parameter file.
const char* WriteBasalAreaLightXMLErrorFile2 ( )

Writes an error file where the angiosperm "c" parameter = 0.

Returns
File name of the freshly written parameter file.
const char* WriteBasalAreaLightXMLErrorFile3 ( )

Writes an error file where the change threshold < 0.

Returns
File name of the freshly written parameter file.
const char* WriteBasalAreaLightXMLErrorFile4 ( )

Writes an error file where the minimum DBH < 0.

Returns
File name of the freshly written parameter file.
const char* WriteBasalAreaLightXMLErrorFile5 ( )

Writes an error file where the radius is negative.

Returns
File name of the freshly written parameter file.
const char* WriteBasalAreaLightXMLFile1 ( )

Writes a parameter file for normal proceessing run 1.

Returns
Filename written.
const char* WriteBasalAreaLightXMLFile2 ( )

Writes a parameter file for normal proceessing run 2.

Returns
Filename written.
const char* WriteBasalAreaLightXMLFile3 ( )

Writes a parameter file for normal proceessing run 3.

Returns
Filename written.
const char* WriteBasalAreaLightXMLFile4 ( )

Writes a parameter file for normal proceessing run 4.

Returns
Filename written.
const char* WriteBasalAreaLightXMLFile5 ( )

Writes a parameter file for normal proceessing run 5.

Returns
Filename written.