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