Package net.imglib2.img.basictypeaccess
Interface DoubleAccess
-
- All Known Subinterfaces:
VolatileDoubleAccess
- All Known Implementing Classes:
AbstractDoubleArray
,AbstractVolatileDoubleArray
,DirtyDoubleArray
,DirtyVolatileDoubleArray
,DoubleArray
,DoubleNtree
,VolatileDoubleArray
public interface DoubleAccess
TODO- Author:
- Stephan Preibisch, Stephan Saalfeld
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getValue(int index)
void
setValue(int index, double value)
-