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