Class IntArray
- java.lang.Object
-
- net.imglib2.img.basictypeaccess.array.AbstractIntArray<IntArray>
-
- net.imglib2.img.basictypeaccess.array.IntArray
-
- All Implemented Interfaces:
java.io.Serializable
,ArrayDataAccess<IntArray>
,IntAccess
public class IntArray extends AbstractIntArray<IntArray>
- Author:
- Stephan Preibisch, Stephan Saalfeld
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected int[]
data
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntArray
createArray(int numEntities)
-
Methods inherited from class net.imglib2.img.basictypeaccess.array.AbstractIntArray
getCurrentStorageArray, getValue, setValue
-
-
-
-
Method Detail
-
createArray
public IntArray createArray(int numEntities)
-
-