Package net.imglib2.img.basictypeaccess
Interface IntAccess
-
- All Superinterfaces:
DataAccess
- All Known Subinterfaces:
VolatileIntAccess
- All Known Implementing Classes:
AbstractIntArray,AbstractVolatileIntArray,CompositeARGBSamplerConverter.CompositeARGBAccess,CompositeARGBSamplerConverter.CompositeRGBAccess,DirtyIntArray,DirtyVolatileIntArray,IntArray,IntBufferAccess,IntNtree,VolatileIntArray
public interface IntAccess extends DataAccess
TODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetValue(int index)voidsetValue(int index, int value)-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
-