T
- public class CopyType<T extends Type<T>> extends AbstractUnaryHybridCF<T,T> implements Ops.Copy.Type
SpecialOp.Flavor
NAME
Constructor and Description |
---|
CopyType() |
Modifier and Type | Method and Description |
---|---|
void |
compute(T input,
T output)
Computes the output given some input.
|
T |
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 T createOutput(T input)
UnaryOutputFactory
createOutput
in interface UnaryOutputFactory<T extends Type<T>,T extends Type<T>>
input
- which determines how to create the outputpublic void compute(T input, T output)
UnaryComputerOp
Copyright © 2014–2022 ImageJ. All rights reserved.