Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Story Points:3
-
Epic Link:
-
Sprint:DRP F16-6
-
Team:Data Release Production
Description
Implement methods that apply arbitrary functors to pixels within a SpanSet, as described on RFC-37.
The only tricky part of this implementation will be the "traits" classes that allow different target objects to interpreted differently. I'd be happy to consult on this; I have a rough idea in my head, but it needs to be fleshed out.
Attachments
Issue Links
- is blocked by
-
DM-2425 Implement SpanSet core functionality
- Done
There is no single ticket that is best to review this work descriptions are spread over many tickets but all the work is on just one branch. This ticket will serve well enough. Thank you for agreeing to do this review. The work is all on the tickets/
DM-7170branch on afw. For your part of the review, please review SpanSets.h, SpanSetsFunctorGetters.h and the corresponding parts of the unit test. Within SpanSets.h you are only responsible for reviewing the applyFunctor(Impl) functions. There are a few class methods which make use of that functionality, and you can decide for yourself if you want to look into those or not. If there are any questions, please send me a message here or on Slack.