public class FeatureDetectorBlock
extends icy.plugin.abstract_.Plugin
implements plugins.adufour.blocks.lang.Block
| Constructor and Description |
|---|
FeatureDetectorBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
declareInput(plugins.adufour.blocks.util.VarList inputMap)
This code is called to create the input map.
|
void |
declareOutput(plugins.adufour.blocks.util.VarList outputMap)
This code is called to create the output map.
|
void |
run()
This will be called to run the block.
|
public void run()
run in interface java.lang.Runnablepublic void declareInput(plugins.adufour.blocks.util.VarList inputMap)
declareInput in interface plugins.adufour.blocks.lang.Blockpublic void declareOutput(plugins.adufour.blocks.util.VarList outputMap)
declareOutput in interface plugins.adufour.blocks.lang.Block