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