public class CopyRealTypes<I extends RealType<I>,O extends RealType<O>> extends RealTypeConverter<I,O> implements Ops.Convert.Copy
RealType
into another using double
precision.SpecialOp.Flavor
NAME
Constructor and Description |
---|
CopyRealTypes() |
Modifier and Type | Method and Description |
---|---|
void |
compute(I input,
O output)
Computes the output given some input.
|
checkInput, checkInput
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
compute, getIndependentInstance, run, run
run
candidates, filterArity, op
initialize
public void compute(I input, O output)
UnaryComputerOp
Copyright © 2014–2022 ImageJ. All rights reserved.