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