Module org.scijava.ops.engine
Class OpWrappers.Inplace15_15OpWrapper<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO>
- java.lang.Object
-
- org.scijava.ops.engine.matcher.impl.OpWrappers.Inplace15_15OpWrapper<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO>
-
- All Implemented Interfaces:
OpWrapper<Inplaces.Arity15_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO>>
- Enclosing class:
- OpWrappers
public static class OpWrappers.Inplace15_15OpWrapper<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO> extends Object implements OpWrapper<Inplaces.Arity15_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO>>
-
-
Constructor Summary
Constructors Constructor Description Inplace15_15OpWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RichOp<Inplaces.Arity15_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO>>wrap(OpInstance<Inplaces.Arity15_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO>> instance, OpEnvironment env, MatchingConditions conditions)Wraps an Op into aRichOp
-
-
-
Method Detail
-
wrap
public RichOp<Inplaces.Arity15_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO>> wrap(OpInstance<Inplaces.Arity15_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO>> instance, OpEnvironment env, MatchingConditions conditions)
Description copied from interface:OpWrapperWraps an Op into aRichOp- Specified by:
wrapin interfaceOpWrapper<I1>- Parameters:
instance- an Openv- theOpEnvironmentthat produced the Opconditions- theMatchingConditionsused to produce the Op- Returns:
- a
RichOpwrappingop
-
-