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