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