Class IntArray
java.lang.Object
net.imglib2.img.basictypeaccess.array.AbstractIntArray<IntArray>
net.imglib2.img.basictypeaccess.array.IntArray
- All Implemented Interfaces:
Serializable, ArrayDataAccess<IntArray>, DataAccess, IntAccess
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractIntArray
getArrayLength, getCurrentStorageArray, getValue, setValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataAccess
createView
-
Field Details
-
data
protected int[] data
-
-
Constructor Details
-
IntArray
public IntArray(int numEntities) -
IntArray
public IntArray(int[] data)
-
-
Method Details
-
createArray
-