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