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
TODO
-
Method Summary
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
Method Details
-
getValue
int getValue(int index) -
setValue
void setValue(int index, int value)
-