SORTIE C++ Test Documentation
Functions
TestEpiphyticEstablishment.h File Reference
#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...
 

Function Documentation

◆ WriteEpiphyticEstablishmentErrorCommonStuff()

void WriteEpiphyticEstablishmentErrorCommonStuff ( std::fstream &  oOut)

Writes common portions of the test parameter files.

Parameters
oOutFile stream to write to.

◆ WriteEpiphyticEstablishmentXMLErrorFile1()

const char* WriteEpiphyticEstablishmentXMLErrorFile1 ( )

Writes a file where the number of altitude angles is less than 1.

Returns
Filename written.

◆ WriteEpiphyticEstablishmentXMLErrorFile2()

const char* WriteEpiphyticEstablishmentXMLErrorFile2 ( )

Writes a file where the number of azimuth angles is less than 1.

Returns
Filename written.

◆ WriteEpiphyticEstablishmentXMLErrorFile3()

const char* WriteEpiphyticEstablishmentXMLErrorFile3 ( )

Writes a file where the behavior is applied to seedlings.

Returns
Filename written.

◆ WriteEpiphyticEstablishmentXMLErrorFile4()

const char* WriteEpiphyticEstablishmentXMLErrorFile4 ( )

Writes a file where some of the trees don't have mortality applied.

Returns
Filename written.

◆ WriteEpiphyticEstablishmentXMLFile1()

const char* WriteEpiphyticEstablishmentXMLFile1 ( )

Writes a parameter file to direct testing for normal processing run one.

Returns
Filename written.

◆ WriteEpiphyticEstablishmentXMLFile2()

const char* WriteEpiphyticEstablishmentXMLFile2 ( )

Writes a parameter file to direct testing for normal processing run two.

Returns
Filename written.