Ticket #747 (closed enhancement: fixed)
Opened 2011-09-12T13:48:10-05:00
Last modified 2012-07-13T22:22:07-05:00
Allow a plugin parameter to be both an input & an output
Reported by: | curtis | Owned by: | curtis |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | Plugin Framework | Version: | |
Severity: | serious | Keywords: | |
Cc: | leek | Blocked By: | |
Blocking: |
Description
Sometimes it may make sense for a plugin parameter to be both an input and an output, particularly when the plugin performs some sort of "in-place" mutation on that object. This is very common with image displays, for example. We should update the API from a boolean output toggle to a 3-way switch: input, output, or both.
Change History
comment:2 Changed 2011-09-22T15:47:09-05:00 by curtis
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta3