C# Class Landis.Insects.PartialDisturbance

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
PartialDisturbance Landis.Biomass

Méthodes publiques

Méthode Description
ReduceCohortBiomass ( Landis.Landscape.ActiveSite site ) : void

Reduces the biomass of cohorts that have been marked for partial reduction.

Private Methods

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

Method Details

ReduceCohortBiomass() public static méthode

Reduces the biomass of cohorts that have been marked for partial reduction.
public static ReduceCohortBiomass ( Landis.Landscape.ActiveSite site ) : void
site Landis.Landscape.ActiveSite
Résultat void