Package net.imglib2.img.basictypeaccess
Interface IntAccess
-
- All Known Subinterfaces:
VolatileIntAccess
- All Known Implementing Classes:
AbstractIntArray
,AbstractVolatileIntArray
,DirtyIntArray
,DirtyVolatileIntArray
,IntArray
,IntNtree
,NtreeIntAccess
,VolatileIntArray
public interface IntAccess
TODO- Author:
- Stephan Preibisch, Stephan Saalfeld
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getValue(int index)
void
setValue(int index, int value)
-