Interface | Description |
---|---|
BinaryComputerOp<I1,I2,O> |
A binary computer computes a result from two given inputs, storing
it into the specified output reference.
|
NullaryComputerOp<O> |
A nullary computer computes a result, storing it into the specified
output reference.
|
UnaryComputerOp<I,O> |
A unary computer calculates a result from the given input, storing
it into the specified output reference.
|
Class | Description |
---|---|
AbstractBinaryComputerOp<I1,I2,O> |
Abstract superclass for
BinaryComputerOp implementations. |
AbstractNullaryComputerOp<O> |
Abstract superclass for
BinaryComputerOp implementations. |
AbstractUnaryComputerOp<I,O> |
Abstract superclass for
UnaryComputerOp implementations. |
ComputerConverter<A,B> |
A
Converter backed by a UnaryComputerOp . |
Computers |
Utility class for looking up computer ops in a type-safe way.
|
Copyright © 2014–2022 ImageJ. All rights reserved.