L
- public class CopyLabelingMapping<L> extends AbstractUnaryHybridCF<LabelingMapping<L>,LabelingMapping<L>> implements Ops.Copy.LabelingMapping
LabelingMapping
into another LabelingMapping
SpecialOp.Flavor
NAME
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, 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
public void initialize()
Initializable
initialize
in interface Initializable
public LabelingMapping<L> createOutput(LabelingMapping<L> input)
UnaryOutputFactory
createOutput
in interface UnaryOutputFactory<LabelingMapping<L>,LabelingMapping<L>>
input
- which determines how to create the outputpublic void compute(LabelingMapping<L> input, LabelingMapping<L> output)
UnaryComputerOp
compute
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 input
Copyright © 2014–2022 ImageJ. All rights reserved.