public static class ConstantToPlanarImage.DivideUnsignedInt extends AbstractUnaryInplaceOp<PlanarImg<UnsignedIntType,IntArray>> implements Ops.Math.Divide, Contingent
SpecialOp.Flavor
ALIASES, NAME
Constructor and Description |
---|
DivideUnsignedInt() |
Modifier and Type | Method and Description |
---|---|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
void |
mutate(PlanarImg<UnsignedIntType,IntArray> arg)
Mutates the given input argument in-place.
|
out, setInput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
getIndependentInstance
in, run, run
candidates, filterArity, op
initialize
public void mutate(PlanarImg<UnsignedIntType,IntArray> arg)
UnaryInplaceOp
mutate
in interface UnaryInplaceOp<PlanarImg<UnsignedIntType,IntArray>,PlanarImg<UnsignedIntType,IntArray>>
arg
- of the UnaryInplaceOp
public boolean conforms()
Contingent
conforms
in interface Contingent
Copyright © 2014–2022 ImageJ. All rights reserved.