T
- input typepublic class IterableMax<T extends RealType<T>> extends AbstractStatsOp<Iterable<T>,T> implements Ops.Stats.Max
Op
to calculate the stats.max
.SpecialOp.Flavor
NAME
Constructor and Description |
---|
IterableMax() |
Modifier and Type | Method and Description |
---|---|
void |
compute(Iterable<T> input,
T output)
Computes the output given some input.
|
T |
createOutput(Iterable<T> 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
ops, setEnvironment
calculate, calculate, createOutput, getIndependentInstance, run, run
compute
in, setInput
run
setOutput
candidates, filterArity, op
initialize
public void compute(Iterable<T> input, T output)
UnaryComputerOp
public T createOutput(Iterable<T> input)
UnaryOutputFactory
createOutput
in interface UnaryOutputFactory<Iterable<T extends RealType<T>>,T extends RealType<T>>
createOutput
in class AbstractStatsOp<Iterable<T extends RealType<T>>,T extends RealType<T>>
input
- which determines how to create the outputCopyright © 2014–2022 ImageJ. All rights reserved.