public class DefaultFill<T extends Type<T>> extends AbstractNullaryComputerOp<Iterable<T>> implements Ops.Image.Fill
IterableInterval
with some constant value.SpecialOp.Flavor
NAME
Constructor and Description |
---|
DefaultFill() |
Modifier and Type | Method and Description |
---|---|
void |
compute(Iterable<T> output)
Computes the output value.
|
void |
initialize()
Initializes the object.
|
out, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
getIndependentInstance, run, run
candidates, filterArity, op
public void initialize()
Initializable
initialize
in interface Initializable
public void compute(Iterable<T> output)
NullaryComputerOp
Copyright © 2014–2022 ImageJ. All rights reserved.