C
- component type.public static interface PartialComponent.Handler<C>
BuildComponentTree
.Modifier and Type | Method and Description |
---|---|
void |
emit(C component)
BuildComponentTree calls this for every completed component. |
void emit(C component)
BuildComponentTree
calls this for every completed component.
NOTE THAT THE COMPONENT IS RE-USED BY BuildComponentTree
!
That is, after calling emit() new pixels may be added, etc. Do not
store the component object but rather copy the relevant data!component
- a completed componentCopyright © 2015–2022 ImgLib2. All rights reserved.