JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Module
org.scijava.ops.engine
Package org.scijava.ops.engine.adapt.complexLift
Class Summary
Class
Description
ComputersToFunctionsAndLift
Collection of adaptation Ops to convert
Computers
into
Functions
and then lift them so that they run on
Iterable
s as input.
ComputersToFunctionsAndLift.Computer10ToFunction10AndLiftViaSource
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>
ComputersToFunctionsAndLift.Computer11ToFunction11AndLiftViaSource
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>
ComputersToFunctionsAndLift.Computer12ToFunction12AndLiftViaSource
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>
ComputersToFunctionsAndLift.Computer13ToFunction13AndLiftViaSource
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>
ComputersToFunctionsAndLift.Computer14ToFunction14AndLiftViaSource
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>
ComputersToFunctionsAndLift.Computer15ToFunction15AndLiftViaSource
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>
ComputersToFunctionsAndLift.Computer16ToFunction16AndLiftViaSource
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>
ComputersToFunctionsAndLift.Computer1ToFunction1AndLiftViaSource
<I,O>
ComputersToFunctionsAndLift.Computer2ToFunction2AndLiftViaSource
<I1,I2,O>
ComputersToFunctionsAndLift.Computer3ToFunction3AndLiftViaSource
<I1,I2,I3,O>
ComputersToFunctionsAndLift.Computer4ToFunction4AndLiftViaSource
<I1,I2,I3,I4,O>
ComputersToFunctionsAndLift.Computer5ToFunction5AndLiftViaSource
<I1,I2,I3,I4,I5,O>
ComputersToFunctionsAndLift.Computer6ToFunction6AndLiftViaSource
<I1,I2,I3,I4,I5,I6,O>
ComputersToFunctionsAndLift.Computer7ToFunction7AndLiftViaSource
<I1,I2,I3,I4,I5,I6,I7,O>
ComputersToFunctionsAndLift.Computer8ToFunction8AndLiftViaSource
<I1,I2,I3,I4,I5,I6,I7,I8,O>
ComputersToFunctionsAndLift.Computer9ToFunction9AndLiftViaSource
<I1,I2,I3,I4,I5,I6,I7,I8,I9,O>
FunctionsToComputersAndLift
Collection of adaptation Ops to convert
Functions
into
Computers
with the use of a
Function
that copies the output using the first input as a model.
FunctionsToComputersAndLift.Function10ToComputer10AndLiftAfter
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>
FunctionsToComputersAndLift.Function10ToComputer10AndLiftBefore
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>
FunctionsToComputersAndLift.Function11ToComputer11AndLiftAfter
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>
FunctionsToComputersAndLift.Function11ToComputer11AndLiftBefore
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>
FunctionsToComputersAndLift.Function12ToComputer12AndLiftAfter
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>
FunctionsToComputersAndLift.Function12ToComputer12AndLiftBefore
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>
FunctionsToComputersAndLift.Function13ToComputer13AndLiftAfter
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>
FunctionsToComputersAndLift.Function13ToComputer13AndLiftBefore
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>
FunctionsToComputersAndLift.Function14ToComputer14AndLiftAfter
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>
FunctionsToComputersAndLift.Function14ToComputer14AndLiftBefore
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>
FunctionsToComputersAndLift.Function15ToComputer15AndLiftAfter
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>
FunctionsToComputersAndLift.Function15ToComputer15AndLiftBefore
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>
FunctionsToComputersAndLift.Function16ToComputer16AndLiftAfter
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>
FunctionsToComputersAndLift.Function16ToComputer16AndLiftBefore
<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>
FunctionsToComputersAndLift.Function1ToComputer1AndLiftAfter
<I,O>
FunctionsToComputersAndLift.Function1ToComputer1AndLiftBefore
<I,O>
FunctionsToComputersAndLift.Function2ToComputer2AndLiftAfter
<I1,I2,O>
FunctionsToComputersAndLift.Function2ToComputer2AndLiftBefore
<I1,I2,O>
FunctionsToComputersAndLift.Function3ToComputer3AndLiftAfter
<I1,I2,I3,O>
FunctionsToComputersAndLift.Function3ToComputer3AndLiftBefore
<I1,I2,I3,O>
FunctionsToComputersAndLift.Function4ToComputer4AndLiftAfter
<I1,I2,I3,I4,O>
FunctionsToComputersAndLift.Function4ToComputer4AndLiftBefore
<I1,I2,I3,I4,O>
FunctionsToComputersAndLift.Function5ToComputer5AndLiftAfter
<I1,I2,I3,I4,I5,O>
FunctionsToComputersAndLift.Function5ToComputer5AndLiftBefore
<I1,I2,I3,I4,I5,O>
FunctionsToComputersAndLift.Function6ToComputer6AndLiftAfter
<I1,I2,I3,I4,I5,I6,O>
FunctionsToComputersAndLift.Function6ToComputer6AndLiftBefore
<I1,I2,I3,I4,I5,I6,O>
FunctionsToComputersAndLift.Function7ToComputer7AndLiftAfter
<I1,I2,I3,I4,I5,I6,I7,O>
FunctionsToComputersAndLift.Function7ToComputer7AndLiftBefore
<I1,I2,I3,I4,I5,I6,I7,O>
FunctionsToComputersAndLift.Function8ToComputer8AndLiftAfter
<I1,I2,I3,I4,I5,I6,I7,I8,O>
FunctionsToComputersAndLift.Function8ToComputer8AndLiftBefore
<I1,I2,I3,I4,I5,I6,I7,I8,O>
FunctionsToComputersAndLift.Function9ToComputer9AndLiftAfter
<I1,I2,I3,I4,I5,I6,I7,I8,I9,O>
FunctionsToComputersAndLift.Function9ToComputer9AndLiftBefore
<I1,I2,I3,I4,I5,I6,I7,I8,I9,O>