Ticket #994 (closed: fixed)
Extend function API to add interface for background function
Reported by: | Anders Markvardsen | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | major | Milestone: | Iteration 21 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Add IFunctionWithLocation, for which the user may ask what is the centre and height. Also allow the user to set these values. This information may e.g. be used with advantage in a fitting scenario.
Add IBackgroundFunction, which for now is a copy of IFunctionWithLocation.
Change History
Note: See
TracTickets for help on using
tickets.
(In [3365]) Extended function API as described in ticket. Refs #994.