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