SORTIE C++ Test Documentation
Functions
TestNCICrowdingEffectBARatio.h File Reference
#include <fstream>

Functions

const char * WriteNCIXMLFile1 ()
 Writes a 1-year timestep file.
 
const char * WriteNCIXMLFile2 ()
 Writes a 3-year timestep file.
 
const char * WriteNCIXMLFile3 ()
 Writes a 1-year timestep file.
 
void WriteNCICommonStuff (std::fstream &oOut)
 Writes common portions of the test parameter files (tree pop, plot, etc).
 
void WriteNCITreeStuff (std::fstream &oOut)
 Writes common portions of the test parameter files (tree pop, plot, etc).
 

Function Documentation

void WriteNCICommonStuff ( std::fstream &  oOut)

Writes common portions of the test parameter files (tree pop, plot, etc).

Parameters
oOutFile stream to write to.
void WriteNCITreeStuff ( std::fstream &  oOut)

Writes common portions of the test parameter files (tree pop, plot, etc).

Parameters
oOutFile stream to write to.
const char* WriteNCIXMLFile1 ( )

Writes a 1-year timestep file.

This contains 4 species. NCI growth (auto-height) is assigned to saplings and adults of Species 2, 3, and 4.

Returns
Filename written.
const char* WriteNCIXMLFile2 ( )

Writes a 3-year timestep file.

This contains 4 species. NCI growth (auto-height) is assigned to saplings and adults of Species 2, 3, and 4.

Returns
Filename written.
const char* WriteNCIXMLFile3 ( )

Writes a 1-year timestep file.

This contains 4 species. NCI quadrat growth (auto-height) is assigned to saplings and adults of Species 2, 3, and 4.

Returns
Filename written.