public interface IPlugin
Modifier and Type | Method and Description |
---|---|
ItemWrapper |
get()
Gets the default input image from previous in chain.
|
ItemWrapper |
get(String inName)
Gets a named input image from previous in chain.
|
void |
process()
This is the body of the plugin, defined in implemenation.
|
void |
put(ItemWrapper image)
Puts the default output image to next in chain (if any).
|
void |
put(String outName,
ItemWrapper image)
Puts named output image to next in chain (if any).
|
ItemWrapper get()
ItemWrapper get(String inName)
inName
- void process()
void put(ItemWrapper image)
image
- void put(String outName, ItemWrapper image)
outName
- image
- Copyright © 2015–2022 SciJava. All rights reserved.