SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
void | TestRun1And5 (clSimManager *p_oSimManager) |
Does the testing for runs one and five. More... | |
void | TestRun2And6 (clSimManager *p_oSimManager) |
Does the testing for runs two and six. More... | |
const char * | WriteNeighborhoodSeedPredationXMLFile1 () |
Writes the parameter file for normal processing run 1. More... | |
const char * | WriteNeighborhoodSeedPredationXMLFile2 () |
Writes the parameter file for normal processing run 2. More... | |
const char * | WriteNeighborhoodSeedPredationXMLFile3 () |
Writes the parameter file for normal processing run 3. More... | |
const char * | WriteNeighborhoodSeedPredationXMLFile4 () |
Writes the parameter file for normal processing run 4. More... | |
const char * | WriteNeighborhoodSeedPredationXMLFile5 () |
Writes the parameter file for normal processing run 5. More... | |
const char * | WriteNeighborhoodSeedPredationXMLFile6 () |
Writes the parameter file for normal processing run 6. More... | |
const char * | WriteNeighborhoodSeedPredationXMLFile7 () |
Writes the parameter file for normal processing run 7. More... | |
const char * | WriteNeighborhoodSeedPredationXMLErrorFile1 () |
Writes a file where minimum neighbor DBH is negative. More... | |
const char * | WriteNeighborhoodSeedPredationXMLErrorFile2 () |
Writes a file where masting threshod is negative. More... | |
const char * | WriteNeighborhoodSeedPredationXMLErrorFile3 () |
Writes a file where neighborhood radius is negative. More... | |
const char * | WriteNeighborhoodSeedPredationXMLErrorFile4 () |
Writes a file where there are no disperse behaviors. More... | |
const char * | WriteNeighborhoodSeedPredationXMLErrorFile5 () |
Writes a file where the neighborhood seed predation behavior is the linked version but there is no functional response seed predation. More... | |
void | WriteNeighborhoodSeedPredationTreesAllometry (std::fstream &oOut) |
Writes common portions of the parameter file - trees and allometry. More... | |
void | WriteNeighborhoodSeedPredationCommonPredationParameters (std::fstream &oOut) |
Writes common seed predation parameters. More... | |
void TestRun1And5 | ( | clSimManager * | p_oSimManager | ) |
Does the testing for runs one and five.
p_oSimManager | Sim manager object. |
void TestRun2And6 | ( | clSimManager * | p_oSimManager | ) |
Does the testing for runs two and six.
p_oSimManager | Sim manager object. |
void WriteNeighborhoodSeedPredationCommonPredationParameters | ( | std::fstream & | oOut | ) |
Writes common seed predation parameters.
oOut | File stream to write to. |
void WriteNeighborhoodSeedPredationTreesAllometry | ( | std::fstream & | oOut | ) |
Writes common portions of the parameter file - trees and allometry.
oOut | Filestream to write to. |
const char* WriteNeighborhoodSeedPredationXMLErrorFile1 | ( | ) |
Writes a file where minimum neighbor DBH is negative.
const char* WriteNeighborhoodSeedPredationXMLErrorFile2 | ( | ) |
Writes a file where masting threshod is negative.
const char* WriteNeighborhoodSeedPredationXMLErrorFile3 | ( | ) |
Writes a file where neighborhood radius is negative.
const char* WriteNeighborhoodSeedPredationXMLErrorFile4 | ( | ) |
Writes a file where there are no disperse behaviors.
const char* WriteNeighborhoodSeedPredationXMLErrorFile5 | ( | ) |
Writes a file where the neighborhood seed predation behavior is the linked version but there is no functional response seed predation.
const char* WriteNeighborhoodSeedPredationXMLFile1 | ( | ) |
Writes the parameter file for normal processing run 1.
const char* WriteNeighborhoodSeedPredationXMLFile2 | ( | ) |
Writes the parameter file for normal processing run 2.
const char* WriteNeighborhoodSeedPredationXMLFile3 | ( | ) |
Writes the parameter file for normal processing run 3.
const char* WriteNeighborhoodSeedPredationXMLFile4 | ( | ) |
Writes the parameter file for normal processing run 4.
const char* WriteNeighborhoodSeedPredationXMLFile5 | ( | ) |
Writes the parameter file for normal processing run 5.
const char* WriteNeighborhoodSeedPredationXMLFile6 | ( | ) |
Writes the parameter file for normal processing run 6.
const char* WriteNeighborhoodSeedPredationXMLFile7 | ( | ) |
Writes the parameter file for normal processing run 7.