Package | Description |
---|---|
net.imglib2.algorithm.tree |
Modifier and Type | Interface and Description |
---|---|
interface |
Tree<T extends TreeNode<T>>
A tree.
|
Modifier and Type | Method and Description |
---|---|
static <T extends TreeNode<T>> |
TreeUtils.forEach(Forest<T> forest,
TreeUtils.Consumer<T> op)
Call
TreeUtils.Consumer.accept(Object) on op for every node in the forest. |
static <T extends TreeNode<T>> |
TreeUtils.getLeafs(Forest<T> forest)
Find all leaf nodes of a forest.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.