Module org.scijava.ops.image
Class ComputersToFunctionsAndLift.RAI135ComputerToFunctionAndLiftViaSource<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O,RAII1 extends RandomAccessibleInterval<I1>,RAII2 extends RandomAccessibleInterval<I2>,RAII3 extends RandomAccessibleInterval<I3>,RAII4 extends RandomAccessibleInterval<I4>,RAII5 extends RandomAccessibleInterval<I5>,RAIO extends RandomAccessibleInterval<O>>
- java.lang.Object
-
- org.scijava.ops.image.adapt.complexLift.ComputersToFunctionsAndLift.RAI135ComputerToFunctionAndLiftViaSource<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O,RAII1,RAII2,RAII3,RAII4,RAII5,RAIO>
-
- Type Parameters:
I1- Type of the first RAII2- Type of the second RAII3- Type of the third RAII4- Type of the fourth RAII5- Type of the fifth RAII6- 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 typeO- Type of the output RAI
- All Implemented Interfaces:
Function<Computers.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>,Functions.Arity13<RAII1,RAII2,RAII3,RAII4,RAII5,I6,I7,I8,I9,I10,I11,I12,I13,RAIO>>,Op
- Enclosing class:
- ComputersToFunctionsAndLift
public static class ComputersToFunctionsAndLift.RAI135ComputerToFunctionAndLiftViaSource<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O,RAII1 extends RandomAccessibleInterval<I1>,RAII2 extends RandomAccessibleInterval<I2>,RAII3 extends RandomAccessibleInterval<I3>,RAII4 extends RandomAccessibleInterval<I4>,RAII5 extends RandomAccessibleInterval<I5>,RAIO extends RandomAccessibleInterval<O>> extends Object implements Function<Computers.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>,Functions.Arity13<RAII1,RAII2,RAII3,RAII4,RAII5,I6,I7,I8,I9,I10,I11,I12,I13,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 RAI135ComputerToFunctionAndLiftViaSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Functions.Arity13<RAII1,RAII2,RAII3,RAII4,RAII5,I6,I7,I8,I9,I10,I11,I12,I13,RAIO>apply(Computers.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O> computer)
-