C# Class Landis.Harvest.ClearCut

Removes all the cohorts at a site.
Inheritance: ICohortSelector
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
ClearCut ( ) : Landis.AgeCohort
Harvest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects which of a species' cohorts are harvested.

Method Details

ClearCut() public méthode

public ClearCut ( ) : Landis.AgeCohort
Résultat Landis.AgeCohort

Harvest() public méthode

Selects which of a species' cohorts are harvested.
public Harvest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void
cohorts ISpeciesCohorts
isHarvested ISpeciesCohortBoolArray
Résultat void