SORTIE C++ Test Documentation
|
For testing trees. More...
#include <TestEpisodicMortality.h>
Public Attributes | |
float | fX |
X coordinate. | |
float | fY |
Y coordinate. | |
int | iSpecies |
Tree species. | |
bool | bDead |
whether the tree should be dead | |
bool | bFound |
whether it was found in the tree population | |
For testing trees.
bool clTestEpisodicMortality::tree::bDead |
whether the tree should be dead
bool clTestEpisodicMortality::tree::bFound |
whether it was found in the tree population
float clTestEpisodicMortality::tree::fX |
X coordinate.
float clTestEpisodicMortality::tree::fY |
Y coordinate.
int clTestEpisodicMortality::tree::iSpecies |
Tree species.