Package net.imglib2.img.basictypeaccess
Interface CharAccess
- All Superinterfaces:
DataAccess
- All Known Subinterfaces:
VolatileCharAccess
- All Known Implementing Classes:
AbstractCharArray,AbstractVolatileCharArray,CharArray,CharBufferAccess,CharNtree,DirtyCharArray,DirtyVolatileCharArray,VolatileCharArray
TODO
-
Method Summary
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
Method Details
-
getValue
char getValue(int index) -
setValue
void setValue(int index, char value)
-