Class IntHyperCube2

java.lang.Object
zombie.core.utils.IntHyperCube2

public class IntHyperCube2
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    IntHyperCube2​(int int1, int int2, int int3, int int4)  
  • Method Summary

    Modifier and Type Method Description
    void clear()  
    void fill​(int int1)  
    int getDepth()  
    int getHeight()  
    int getQuanta()  
    int getValue​(int int1, int int2, int int3, int int4)  
    int getWidth()  
    void setValue​(int int1, int int2, int int3, int int4, int int5)  

    Methods inherited from class java.lang.Object

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

    • IntHyperCube2

      public IntHyperCube2​(int int1, int int2, int int3, int int4)
  • Method Details

    • clear

      public void clear()
    • fill

      public void fill​(int int1)
    • getValue

      public int getValue​(int int1, int int2, int int3, int int4)
    • setValue

      public void setValue​(int int1, int int2, int int3, int int4, int int5)
    • getWidth

      public final int getWidth()
    • getHeight

      public final int getHeight()
    • getDepth

      public final int getDepth()
    • getQuanta

      public final int getQuanta()