| Package | Description |
|---|---|
| net.imagej.ops.thread.chunker |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChunkerOp
A "chunker" operation which executes code across
chunks of data using multiple threads.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractChunker
Abstract
ChunkerOp. |
class |
ChunkerInterleaved
Implementation of a
ChunkerOp that interleaves the chunks. |
class |
DefaultChunker
Simple default implementation of a
ChunkerOp. |
Copyright © 2014–2022 ImageJ. All rights reserved.