SORTIE C++ Test Documentation
Public Attributes | List of all members
treeResults Struct Reference

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...
 

Detailed Description

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.

Member Data Documentation

◆ bShouldBe

bool treeResults::bShouldBe

Whether or not this tree should be found.

◆ iFoundFlag

short int treeResults::iFoundFlag

This can be incremented each time the tree is found, which can guard against duplicate finds.

◆ p_oTree

clTree* treeResults::p_oTree

Pointer to the tree being tested.


The documentation for this struct was generated from the following file: