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