T - public class CopyImgLabeling<T extends IntegerType<T> & NativeType<T>,L> extends AbstractUnaryHybridCF<ImgLabeling<L,T>,ImgLabeling<L,T>> implements Ops.Copy.ImgLabeling, Contingent
ImgLabeling into another ImgLabelingSpecialOp.FlavorNAME| Constructor and Description |
|---|
CopyImgLabeling() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(ImgLabeling<L,T> input,
ImgLabeling<L,T> 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.
|
ImgLabeling<L,T> |
createOutput(ImgLabeling<L,T> input)
Create an output object given some input.
|
void |
initialize()
Initializes the object.
|
in, out, setInput, setOutputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcalculate, calculate, createOutput, getIndependentInstance, run, runcomputein, setInputrunsetOutputcandidates, filterArity, oppublic void initialize()
Initializableinitialize in interface Initializablepublic ImgLabeling<L,T> createOutput(ImgLabeling<L,T> input)
UnaryOutputFactorycreateOutput in interface UnaryOutputFactory<ImgLabeling<L,T extends IntegerType<T> & NativeType<T>>,ImgLabeling<L,T extends IntegerType<T> & NativeType<T>>>input - which determines how to create the outputpublic void compute(ImgLabeling<L,T> input, ImgLabeling<L,T> output)
UnaryComputerOpcompute in interface UnaryComputerOp<ImgLabeling<L,T extends IntegerType<T> & NativeType<T>>,ImgLabeling<L,T extends IntegerType<T> & NativeType<T>>>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.