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