Proposals:Refactoring Statistics Framework 2007 Iterators: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
 
Line 9: Line 9:
= List of Issues =
= List of Issues =


*Decrement operator was not incremented correctly in itkListSample.h (Fixed)
*Functionality was not available to create (or assign) a const iterator from a non-const iterator in itkSubsample.h (Fixed).  This problem was found in a number of classes (Not yet fixed).
*In general a consistent set of iterator operations is not present.


= Proposed Solutions =
= Proposed Solutions =

Revision as of 13:48, 29 March 2007

Review of Iterators from the Statistics Framework

Summary Table

The ITK Statistics Framework has a collection of data containers many of which have Iterators associated with them.

This page presents a review of issues that have been identified with some iterators in the Statistics Framework and describes proposed actions intended to fix those issues.

List of Issues

  • Decrement operator was not incremented correctly in itkListSample.h (Fixed)
  • Functionality was not available to create (or assign) a const iterator from a non-const iterator in itkSubsample.h (Fixed). This problem was found in a number of classes (Not yet fixed).
  • In general a consistent set of iterator operations is not present.

Proposed Solutions

Timetable