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
public interface DoubleAccess extends DataAccess
TODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetValue(int index)voidsetValue(int index, double value)-
Methods inherited from interface net.imglib2.img.basictypeaccess.DataAccess
createView
-
-