Package net.imglib2.img.sparse
Class IntNtree
- java.lang.Object
-
- net.imglib2.img.sparse.IntNtree
-
- All Implemented Interfaces:
IntAccess
,NtreeAccess<java.lang.Integer,IntNtree>
public final class IntNtree extends java.lang.Object implements IntAccess, NtreeAccess<java.lang.Integer,IntNtree>
IntAccess based on aNtree
<Integer>
.- Author:
- Tobias Pietzsch
-
-
Constructor Summary
Constructors Constructor Description IntNtree(long[] dimensions, long[] position, int value)
Standard constructor called by factory
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntNtree
createInstance(long[] pos)
Ntree<java.lang.Integer>
getCurrentStorageNtree()
int
getValue(int index)
void
setValue(int index, int value)
-
-
-
Method Detail
-
getCurrentStorageNtree
public Ntree<java.lang.Integer> getCurrentStorageNtree()
- Specified by:
getCurrentStorageNtree
in interfaceNtreeAccess<java.lang.Integer,IntNtree>
-
createInstance
public IntNtree createInstance(long[] pos)
- Specified by:
createInstance
in interfaceNtreeAccess<java.lang.Integer,IntNtree>
-
-