public interface SliceOp<I,O> extends Ops.Slice, UnaryComputerOp<I,O>
Allows running UnaryComputerOp
s on orthogonal subsets of the <I>
. The subsets can for example be defined by the axes of an image. For
each subset the UnaryComputerOp
will be executed.
SpecialOp.Flavor
compute, compute, getIndependentInstance, run, run
in, setInput
run
candidates, filterArity, op
ops, setEnvironment
initialize
setOutput
Copyright © 2014–2022 ImageJ. All rights reserved.