Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Story Points:6
-
Epic Link:
-
Sprint:DRP F16-4, DRP F16-5, DRP F16-6
-
Team:Data Release Production
Description
Implement the core of the SpanSet class, as prototyped in RFC-37. This includes the following:
- All STL container methods and typedefs, and their Pythonic counterparts.
- All constructors and assignment operators, except for SpanSetBuilder. This includes the ability to detect and fix overlapping Spans.
- All simple accessors.
- isContiguous()
- The shift and clip methods.