Package | Description |
---|---|
net.imagej.ops.image.fill | |
net.imagej.ops.map | |
net.imagej.ops.math |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFill<T extends Type<T>>
Fill an
IterableInterval with some constant value. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapNullaryComputer<EO,PO>
Abstract base class for
MapNullaryComputer implementations. |
class |
MapNullaryII<O>
A paralleled version of
MapNullaryComputer over an
IterableInterval . |
class |
MapNullaryIterable<O>
A
MapNullaryComputer over an Iterable . |
Modifier and Type | Class and Description |
---|---|
static class |
NullaryNumericTypeMath.Assign<T extends Type<T>>
Sets the output to a constant.
|
static class |
NullaryNumericTypeMath.Zero<T extends NumericType<T>>
Sets the output to zero.
|
Copyright © 2014–2022 ImageJ. All rights reserved.