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

For testing trees. More...

#include <TestHarvest.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

For testing trees.

Member Data Documentation

◆ bDead

bool treestruct::bDead

whether the tree should be dead

◆ bFound

bool treestruct::bFound

whether it was found in the tree population

◆ fX

float treestruct::fX

X coordinate.

◆ fY

float treestruct::fY

Y coordinate.

◆ iSpecies

int treestruct::iSpecies

Tree species.


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