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

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

Detailed Description

Tree structure for testing.

Member Data Documentation

◆ bDead

bool tree::bDead

Whether the tree should be dead.

◆ bFound

bool tree::bFound

Whether it was found in the tree population.

◆ fX

float tree::fX

X coordinate.

◆ fY

float tree::fY

Y coordinate.

◆ iSpecies

int tree::iSpecies

Tree species.


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