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