T - public class CopyArrayImg<T extends NativeType<T>,A extends ArrayDataAccess<A>> extends AbstractUnaryHybridCF<ArrayImg<T,A>,ArrayImg<T,A>> implements Ops.Copy.Img, Contingent
SpecialOp.FlavorNAME| Constructor and Description |
|---|
CopyArrayImg() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(ArrayImg<T,A> input,
ArrayImg<T,A> output)
Computes the output given some input.
|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
ArrayImg<T,A> |
createOutput(ArrayImg<T,A> input)
Create an output object given some input.
|
in, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcalculate, calculate, createOutput, getIndependentInstance, run, runcomputein, setInputrunsetOutputcandidates, filterArity, opinitializepublic ArrayImg<T,A> createOutput(ArrayImg<T,A> input)
UnaryOutputFactorycreateOutput in interface UnaryOutputFactory<ArrayImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>,ArrayImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>>input - which determines how to create the outputpublic void compute(ArrayImg<T,A> input, ArrayImg<T,A> output)
UnaryComputerOpcompute in interface UnaryComputerOp<ArrayImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>,ArrayImg<T extends NativeType<T>,A extends ArrayDataAccess<A>>>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 inputpublic boolean conforms()
Contingentconforms in interface ContingentCopyright © 2014–2022 ImageJ. All rights reserved.