C# Class Landis.Extension.BaseHarvest.PrescriptionMaps

Utility class for prescription maps.
Show file Open project: LANDIS-II-Foundation/Extensions-Disturbance Class Usage Examples

Public Methods

Method Description
PrescriptionMaps ( string nameTemplate ) : Landis.SpatialModeling

Initializes a new instance.

WriteMap ( int timestep ) : void

Writes an output map of prescriptions that harvested each active site.

Method Details

PrescriptionMaps() public method

Initializes a new instance.
public PrescriptionMaps ( string nameTemplate ) : Landis.SpatialModeling
nameTemplate string /// The template for the pathnames to the maps. ///
return Landis.SpatialModeling

WriteMap() public method

Writes an output map of prescriptions that harvested each active site.
public WriteMap ( int timestep ) : void
timestep int /// Timestep to use in the map's name. ///
return void