Package | Description |
---|---|
ini.trakem2.display |
Modifier and Type | Class and Description |
---|---|
static class |
Node.BranchAndEndNodeIterator<I> |
static class |
Node.BranchNodeIterator<I> |
static class |
Node.BreadthFirstSubtreeIterator<I>
For a given starting node, iterates over the complete set of children nodes, recursively and breadth-first.
|
static class |
Node.EndNodeIterator<I> |
static class |
Node.FilteredIterator<I> |
static class |
Node.SlabIterator<I>
For a given starting node, iterates all the way to the next end node or branch node, inclusive.
|
static class |
Node.SubtreeIterator<I> |
Copyright © 2015–2021 Fiji. All rights reserved.