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 TypeClassDescriptionclassclassGridFunction that calculates the maxium value(s) from those passed in.classGridFunction that calculates the minimum value(s) from those passed in.Methods in repast.simphony.valueLayer with parameters of type GridFunctionModifier and TypeMethodDescriptionvoidBufferedGridValueLayer.forEach(GridFunction function, GridPoint origin, BufferedGridValueLayer.Buffer buffer, int... extent) Apply the specified function to each cell in the extent around the origin.voidGridValueLayer.forEach(GridFunction function, GridPoint origin, int... extent) Apply the specified function to each cell in the extent around the origin.