SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
void | CreateTrees (clTreePopulation *p_oPop, clPlot *p_oPlot, float fOffset) |
Tests the class clRipleysKCalculator. More... | |
void | CheckRipleysKRun1Results (clGrid *p_oGrid) |
Checks the results of the Ripley's K grid for the first run. More... | |
const char * | WriteRipleysKCalculatorXMLFile1 () |
Writes the parameter file for normal processing. More... | |
const char * | WriteRipleysKCalculatorXMLFile2 () |
Writes the parameter file for normal processing. More... | |
const char * | WriteRipleysKCalculatorXMLFile3 () |
Writes the parameter file for normal processing. More... | |
const char * | WriteRipleysKCalculatorXMLFile4 () |
Writes the parameter file for normal processing. More... | |
const char * | WriteRipleysKCalculatorXMLErrorFile1 () |
Writes an error file where the max distance is less than the increment. More... | |
const char * | WriteRipleysKCalculatorXMLErrorFile2 () |
Writes an error file where the max distance is less than zero. More... | |
const char * | WriteRipleysKCalculatorXMLErrorFile3 () |
Writes an error file where the increment is less than zero. More... | |
void | WriteRipleysKCalculatorCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files between the plot and the analysis parameters. More... | |
void CheckRipleysKRun1Results | ( | clGrid * | p_oGrid | ) |
Checks the results of the Ripley's K grid for the first run.
p_oGrid | Ripley's K grid. |
void CreateTrees | ( | clTreePopulation * | p_oPop, |
clPlot * | p_oPlot, | ||
float | fOffset | ||
) |
Tests the class clRipleysKCalculator.
Creates the set of testing trees.
p_oPop | Tree population |
p_oPlot | Plot object |
fOffset | Any offset to be applied to the tree coordinates |
void WriteRipleysKCalculatorCommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files between the plot and the analysis parameters.
oOut | File stream to write to. |
const char* WriteRipleysKCalculatorXMLErrorFile1 | ( | ) |
Writes an error file where the max distance is less than the increment.
const char* WriteRipleysKCalculatorXMLErrorFile2 | ( | ) |
Writes an error file where the max distance is less than zero.
const char* WriteRipleysKCalculatorXMLErrorFile3 | ( | ) |
Writes an error file where the increment is less than zero.
const char* WriteRipleysKCalculatorXMLFile1 | ( | ) |
Writes the parameter file for normal processing.
There are 4 species; timestep length is 1 year; there is only one behavior, the Ripley's K calculator behavior.
const char* WriteRipleysKCalculatorXMLFile2 | ( | ) |
Writes the parameter file for normal processing.
There are 4 species; timestep length is 1 year; there is only one behavior, the Ripley's K calculator behavior.
const char* WriteRipleysKCalculatorXMLFile3 | ( | ) |
Writes the parameter file for normal processing.
There are 4 species; timestep length is 1 year; there is only one behavior, the Ripley's K calculator behavior.
const char* WriteRipleysKCalculatorXMLFile4 | ( | ) |
Writes the parameter file for normal processing.
There are 4 species; timestep length is 1 year; there is only one behavior, the Ripley's K calculator behavior.