- Type Parameters:
EI
- element type of inputs
EO
- element type of outputs
PI
- producer of inputs
PO
- producer of outputs
OP
- type of Op
which processes each element
- All Implemented Interfaces:
- Runnable, Environmental, Initializable, MapOp<OP>, MapNeighborhood<EI,EO,PI,PO,OP>, Op, Ops.Map, BinaryInput<PI,Shape>, BinaryOp<PI,Shape,PO>, BinaryComputerOp<PI,Shape,PO>, NullaryComputerOp<PO>, UnaryComputerOp<PI,PO>, NullaryOp<PO>, Output<PO>, OutputMutable<PO>, SpecialOp, UnaryInput<PI>, UnaryOp<PI,PO>, Threadable, Command, SciJavaPlugin
- Direct Known Subclasses:
- DefaultMapNeighborhood, MapNeighborhoodWithCenter
public abstract class AbstractMapNeighborhood<EI,EO,PI,PO,OP extends Op>
extends AbstractBinaryComputerOp<PI,Shape,PO>
implements MapNeighborhood<EI,EO,PI,PO,OP>
- Author:
- Leon Yang