public final class IntNtree extends Object implements IntAccess, NtreeAccess<Integer,IntNtree>
Ntree
.Constructor and Description |
---|
IntNtree(long[] dimensions,
long[] position,
int value)
Standard constructor called by factory
|
Modifier and Type | Method and Description |
---|---|
IntNtree |
createInstance(long[] pos) |
Ntree<Integer> |
getCurrentStorageNtree() |
int |
getValue(int index) |
void |
setValue(int index,
int value) |
public IntNtree(long[] dimensions, long[] position, int value)
dimensions
- The dimensions of the treevalue
- Uniform value of created nodes of the treepublic Ntree<Integer> getCurrentStorageNtree()
getCurrentStorageNtree
in interface NtreeAccess<Integer,IntNtree>
public IntNtree createInstance(long[] pos)
createInstance
in interface NtreeAccess<Integer,IntNtree>
Copyright © 2015–2022 ImgLib2. All rights reserved.