public static class BooleanTypeLogic.Not<T extends BooleanType<T>> extends AbstractUnaryHybridCFI<T,T> implements Ops.Logic.Not
BooleanType
.SpecialOp.Flavor
NAME
Constructor and Description |
---|
Not() |
Modifier and Type | Method and Description |
---|---|
void |
compute(T in,
T out)
Computes the output given some input.
|
T |
createOutput(T in)
Create an output object given some input.
|
void |
mutate(T arg)
Mutates the given input argument in-place.
|
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
getIndependentInstance, run, run, run
calculate, calculate, createOutput
compute
setOutput
in
candidates, filterArity, op
initialize
setInput
public T createOutput(T in)
UnaryOutputFactory
createOutput
in interface UnaryOutputFactory<T extends BooleanType<T>,T extends BooleanType<T>>
in
- which determines how to create the outputpublic void compute(T in, T out)
UnaryComputerOp
compute
in interface UnaryComputerOp<T extends BooleanType<T>,T extends BooleanType<T>>
in
- Argument to the computation, which must be non-nullout
- Object where the computation's result will be stored, which
must be non-null and a different object than input
public void mutate(T arg)
UnaryInplaceOp
mutate
in interface UnaryHybridCI<T extends BooleanType<T>,T extends BooleanType<T>>
mutate
in interface UnaryInplaceOp<T extends BooleanType<T>,T extends BooleanType<T>>
arg
- of the UnaryInplaceOp
Copyright © 2014–2022 ImageJ. All rights reserved.