Package | Description |
---|---|
net.imagej.ops.map | |
net.imagej.ops.special.chain | |
net.imagej.ops.special.inplace |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapBinaryInplace<EI,EO extends EI,PA>
Abstract base class for
MapBinaryInplace implementations. |
class |
MapIIAndIIInplace<EA>
MapBinaryInplace over 2 IterableInterval s |
class |
MapIIAndIIInplaceParallel<EA>
MapBinaryInplace over 2 IterableInterval s |
Modifier and Type | Class and Description |
---|---|
class |
BIOViaBI<A extends DO,DI,DO extends DI>
Base class for
BinaryInplaceOnlyOp s that delegate to
BinaryInplaceOp s. |
class |
BIOViaBISame<A>
Base class for
BinaryInplaceOnlyOp s that delegate to
BinaryInplaceOp s with all matching types (inputs same as output). |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBinaryInplaceOp<A>
Abstract superclass for
BinaryInplaceOnlyOp implementations. |
Modifier and Type | Method and Description |
---|---|
default BinaryInplaceOnlyOp<A> |
BinaryInplaceOnlyOp.getIndependentInstance() |
Copyright © 2014–2022 ImageJ. All rights reserved.