Package | Description |
---|---|
net.imglib2.loops |
Modifier and Type | Method and Description |
---|---|
<R> List<R> |
LoopBuilder.forEachChunk(Function<LoopBuilder.Chunk<T>,R> action)
This method is similar to
LoopBuilder.forEachPixel(T) but more flexible when multi threading is used. |
Copyright © 2015–2022 ImgLib2. All rights reserved.