SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteVolumeCalculatorXMLFile1 () |
Tests the class clVolumeCalculator. More... | |
const char * | WriteVolumeCalculatorXMLFile2 () |
Writes the parameter file for NormalRun2(). More... | |
const char * | WriteVolumeCalculatorXMLFile3 () |
Writes the parameter file for NormalRun3(). More... | |
const char * | WriteVolumeCalculatorXMLFile4 () |
Writes the parameter file for NormalRun4(). More... | |
const char * | WriteVolumeCalculatorXMLFile5 () |
Writes the parameter file for NormalRun5(). More... | |
const char * | WriteVolumeCalculatorXMLErrorFile1 () |
Writes an error file where the stump height is less than 0. More... | |
const char * | WriteVolumeCalculatorXMLErrorFile2 () |
Writes an error file where the minimum usable diameter is less than 0. More... | |
const char * | WriteVolumeCalculatorXMLErrorFile3 () |
Writes an error file where the segment length is less than 0. More... | |
const char * | WriteVolumeCalculatorXMLErrorFile4 () |
Writes an error file where the volume behavior is applied to seedlings. More... | |
void | WriteVolumeCalculatorCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files (tree pop, plot, etc). More... | |
void WriteVolumeCalculatorCommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files (tree pop, plot, etc).
oOut | File stream to write to. |
const char* WriteVolumeCalculatorXMLErrorFile1 | ( | ) |
Writes an error file where the stump height is less than 0.
const char* WriteVolumeCalculatorXMLErrorFile2 | ( | ) |
Writes an error file where the minimum usable diameter is less than 0.
const char* WriteVolumeCalculatorXMLErrorFile3 | ( | ) |
Writes an error file where the segment length is less than 0.
const char* WriteVolumeCalculatorXMLErrorFile4 | ( | ) |
Writes an error file where the volume behavior is applied to seedlings.
const char* WriteVolumeCalculatorXMLFile1 | ( | ) |
Tests the class clVolumeCalculator.
Writes the parameter file for NormalRun1().
const char* WriteVolumeCalculatorXMLFile2 | ( | ) |
Writes the parameter file for NormalRun2().
const char* WriteVolumeCalculatorXMLFile3 | ( | ) |
Writes the parameter file for NormalRun3().
const char* WriteVolumeCalculatorXMLFile4 | ( | ) |
Writes the parameter file for NormalRun4().
const char* WriteVolumeCalculatorXMLFile5 | ( | ) |
Writes the parameter file for NormalRun5().