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

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.
 

Detailed Description

Tree structure for testing.

Member Data Documentation

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.


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