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