public interface IPlugin
| Modifier and Type | Method and Description |
|---|---|
ImageWrapper |
get()
Gets the default input image from previous in chain.
|
ImageWrapper |
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(ImageWrapper image)
Puts the default output image to next in chain (if any).
|
void |
put(String outName,
ImageWrapper image)
Puts named output image to next in chain (if any).
|
ImageWrapper get()
ImageWrapper get(String inName)
inName - void process()
void put(ImageWrapper image)
image - void put(String outName, ImageWrapper image)
outName - image - Copyright © 2015–2022 SciJava. All rights reserved.