Ticket #268 (closed task: fixed)
Opened 2010-11-01T13:10:42-05:00
Last modified 2012-02-24T15:12:05-06:00
Make ImgLibProcessor assign() and transform() methods positionally aware
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1014 |
Description
ImgLibProcessor assign() and transform() methods used the fastest, nonpositional iterators. Passing a positional selection function to one of these methods resulted in a NullPtrException. Fix this.