Class IntHypercube

java.lang.Object
zombie.core.utils.IntHypercube
All Implemented Interfaces:
Serializable, Cloneable

public class IntHypercube extends Object implements Serializable, Cloneable
See Also:
  • Constructor Details

    • IntHypercube

      public IntHypercube(int _width, int _height, int _depth, int _quanta)
      C'tor
  • Method Details

    • clone

      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • clear

      public void clear()
    • fill

      public void fill(int newValue)
    • getValue

      public int getValue(int x, int y, int z, int w)
    • setValue

      public void setValue(int x, int y, int z, int w, int newValue)
    • getWidth

      public final int getWidth()
      Returns:
      the width
    • getHeight

      public final int getHeight()
      Returns:
      the height
    • getDepth

      public final int getDepth()
      Returns:
      the depth
    • getQuanta

      public final int getQuanta()
      Returns:
      the "quanta" (4th dimension)