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
-
Method Details
-
getValue
double getValue(int index) -
setValue
void setValue(int index, double value)
-