C# Class Landis.Extension.BaseHarvest.SpecificAgesCohortSelector

Selects specific ages and ranges of ages among a species' cohorts for harvesting.
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
SelectCohorts ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects which of a species' cohorts are harvested.

SpecificAgesCohortSelector ( List ages, List ranges ) : Landis.Library.AgeOnlyCohorts

Method Details

SelectCohorts() public méthode

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

SpecificAgesCohortSelector() public méthode

public SpecificAgesCohortSelector ( List ages, List ranges ) : Landis.Library.AgeOnlyCohorts
ages List
ranges List
Résultat Landis.Library.AgeOnlyCohorts