Uses of Interface
repast.simphony.valueLayer.GridFunction
Packages that use GridFunction
-
Uses of GridFunction in repast.simphony.valueLayer
Classes in repast.simphony.valueLayer that implement GridFunctionModifier and TypeClassDescriptionclass
class
GridFunction that calculates the maxium value(s) from those passed in.class
GridFunction that calculates the minimum value(s) from those passed in.Methods in repast.simphony.valueLayer with parameters of type GridFunctionModifier and TypeMethodDescriptionvoid
BufferedGridValueLayer.forEach
(GridFunction function, GridPoint origin, BufferedGridValueLayer.Buffer buffer, int... extent) Apply the specified function to each cell in the extent around the origin.void
GridValueLayer.forEach
(GridFunction function, GridPoint origin, int... extent) Apply the specified function to each cell in the extent around the origin.