[Insight-developers] itkSimpleImageRegionIterator removed : ct02_oc.crd error

Luis Ibanez luis.ibanez@kitware.com
Mon, 23 Sep 2002 10:48:07 -0400


Hi,

The itk::SimpleImageRegionIterator class was removed.

It was a deprecated class, remanent from an old renaming
of the Iterator family. Its functionality is provided now
by the ImageRegionIteratorWithIndex.

The current error in ct02_oc.crd should go away when the
CommonHeaderTest is updated.

The following Iterators have already been refactored:

   ImageIteratorWithIndex
   ImageRegionIteratorWithIndex
   ImageLinearIteratorWithIndex
   ImageSliceIteratorWithIndex

They now derive from their const peers as Jim suggested.

About four other iterators have yet to be refactored.


   Luis