public final class DoubleNtree extends Object implements DoubleAccess, NtreeAccess<Double,DoubleNtree>
Ntree
.Constructor and Description |
---|
DoubleNtree(long[] dimensions,
long[] position,
double value) |
Modifier and Type | Method and Description |
---|---|
DoubleNtree |
createInstance(long[] pos) |
Ntree<Double> |
getCurrentStorageNtree() |
double |
getValue(int index) |
void |
setValue(int index,
double value) |
public double getValue(int index)
getValue
in interface DoubleAccess
public void setValue(int index, double value)
setValue
in interface DoubleAccess
public Ntree<Double> getCurrentStorageNtree()
getCurrentStorageNtree
in interface NtreeAccess<Double,DoubleNtree>
public DoubleNtree createInstance(long[] pos)
createInstance
in interface NtreeAccess<Double,DoubleNtree>
Copyright © 2015–2022 ImgLib2. All rights reserved.