Package zombie.core.utils
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 int1, int int2, int int3, int int4)
-
Method Summary
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IntHypercube
public IntHypercube(int int1, int int2, int int3, int int4)
-
-
Method Details
-
clone
- Overrides:
clone
in classjava.lang.Object
- Throws:
java.lang.CloneNotSupportedException
-
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()
-