SORTIE C++ Test Documentation
|
This structure is for testing tree results - arrays of this struct can tell, for a given list of trees, which should be found, and which actually were. More...
#include <TestTreePopulation.h>
Public Attributes | |
clTree * | p_oTree |
Pointer to the tree being tested. More... | |
short int | iFoundFlag |
This can be incremented each time the tree is found, which can guard against duplicate finds. More... | |
bool | bShouldBe |
Whether or not this tree should be found. More... | |
This structure is for testing tree results - arrays of this struct can tell, for a given list of trees, which should be found, and which actually were.
bool treeResults::bShouldBe |
Whether or not this tree should be found.
short int treeResults::iFoundFlag |
This can be incremented each time the tree is found, which can guard against duplicate finds.
clTree* treeResults::p_oTree |
Pointer to the tree being tested.