Module org.scijava.ops.image
Class FunctionsToComputersAndLift.RAI41FunctionToComputerAndLiftAfter<I1,I2,I3,I4,O,RAII1 extends RandomAccessibleInterval<I1>,RAIO extends RandomAccessibleInterval<O>>
- java.lang.Object
-
- org.scijava.ops.image.adapt.complexLift.FunctionsToComputersAndLift.RAI41FunctionToComputerAndLiftAfter<I1,I2,I3,I4,O,RAII1,RAIO>
-
- Type Parameters:
I1- Type of the first RAII2- The second parameter typeI3- The third parameter typeI4- The fourth parameter typeO- The RAI return type
- All Implemented Interfaces:
Function<Functions.Arity4<I1,I2,I3,I4,O>,Computers.Arity4<RAII1,I2,I3,I4,RAIO>>,Op
- Enclosing class:
- FunctionsToComputersAndLift
public static class FunctionsToComputersAndLift.RAI41FunctionToComputerAndLiftAfter<I1,I2,I3,I4,O,RAII1 extends RandomAccessibleInterval<I1>,RAIO extends RandomAccessibleInterval<O>> extends Object implements Function<Functions.Arity4<I1,I2,I3,I4,O>,Computers.Arity4<RAII1,I2,I3,I4,RAIO>>, Op
Lifting function for mapping Functions Ops to Computers that operate on RandomAccessibleIntervals. Adapts first, then lifts.- Implementation Note:
- op names='engine.adapt', priority='-100.'
-
-
Constructor Summary
Constructors Constructor Description RAI41FunctionToComputerAndLiftAfter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Computers.Arity4<RAII1,I2,I3,I4,RAIO>apply(Functions.Arity4<I1,I2,I3,I4,O> function)
-