C# Class Landis.Extension.BaseHarvest.ClearCut

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

Public Methods

Method Description
ClearCut ( ) : Landis.Library.AgeOnlyCohorts
Harvest ( ISpeciesCohorts cohorts, ISpeciesCohortBoolArray isHarvested ) : void

Selects which of a species' cohorts are harvested.

Method Details

ClearCut() public method

public ClearCut ( ) : Landis.Library.AgeOnlyCohorts
return Landis.Library.AgeOnlyCohorts

Harvest() public method

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