C# 클래스 Landis.Extension.BaseHarvest.PrescriptionMaps

Utility class for prescription maps.
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

공개 메소드들

메소드 설명
PrescriptionMaps ( string nameTemplate ) : Landis.SpatialModeling

Initializes a new instance.

WriteMap ( int timestep ) : void

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

메소드 상세

PrescriptionMaps() 공개 메소드

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

WriteMap() 공개 메소드

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. ///
리턴 void