Package net.imglib2.img.basictypeaccess
Interface BooleanAccess
- All Superinterfaces:
DataAccess
- All Known Subinterfaces:
VolatileBooleanAccess
- All Known Implementing Classes:
AbstractBooleanArray,AbstractVolatileBooleanArray,BooleanArray,DirtyBooleanArray,DirtyVolatileBooleanArray,VolatileBooleanArray
TODO
-
Method Summary
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
Method Details
-
getValue
boolean getValue(int index) -
setValue
void setValue(int index, boolean value)
-