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

Functions

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

Function Documentation

◆ WriteNCICommonStuff()

void WriteNCICommonStuff ( std::fstream &  oOut)

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

Parameters
oOutFile stream to write to.

◆ WriteNCITreeStuff()

void WriteNCITreeStuff ( std::fstream &  oOut)

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

Parameters
oOutFile stream to write to.

◆ WriteNCIXMLFile1()

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.

◆ WriteNCIXMLFile2()

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.

◆ WriteNCIXMLFile3()

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.