SORTIE C++ Test Documentation
|
Tree structure for testing. More...
#include <TestSelectionHarvest.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... | |
Tree structure for testing.
bool tree::bDead |
Whether the tree should be dead.
bool tree::bFound |
Whether it was found in the tree population.
float tree::fX |
X coordinate.
float tree::fY |
Y coordinate.
int tree::iSpecies |
Tree species.