Module org.scijava.ops.image
Class FunctionsToComputersAndLift.RAI162FunctionToComputerAndLiftAfter<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O,RAII1 extends RandomAccessibleInterval<I1>,RAII2 extends RandomAccessibleInterval<I2>,RAIO extends RandomAccessibleInterval<O>>
- java.lang.Object
-
- org.scijava.ops.image.adapt.complexLift.FunctionsToComputersAndLift.RAI162FunctionToComputerAndLiftAfter<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,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 typeI6- The sixth parameter typeI7- The seventh parameter typeI8- The eighth parameter typeI9- The ninth parameter typeI10- The tenth parameter typeI11- The eleventh parameter typeI12- The twelfth parameter typeI13- The thirteenth parameter typeI14- The fourteenth parameter typeI15- The fifteenth parameter typeI16- The sixteenth parameter typeO- The RAI return type
- All Implemented Interfaces:
Function<Functions.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>,Computers.Arity16<RAII1,RAII2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,RAIO>>,Op
- Enclosing class:
- FunctionsToComputersAndLift
public static class FunctionsToComputersAndLift.RAI162FunctionToComputerAndLiftAfter<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O,RAII1 extends RandomAccessibleInterval<I1>,RAII2 extends RandomAccessibleInterval<I2>,RAIO extends RandomAccessibleInterval<O>> extends Object implements Function<Functions.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>,Computers.Arity16<RAII1,RAII2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,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 RAI162FunctionToComputerAndLiftAfter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Computers.Arity16<RAII1,RAII2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,RAIO>apply(Functions.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O> function)
-