Package sim.field.grid


package sim.field.grid
  • Class
    Description
    A concrete implementation of the Grid2D methods; used by several subclasses.
    A concrete implementation of the Grid3D methods; used by several subclasses.
    A wrapper for 2D arrays of Objects.
    A wrapper for 3D arrays of Objects.
    A wrapper for 2D arrays of doubles.
    A wrapper for 3D arrays of doubles.
    Define basic neighborhood functions for 2D Grids.
    Define basic neighborhood functions for 3D Grids.
    A wrapper for 2D arrays of ints.
    A wrapper for 3D arrays of ints.
    A wrapper for 2D arrays of Objects.
    A wrapper for 3D arrays of Objects.
    A storage facility for sparse objects in discrete 2D space, using Maps.
    A storage facility for sparse objects in discrete 3D space, using Maps.