I
- type of incoming iterable intervalO
- output typepublic abstract class AbstractTamuraFeature<I extends RealType<I>,O extends RealType<O>> extends AbstractUnaryHybridCF<RandomAccessibleInterval<I>,O> implements TamuraFeature<I,O>, Contingent
SpecialOp.Flavor
Constructor and Description |
---|
AbstractTamuraFeature() |
Modifier and Type | Method and Description |
---|---|
boolean |
conforms()
True if the contingency holds; i.e., the current circumstances conform to
the contingency's requirements.
|
O |
createOutput(RandomAccessibleInterval<I> 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
calculate, calculate, createOutput, getIndependentInstance, run, run
compute, compute
in, setInput
run
setOutput
candidates, filterArity, op
ops, setEnvironment
initialize
public O createOutput(RandomAccessibleInterval<I> input)
UnaryOutputFactory
createOutput
in interface UnaryOutputFactory<RandomAccessibleInterval<I extends RealType<I>>,O extends RealType<O>>
input
- which determines how to create the outputpublic boolean conforms()
Contingent
conforms
in interface Contingent
Copyright © 2014–2022 ImageJ. All rights reserved.