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