Public Member Functions | |
CutRange (float fLow, float fHigh, float fAmountToCut, HarvestData oParent) throws ModelException | |
Constructor. | |
float | GetLowBound () |
Gets the lower bound value of the dbh cut range. | |
float | GetHighBound () |
Gets the upper bound value of the dbh cut range. | |
float | GetAmountToCut () |
Gets the amount to cut. | |
Private Attributes | |
float | m_fLowDbh |
Low end of the dbh range. | |
float | m_fHighDbh |
High end of the dbh range. | |
float | m_fAmountToCut |
Amount to cut, according to the cut type. |
Copyright: Copyright (c) Charles D. Canham 2003
Company: Institute of Ecosystem Studies
|
Constructor.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Gets the amount to cut.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Gets the upper bound value of the dbh cut range.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Gets the lower bound value of the dbh cut range.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |