Module org.scijava.ops.image
Package org.scijava.ops.image.logic
Class Default<I extends BooleanType<I>,O extends Type<O>>
- java.lang.Object
-
- org.scijava.ops.image.logic.Default<I,O>
-
- All Implemented Interfaces:
Computers.Arity2<I,O,O>,Consumers.Arity3<I,O,O>
public class Default<I extends BooleanType<I>,O extends Type<O>> extends Object implements Computers.Arity2<I,O,O>
An Op that sets the output to thedefaultValiff the input is evaluated as false.- Author:
- Leon Yang
- Implementation Note:
- op names='logic.default'
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute(I input, O defaultValue, O output)TODO-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.function.Computers.Arity2
accept
-
Methods inherited from interface org.scijava.function.Consumers.Arity3
andThen
-
-