NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

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: biweekly-2010: Oct-18 to Oct-29
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.

Change History

comment:1 Changed 2010-11-01T13:10:49-05:00 by bdezonia

  • Status changed from new to accepted

comment:2 Changed 2010-11-01T13:10:51-05:00 by bdezonia

  • Status changed from accepted to closed
  • Resolution set to fixed

comment:3 Changed 2012-02-24T15:12:05-06:00 by curtis

  • Blocking 1014 added