Module org.scijava.ops.image
Class ComputersToFunctionsAndLift.RAI11ComputerToFunctionAndLiftViaSource<I1,O,RAII1 extends RandomAccessibleInterval<I1>,RAIO extends RandomAccessibleInterval<O>>
- java.lang.Object
-
- org.scijava.ops.image.adapt.complexLift.ComputersToFunctionsAndLift.RAI11ComputerToFunctionAndLiftViaSource<I1,O,RAII1,RAIO>
-
- Type Parameters:
I1- Type of the first RAIO- Type of the output RAI
- All Implemented Interfaces:
Function<Computers.Arity1<I1,O>,Function<RAII1,RAIO>>,Op
- Enclosing class:
- ComputersToFunctionsAndLift
public static class ComputersToFunctionsAndLift.RAI11ComputerToFunctionAndLiftViaSource<I1,O,RAII1 extends RandomAccessibleInterval<I1>,RAIO extends RandomAccessibleInterval<O>> extends Object implements Function<Computers.Arity1<I1,O>,Function<RAII1,RAIO>>, Op
Lifting function for mapping Computers Ops to Functions that operate on RAIs.- Implementation Note:
- op names='engine.adapt', priority='-100.'
-
-
Constructor Summary
Constructors Constructor Description RAI11ComputerToFunctionAndLiftViaSource()
-