Package net.imglib2.img.basictypeaccess
Interface FloatAccess
- All Known Subinterfaces:
VolatileFloatAccess
- All Known Implementing Classes:
AbstractFloatArray
,AbstractVolatileFloatArray
,DirtyFloatArray
,DirtyVolatileFloatArray
,FloatArray
,FloatNtree
,VolatileFloatArray
public interface FloatAccess
TODO
- Author:
- Stephan Preibisch, Stephan Saalfeld
-
Method Summary
-
Method Details
-
getValue
float getValue(int index) -
setValue
void setValue(int index, float value)
-