Package net.imglib2.img.basictypeaccess
Interface ShortAccess
- All Superinterfaces:
DataAccess
- All Known Subinterfaces:
VolatileShortAccess
- All Known Implementing Classes:
AbstractShortArray,AbstractVolatileShortArray,DirtyShortArray,DirtyVolatileShortArray,ShortArray,ShortBufferAccess,ShortNtree,VolatileShortArray
TODO
-
Method Summary
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
Method Details
-
getValue
short getValue(int index) -
setValue
void setValue(int index, short value)
-