C# Class Landis.Harvest.SpecificAgesCohortSelector

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

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.AgeCohort

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.AgeCohort
ages List
ranges List
Résultat Landis.AgeCohort