Package net.imglib2.img.sparse
Class FloatNtree
java.lang.Object
net.imglib2.img.sparse.FloatNtree
- All Implemented Interfaces:
FloatAccess,NtreeAccess<Float,FloatNtree>
FloatAccess based on a
Ntree<Float>.- Author:
- Tobias Pietzsch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(long[] pos) floatgetValue(int index) voidsetValue(int index, float value)
-
Constructor Details
-
FloatNtree
-
-
Method Details
-
getValue
public float getValue(int index) - Specified by:
getValuein interfaceFloatAccess
-
setValue
public void setValue(int index, float value) - Specified by:
setValuein interfaceFloatAccess
-
getCurrentStorageNtree
- Specified by:
getCurrentStorageNtreein interfaceNtreeAccess<Float,FloatNtree>
-
createInstance
- Specified by:
createInstancein interfaceNtreeAccess<Float,FloatNtree>
-