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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getValue(int index)
void
setValue(int index, float value)
-