| Interface | Description |
|---|---|
| BufferFactory<A,B> |
An object which can produce buffers using a
UnaryOutputFactory. |
| Join2Computers<A,B,C> |
A join operation which joins two
UnaryComputerOps. |
| Join2Inplaces<A,B extends A,C extends B> |
A join operation which joins two
UnaryInplaceOps. |
| Join2Ops<OP1 extends Op,OP2 extends Op> |
A join operation which joins two
UnaryComputerOps. |
| JoinComputerAndInplace<A,BI,BO extends BI> |
Joins an
UnaryInplaceOp with a UnaryComputerOp. |
| JoinInplaceAndComputer<AI,AO extends AI,B> |
Joins an
UnaryInplaceOp with a UnaryComputerOp. |
| JoinNComputers<A> |
A join operation which joins a list of
UnaryComputerOps. |
| JoinNInplaces<I,O extends I> |
A join operation which joins a list of
UnaryInplaceOps. |
| JoinNOps<OP extends Op> |
A join operation which joins two
UnaryComputerOps. |
| Class | Description |
|---|---|
| DefaultJoin2Computers<A,B,C> |
Joins two
UnaryComputerOps. |
| DefaultJoin2Inplaces<A> |
Joins two
UnaryInplaceOps. |
| DefaultJoinComputerAndInplace<A,B> |
Joins a
UnaryComputerOp with an UnaryInplaceOp. |
| DefaultJoinInplaceAndComputer<A,B> |
Joins an
UnaryInplaceOp with a UnaryComputerOp. |
| DefaultJoinNComputers<A> |
Joins a list of
UnaryComputerOps. |
| DefaultJoinNInplaces<A> |
Joins a list of
UnaryInplaceOps. |
Copyright © 2014–2022 ImageJ. All rights reserved.