Interface | Description |
---|---|
DelegatingBinaryOp<I1,I2,O,DI1,DI2,DO,OP extends BinaryOp<DI1,DI2,DO>> | |
DelegatingUnaryOp<I,O,DI,DO,OP extends UnaryOp<DI,DO>> |
Class | Description |
---|---|
BCViaBC<I1 extends DI1,I2 extends DI2,O extends DO,DI1,DI2,DO> |
Base class for
BinaryComputerOp s that delegate to other
BinaryComputerOp s. |
BCViaBCAllSame<IO> |
Base class for
BinaryComputerOp s that delegate to other
BinaryComputerOp s with all matching types (inputs same as output). |
BCViaBCSameIO<I1,I2,O> |
Base class for
BinaryComputerOp s that delegate to other
BinaryComputerOp s with the same input and output types. |
BFViaBC<I1 extends DI1,I2 extends DI2,O extends DO,DI1,DI2,DO> |
Base class for
BinaryFunctionOp s that delegate to
BinaryComputerOp s. |
BFViaBCAllSame<IO> |
Base class for
BinaryFunctionOp s that delegate to
BinaryComputerOp s with all matching types (inputs same as output). |
BFViaBCSameIO<I1,I2,O> |
Base class for
BinaryFunctionOp s that delegate to
BinaryComputerOp s with the same input and output types. |
BFViaBF<I1 extends DI1,I2 extends DI2,O,DI1,DI2,DO extends O> |
Base class for
BinaryFunctionOp s that delegate to other
BinaryFunctionOp s. |
BFViaBFAllSame<IO> |
Base class for
BinaryFunctionOp s that delegate to other
BinaryFunctionOp s with all matching types (inputs same as output). |
BFViaBFSameIO<I1,I2,O> |
Base class for
BinaryFunctionOp s that delegate to other
BinaryFunctionOp s with the same input and output types. |
BHCFViaBC<I1 extends DI1,I2 extends DI2,O extends DO,DI1,DI2,DO> |
Base class for
BinaryHybridCF s that delegate to
BinaryComputerOp s. |
BHCFViaBCAllSame<IO> |
Base class for
BinaryHybridCF s that delegate to
BinaryComputerOp s with all matching types (inputs same as output). |
BHCFViaBCSameIO<I1,I2,O> |
Base class for
BinaryHybridCF s that delegate to
BinaryComputerOp s with the same input and output types. |
BHCFViaBHCF<I1 extends DI1,I2 extends DI2,O,DI1,DI2> |
Base class for
BinaryHybridCF s that delegate to
BinaryHybridCF s. |
BHCFViaBHCFAllSame<IO> |
Base class for
BinaryHybridCF s that delegate to
BinaryHybridCF s with all matching types (inputs same as output). |
BHCFViaBHCFSameIO<I1,I2,O> |
Base class for
BinaryHybridCF s that delegate to
BinaryHybridCF s with the same input and output types. |
BIOViaBI<A extends DO,DI,DO extends DI> |
Base class for
BinaryInplaceOnlyOp s that delegate to
BinaryInplaceOp s. |
BIOViaBISame<A> |
Base class for
BinaryInplaceOnlyOp s that delegate to
BinaryInplaceOp s with all matching types (inputs same as output). |
IIs |
Utility class for working with
IterableInterval s. |
RAIs |
Utility class for working with
RandomAccessibleInterval s. |
RTs |
Utility class for working with
RealType s. |
UCViaUC<I extends DI,O extends DO,DI,DO> |
Base class for
UnaryComputerOp s that delegate to other
UnaryComputerOp s. |
UCViaUCAllSame<IO> |
Base class for
UnaryComputerOp s that delegate to other
UnaryComputerOp s with all matching types (input same as output). |
UCViaUCSameIO<I,O> |
Base class for
UnaryComputerOp s that delegate to other
UnaryComputerOp s with the same input and output types. |
UFViaUC<I extends DI,O extends DO,DI,DO> |
Base class for
UnaryFunctionOp s that delegate to
UnaryComputerOp s. |
UFViaUCAllSame<IO> |
Base class for
UnaryFunctionOp s that delegate to
UnaryComputerOp s with all matching types (input same as output). |
UFViaUCSameIO<I,O> |
Base class for
UnaryFunctionOp s that delegate to
UnaryComputerOp s with the same input and output types. |
UFViaUF<I extends DI,O,DI,DO extends O> |
Base class for
UnaryFunctionOp s that delegate to other
UnaryFunctionOp s. |
UFViaUFAllSame<IO> |
Base class for
UnaryFunctionOp s that delegate to other
UnaryFunctionOp s with all matching types (input same as output). |
UFViaUFSameIO<I,O> |
Base class for
UnaryFunctionOp s that delegate to other
UnaryFunctionOp s with the same input and output types. |
UHCFViaUC<I extends DI,O extends DO,DI,DO> |
Base class for
UnaryHybridCF s that delegate to
UnaryComputerOp s. |
UHCFViaUCAllSame<IO> |
Base class for
UnaryHybridCF s that delegate to
UnaryComputerOp s with all matching types (input same as output). |
UHCFViaUCSameIO<I,O> |
Base class for
UnaryHybridCF s that delegate to
UnaryComputerOp s with the same input and output types. |
UHCFViaUHCF<I extends DI,O,DI> |
Base class for
UnaryHybridCF s that delegate to other
UnaryHybridCF s. |
UHCFViaUHCFAllSame<IO> |
Base class for
UnaryHybridCF s that delegate to other
UnaryHybridCF s with all matching types (input same as output). |
UHCFViaUHCFSameIO<I,O> |
Base class for
UnaryHybridCF s that delegate to other
UnaryHybridCF s with the same input and output types. |
UIOViaUI<A extends DO,DI,DO extends DI> |
Base class for
UnaryInplaceOnlyOp s that delegate to
UnaryInplaceOp s. |
UIOViaUISame<A> |
Base class for
UnaryInplaceOnlyOp s that delegate to
UnaryInplaceOp s with all matching types (input same as output). |
Copyright © 2014–2022 ImageJ. All rights reserved.