Package net.imglib2.img.basictypeaccess
Interface ShortAccess
- All Known Subinterfaces:
VolatileShortAccess
- All Known Implementing Classes:
AbstractShortArray
,AbstractVolatileShortArray
,DirtyShortArray
,DirtyVolatileShortArray
,ShortArray
,ShortNtree
,VolatileShortArray
public interface ShortAccess
TODO
- Author:
- Stephan Preibisch, Stephan Saalfeld
-
Method Summary
-
Method Details
-
getValue
short getValue(int index) -
setValue
void setValue(int index, short value)
-