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

Functions

const char * WriteBoleVolumeCalculatorXMLFile1 ()
 Writes a parameter file for normal processing.
 
const char * WriteBoleVolumeCalculatorXMLErrorFile1 ()
 Writes an error file where a form class value is less than 60.
 
const char * WriteBoleVolumeCalculatorXMLErrorFile2 ()
 Writes an error file where a form class value is greater than 100.
 
const char * WriteBoleVolumeCalculatorXMLErrorFile3 ()
 Writes an error file where the volume behavior is applied to seedlings.
 
void WriteBoleVolumeCalculatorCommonStuff (std::fstream &oOut)
 Writes common portions of the test parameter files (tree pop, plot, etc).
 

Function Documentation

void WriteBoleVolumeCalculatorCommonStuff ( std::fstream &  oOut)

Writes common portions of the test parameter files (tree pop, plot, etc).

Ends with </trees>.

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

Writes an error file where a form class value is less than 60.

Returns
Filename written.
const char* WriteBoleVolumeCalculatorXMLErrorFile2 ( )

Writes an error file where a form class value is greater than 100.

Returns
Filename written.
const char* WriteBoleVolumeCalculatorXMLErrorFile3 ( )

Writes an error file where the volume behavior is applied to seedlings.

Returns
Filename written.
const char* WriteBoleVolumeCalculatorXMLFile1 ( )

Writes a parameter file for normal processing.

There are 8 species (of which 7 are used), and the bole volume behavior is the only one in the run.

Returns
Filename written.