Class IntNtree
java.lang.Object
net.imglib2.img.sparse.IntNtree
- All Implemented Interfaces:
DataAccess, IntAccess, NtreeAccess<Integer,IntNtree>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(long[] pos) intgetValue(int index) voidsetValue(int index, int value) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NtreeAccess
createView
-
Field Details
-
position
private final long[] position -
data
-
-
Constructor Details
-
IntNtree
public IntNtree(long[] dimensions, long[] position, int value) Standard constructor called by factory- Parameters:
dimensions- The dimensions of the treevalue- Uniform value of created nodes of the tree
-
IntNtree
-
-
Method Details
-
getValue
-
setValue
-
getCurrentStorageNtree
- Specified by:
getCurrentStorageNtreein interfaceNtreeAccess<Integer,IntNtree>
-
createInstance
- Specified by:
createInstancein interfaceNtreeAccess<Integer,IntNtree>
-