L - public class CopyLabelingMapping<L> extends AbstractUnaryHybridCF<LabelingMapping<L>,LabelingMapping<L>> implements Ops.Copy.LabelingMapping
LabelingMapping into another LabelingMappingSpecialOp.FlavorNAME| Constructor and Description |
|---|
CopyLabelingMapping() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(LabelingMapping<L> input,
LabelingMapping<L> output)
Computes the output given some input.
|
LabelingMapping<L> |
createOutput(LabelingMapping<L> 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 LabelingMapping<L> createOutput(LabelingMapping<L> input)
UnaryOutputFactorycreateOutput in interface UnaryOutputFactory<LabelingMapping<L>,LabelingMapping<L>>input - which determines how to create the outputpublic void compute(LabelingMapping<L> input, LabelingMapping<L> output)
UnaryComputerOpcompute in interface UnaryComputerOp<LabelingMapping<L>,LabelingMapping<L>>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 inputCopyright © 2014–2022 ImageJ. All rights reserved.