public static class ConstantToArrayImageP.SubtractUnsignedInt extends AbstractUnaryInplaceOp<ArrayImg<UnsignedIntType,IntArray>> implements Contingent, Ops.Math.Subtract
ArrayImg
s of
type UnsignedIntType
SpecialOp.Flavor
ALIASES, NAME
Constructor and Description |
---|
SubtractUnsignedInt() |
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(ArrayImg<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(ArrayImg<UnsignedIntType,IntArray> arg)
UnaryInplaceOp
mutate
in interface UnaryInplaceOp<ArrayImg<UnsignedIntType,IntArray>,ArrayImg<UnsignedIntType,IntArray>>
arg
- of the UnaryInplaceOp
public boolean conforms()
Contingent
conforms
in interface Contingent
Copyright © 2014–2022 ImageJ. All rights reserved.