C# Class Landis.Extension.BiomassHarvest.PartialHarvestDisturbance

A biomass disturbance that handles partial thinning of cohorts.
Inheritance: IDisturbance
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance Class Usage Examples

Private Properties

Свойство Type Description
IDisturbance int
PartialHarvestDisturbance Landis.Biomass
PartialHarvestDisturbance Landis.Core

Méthodes publiques

Méthode Description
Initialize ( ) : void
RecordBiomassReduction ( ICohort cohort, int reduction ) : void

Records the biomass reduction for a particular cohort.

ReduceCohortBiomass ( Landis.Landscape.ActiveSite site, Stand stand ) : void

Reduces the biomass of cohorts that have been marked for partial reduction. Original stand is the originating stand in cases where there is stand spreading.

Private Methods

Méthode Description
IDisturbance ( ICohort cohort ) : int
PartialHarvestDisturbance ( ) : Landis.Biomass
PartialHarvestDisturbance ( ) : Landis.Core

Method Details

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

RecordBiomassReduction() public static méthode

Records the biomass reduction for a particular cohort.
public static RecordBiomassReduction ( ICohort cohort, int reduction ) : void
cohort ICohort
reduction int
Résultat void

ReduceCohortBiomass() public static méthode

Reduces the biomass of cohorts that have been marked for partial reduction. Original stand is the originating stand in cases where there is stand spreading.
public static ReduceCohortBiomass ( Landis.Landscape.ActiveSite site, Stand stand ) : void
site Landis.Landscape.ActiveSite
stand Stand
Résultat void