Package | Description |
---|---|
net.imagej.ops.thread | |
net.imagej.ops.thread.chunker |
Modifier and Type | Method and Description |
---|---|
void |
ThreadNamespace.chunker(Chunk chunkable,
long numberOfElements)
Executes the "chunker" operation on the given arguments.
|
Modifier and Type | Class and Description |
---|---|
class |
CursorBasedChunk |
Modifier and Type | Field and Description |
---|---|
protected Chunk |
AbstractChunker.chunkable
Chunk to be executed |
Modifier and Type | Method and Description |
---|---|
void |
ChunkerOp.setChunk(Chunk executor)
Sets the
Chunk for which will be multithreaded. |
void |
AbstractChunker.setChunk(Chunk definition) |
Copyright © 2014–2022 ImageJ. All rights reserved.