Interface | Description |
---|---|
BinaryInplace1OnlyOp<A,I> |
A
BinaryInplace1Op which is not a hybrid. |
BinaryInplace1Op<I1,I2,O extends I1> |
A binary inplace operation which computes a result from two given
arguments, storing it back into the first input (i.e., mutating it).
|
BinaryInplaceOnlyOp<A> |
A
BinaryInplaceOp which is not a hybrid. |
BinaryInplaceOp<I,O extends I> |
A binary inplace operation is an op which computes a result from two
given arguments, storing it either the first or second argument
(i.e., mutating it).
|
UnaryInplaceOnlyOp<A> |
A
UnaryInplaceOp which is not a hybrid. |
UnaryInplaceOp<I,O extends I> |
A unary inplace operation is an op which mutates a parameter.
|
Class | Description |
---|---|
AbstractBinaryInplace1Op<A,I> |
Abstract superclass for
BinaryInplace1OnlyOp implementations. |
AbstractBinaryInplaceOp<A> |
Abstract superclass for
BinaryInplaceOnlyOp implementations. |
AbstractUnaryInplaceOp<A> |
Abstract superclass for
UnaryInplaceOnlyOp implementations. |
Inplaces |
Utility class for looking up inplace ops in a type-safe way.
|
Copyright © 2014–2022 ImageJ. All rights reserved.