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 #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: biweekly-2011: May-09 to May-20
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).

Change History

comment:1 Changed 2011-05-12T12:26:30-05:00 by bdezonia

Renamed it to RegionIterator and made it conform to the Iterator interface. Even though it is a little uglier, performance improved by 20%.

comment:2 Changed 2011-05-12T12:26:37-05:00 by bdezonia

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