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