Ticket #976 (closed defect: fixed)
Make OPS more generic
| Reported by: | bdezonia | Owned by: | bdezonia |
|---|---|---|---|
| Priority: | major | Milestone: | imagej-2.0.0-beta1 |
| Component: | imglib-ops | Version: | |
| Severity: | serious | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: |
Description
OPS has defined a lot of operations like this:
UnaryOperation<ComplexType<?>,ComplexType<?>>
The Knime developers want this to be UnaryOperation<T,U> where T and U extend ComplexType.
Make these changes and update IJ2 math plugins to use the new definitions.
Change History
Note: See
TracTickets for help on using
tickets.

Fixed with commits:
Imglib: eeba23
ImageJ2: r4945