|
SORTIE Core C++ Documentation
|
Holds a linked list of tree grid cells that correspond to the harvest area. More...
#include <Disturbance.h>
Public Attributes | |
| clTree * | p_oTree |
| Tallest tree of a particular species in the cell. More... | |
| stcTreeGridList * | next |
| Next grid cell in the list. More... | |
| float | fDbh |
| DBH of the tallest tree in the cell. More... | |
| short int | iTreeX |
| Tree population grid cell X number. More... | |
| short int | iTreeY |
| Tree population grid cell Y number. More... | |
Holds a linked list of tree grid cells that correspond to the harvest area.
| float clDisturbance::stcTreeGridList::fDbh |
DBH of the tallest tree in the cell.
| short int clDisturbance::stcTreeGridList::iTreeX |
Tree population grid cell X number.
| short int clDisturbance::stcTreeGridList::iTreeY |
Tree population grid cell Y number.
| stcTreeGridList* clDisturbance::stcTreeGridList::next |
Next grid cell in the list.
| clTree* clDisturbance::stcTreeGridList::p_oTree |
Tallest tree of a particular species in the cell.
1.8.13