public class UnaryComputerOpCellLoader<T,S extends NativeType<S>,R extends RandomAccessibleInterval<T>> extends Object implements CellLoader<S>
Constructor and Description |
---|
UnaryComputerOpCellLoader(R source,
OpService opService,
Class<? extends Op> opClass,
Object[] args) |
UnaryComputerOpCellLoader(R source,
UnaryComputerOp<R,RandomAccessibleInterval<S>> op) |
public UnaryComputerOpCellLoader(R source, UnaryComputerOp<R,RandomAccessibleInterval<S>> op)
public void load(SingleCellArrayImg<S,?> cell) throws Exception
load
in interface CellLoader<S extends NativeType<S>>
Exception
Copyright © 2015–2021 Fiji. All rights reserved.