Class IntHypercube

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

public class IntHypercube
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    IntHypercube​(int width, int height, int depth, int quanta)  
  • Method Summary

    Modifier and Type Method Description
    void clear()  
    IntHypercube clone()  
    void fill​(int newValue)  
    int getDepth()  
    int getHeight()  
    int getQuanta()  
    int getValue​(int x, int y, int z, int w)  
    int getWidth()  
    void setValue​(int x, int y, int z, int w, int newValue)  

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IntHypercube

      public IntHypercube​(int width, int height, int depth, int quanta)
  • Method Details

    • clone

      public IntHypercube clone() throws java.lang.CloneNotSupportedException
      Overrides:
      clone in class java.lang.Object
      Throws:
      java.lang.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()
    • getHeight

      public final int getHeight()
    • getDepth

      public final int getDepth()
    • getQuanta

      public final int getQuanta()