Package | Description |
---|---|
net.imglib2.algorithm.componenttree.pixellist |
Modifier and Type | Method and Description |
---|---|
PixelListComponent<T> |
PixelListComponent.getParent()
Get the parent of this node in the
PixelListComponentTree . |
PixelListComponent<T> |
PixelListComponentTree.root()
Get the root component.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<PixelListComponent<T>> |
PixelListComponent.getChildren()
Get the children of this node in the
PixelListComponentTree . |
Iterator<PixelListComponent<T>> |
PixelListComponentTree.iterator()
Returns an iterator over all connected components in the tree.
|
Set<PixelListComponent<T>> |
PixelListComponentTree.roots()
Get the root component.
|
Copyright © 2015–2022 ImgLib2. All rights reserved.