| Interface | Description |
|---|---|
| LoopComputer<I> |
Loops over an injected
UnaryComputerOp. |
| LoopInplace<I,O extends I> |
Loops over an injected
UnaryInplaceOp. |
| LoopOp<OP extends Op> |
A typed "loop" operation.
|
| Class | Description |
|---|---|
| DefaultLoopComputer<I> |
Applies a
UnaryComputerOp multiple times to an image. |
| DefaultLoopInplace<A> |
Default implementation of a
LoopInplace. |
Copyright © 2014–2022 ImageJ. All rights reserved.