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

Holds a linked list of tree grid cells that correspond to the harvest area. More...

#include <Disturbance.h>

Public Attributes

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

Detailed Description

Holds a linked list of tree grid cells that correspond to the harvest area.

Member Data Documentation

◆ fDbh

float clDisturbance::stcTreeGridList::fDbh

DBH of the tallest tree in the cell.

◆ iTreeX

short int clDisturbance::stcTreeGridList::iTreeX

Tree population grid cell X number.

◆ iTreeY

short int clDisturbance::stcTreeGridList::iTreeY

Tree population grid cell Y number.

◆ next

stcTreeGridList* clDisturbance::stcTreeGridList::next

Next grid cell in the list.

◆ p_oTree

clTree* clDisturbance::stcTreeGridList::p_oTree

Tallest tree of a particular species in the cell.


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