SORTIE Core C++ Documentation
Public Attributes | List of all members
clDisturbance::stcGridList Struct Reference

Holds a linked list of grid cells. More...

#include <Disturbance.h>

Public Attributes

clTreep_oTree
 Tallest tree of a particular species in the cell.
 
stcGridListnext
 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.
 

Detailed Description

Holds a linked list of grid cells.

Member Data Documentation

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.


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