Public Member Functions | |
PlantingAbundance (int iSpecies, float fAbundance) throws ModelException | |
Constructor. | |
float | GetAbundance () |
Gets the planting abundance. | |
int | GetSpecies () |
Gets the species number. | |
void | SetAbundance (float fAbundance) throws ModelException |
Sets the abundance amount. | |
Private Attributes | |
float | m_fAbundance |
Planting abundance. | |
int | m_iSpecies |
Species for this abundance. |
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 planting abundance.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Gets the species number.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |
|
Sets the abundance amount.
Edit history: ------------------ April 28, 2004: Submitted in beta version (LEM) |