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) float
getValue
(int index) void
setValue
(int index, float value)
-
Constructor Details
-
FloatNtree
-
-
Method Details
-
getValue
public float getValue(int index) - Specified by:
getValue
in interfaceFloatAccess
-
setValue
public void setValue(int index, float value) - Specified by:
setValue
in interfaceFloatAccess
-
getCurrentStorageNtree
- Specified by:
getCurrentStorageNtree
in interfaceNtreeAccess<Float,
FloatNtree>
-
createInstance
- Specified by:
createInstance
in interfaceNtreeAccess<Float,
FloatNtree>
-