SORTIE C++ Test Documentation
|
#include <fstream>
Functions | |
const char * | WriteEpiphyticEstablishmentXMLFile1 () |
Writes a parameter file to direct testing for normal processing run one. More... | |
const char * | WriteEpiphyticEstablishmentXMLFile2 () |
Writes a parameter file to direct testing for normal processing run two. More... | |
const char * | WriteEpiphyticEstablishmentXMLErrorFile1 () |
Writes a file where the number of altitude angles is less than 1. More... | |
const char * | WriteEpiphyticEstablishmentXMLErrorFile2 () |
Writes a file where the number of azimuth angles is less than 1. More... | |
const char * | WriteEpiphyticEstablishmentXMLErrorFile3 () |
Writes a file where the behavior is applied to seedlings. More... | |
const char * | WriteEpiphyticEstablishmentXMLErrorFile4 () |
Writes a file where some of the trees don't have mortality applied. More... | |
void | WriteEpiphyticEstablishmentErrorCommonStuff (std::fstream &oOut) |
Writes common portions of the test parameter files. More... | |
void WriteEpiphyticEstablishmentErrorCommonStuff | ( | std::fstream & | oOut | ) |
Writes common portions of the test parameter files.
oOut | File stream to write to. |
const char* WriteEpiphyticEstablishmentXMLErrorFile1 | ( | ) |
Writes a file where the number of altitude angles is less than 1.
const char* WriteEpiphyticEstablishmentXMLErrorFile2 | ( | ) |
Writes a file where the number of azimuth angles is less than 1.
const char* WriteEpiphyticEstablishmentXMLErrorFile3 | ( | ) |
Writes a file where the behavior is applied to seedlings.
const char* WriteEpiphyticEstablishmentXMLErrorFile4 | ( | ) |
Writes a file where some of the trees don't have mortality applied.
const char* WriteEpiphyticEstablishmentXMLFile1 | ( | ) |
Writes a parameter file to direct testing for normal processing run one.
const char* WriteEpiphyticEstablishmentXMLFile2 | ( | ) |
Writes a parameter file to direct testing for normal processing run two.