moore Neighborhood As List
fun mooreNeighborhoodAsList(coreCell: RectangularGridSpatialModel2D.RectangularCell2D, includeCore: Boolean = false): List<RectangularGridSpatialModel2D.RectangularCell2D>
Includes the non-null cells in the neighborhood into a List
Return
the list of cells in the neighborhood
Parameters
core Cell
the core cell of the neighborhood to translate
include Core
true includes the core in the list, false does not