SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteBrowsedRelativeGrowthXMLFile1 () |
Writes a parameter file for normal run 1. More... | |
const char * | WriteBrowsedRelativeGrowthXMLFile2 () |
Writes a parameter file for normal run 2. More... | |
const char * | WriteBrowsedRelativeGrowthXMLFile3 () |
Writes a parameter file for normal run 3. More... | |
const char * | WriteBrowsedRelativeGrowthXMLErrorFile1 () |
Writes a parameter file where not all trees also have light. More... | |
const char * | WriteBrowsedRelativeGrowthXMLErrorFile2 () |
Writes a parameter file where not all trees also have browsing. More... | |
void | WriteBrowsedRelativeGrowthPlotAndTrees (std::fstream &oOut) |
Writes common portions of the test parameter files (tree pop, plot, etc). More... | |
void | WriteBrowsedRelativeGrowthCommonParameters (std::fstream &oOut) |
Writes common parameters of the test parameter file. More... | |
void WriteBrowsedRelativeGrowthCommonParameters | ( | std::fstream & | oOut | ) |
Writes common parameters of the test parameter file.
oOut | File stream to write to. |
void WriteBrowsedRelativeGrowthPlotAndTrees | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files (tree pop, plot, etc).
oOut | File stream to write to. |
const char* WriteBrowsedRelativeGrowthXMLErrorFile1 | ( | ) |
Writes a parameter file where not all trees also have light.
const char* WriteBrowsedRelativeGrowthXMLErrorFile2 | ( | ) |
Writes a parameter file where not all trees also have browsing.
const char* WriteBrowsedRelativeGrowthXMLFile1 | ( | ) |
Writes a parameter file for normal run 1.
const char* WriteBrowsedRelativeGrowthXMLFile2 | ( | ) |
Writes a parameter file for normal run 2.
const char* WriteBrowsedRelativeGrowthXMLFile3 | ( | ) |
Writes a parameter file for normal run 3.