Module org.scijava.ops.image
Class ComputersToFunctionsAndLift.RAI52ComputerToFunctionAndLiftViaSource<I1,I2,I3,I4,I5,O,RAII1 extends RandomAccessibleInterval<I1>,RAII2 extends RandomAccessibleInterval<I2>,RAIO extends RandomAccessibleInterval<O>>
- java.lang.Object
-
- org.scijava.ops.image.adapt.complexLift.ComputersToFunctionsAndLift.RAI52ComputerToFunctionAndLiftViaSource<I1,I2,I3,I4,I5,O,RAII1,RAII2,RAIO>
-
- Type Parameters:
I1- Type of the first RAII2- Type of the second RAII3- The third parameter typeI4- The fourth parameter typeI5- The fifth parameter typeO- Type of the output RAI
- All Implemented Interfaces:
Function<Computers.Arity5<I1,I2,I3,I4,I5,O>,Functions.Arity5<RAII1,RAII2,I3,I4,I5,RAIO>>,Op
- Enclosing class:
- ComputersToFunctionsAndLift
public static class ComputersToFunctionsAndLift.RAI52ComputerToFunctionAndLiftViaSource<I1,I2,I3,I4,I5,O,RAII1 extends RandomAccessibleInterval<I1>,RAII2 extends RandomAccessibleInterval<I2>,RAIO extends RandomAccessibleInterval<O>> extends Object implements Function<Computers.Arity5<I1,I2,I3,I4,I5,O>,Functions.Arity5<RAII1,RAII2,I3,I4,I5,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 RAI52ComputerToFunctionAndLiftViaSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Functions.Arity5<RAII1,RAII2,I3,I4,I5,RAIO>apply(Computers.Arity5<I1,I2,I3,I4,I5,O> computer)
-