Package net.imglib2.img.basictypeaccess
Interface DoubleAccess
- All Superinterfaces:
DataAccess
- All Known Subinterfaces:
VolatileDoubleAccess
- All Known Implementing Classes:
AbstractDoubleArray,AbstractVolatileDoubleArray,DirtyDoubleArray,DirtyVolatileDoubleArray,DoubleArray,DoubleBufferAccess,DoubleNtree,RealDoubleSamplerConverter.RealConvertingDoubleAccess,VolatileDoubleArray
TODO
-
Method Summary
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
Method Details
-
getValue
double getValue(int index) -
setValue
void setValue(int index, double value)
-