Module org.scijava.ops.engine
Class OpWrappers.Inplace3_2OpWrapper<I1,IO,I3>
- java.lang.Object
-
- org.scijava.ops.engine.matcher.impl.OpWrappers.Inplace3_2OpWrapper<I1,IO,I3>
-
- All Implemented Interfaces:
OpWrapper<Inplaces.Arity3_2<I1,IO,I3>>
- Enclosing class:
- OpWrappers
public static class OpWrappers.Inplace3_2OpWrapper<I1,IO,I3> extends Object implements OpWrapper<Inplaces.Arity3_2<I1,IO,I3>>
-
-
Constructor Summary
Constructors Constructor Description Inplace3_2OpWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RichOp<Inplaces.Arity3_2<I1,IO,I3>>wrap(OpInstance<Inplaces.Arity3_2<I1,IO,I3>> instance, OpEnvironment env, MatchingConditions conditions)Wraps an Op into aRichOp
-
-
-
Method Detail
-
wrap
public RichOp<Inplaces.Arity3_2<I1,IO,I3>> wrap(OpInstance<Inplaces.Arity3_2<I1,IO,I3>> 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
-
-