Ticket #500 (closed task: fixed)
Opened 2011-05-04T15:52:37-05:00
Last modified 2011-05-12T12:26:37-05:00
Rename RegionCursor
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | ImgLib2 | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The OPS class RegionCursor does not conform to the Cursor interface. Neither does it conform to the Iterator interface. Maybe make it conform to one of them and rename the class. Or decide its interface is fine and find a better name for it (like RegionWalker).
Renamed it to RegionIterator and made it conform to the Iterator interface. Even though it is a little uglier, performance improved by 20%.