Package | Description |
---|---|
net.imglib2.img.sparse |
Modifier and Type | Method and Description |
---|---|
Ntree.NtreeNode<T>[] |
Ntree.NtreeNode.getChildren() |
Ntree.NtreeNode<T> |
Ntree.getRootNode()
Returns the root node of the ntree
|
Modifier and Type | Method and Description |
---|---|
void |
Ntree.NtreeNode.setChildren(Ntree.NtreeNode<T>[] children) |
Constructor and Description |
---|
NtreeNode(Ntree.NtreeNode<T> parent,
T value) |
Copyright © 2015–2022 ImgLib2. All rights reserved.