[Insight-developers] IteratorWithIndex  const and non-const refactored
   
    Luis Ibanez
     
    luis.ibanez@kitware.com
       
    Thu, 19 Sep 2002 17:28:11 -0400
    
    
  
Hi,
The ImageIteratorWithIndex hierarchy is being refactored
in order to remove the code redundancy of the const and
non-const versions.
No changes will result in their API.
The Iterators involved are:
  ImageIteratorWithIndex
  and its subclasses:
     ImageLinearIteratorWithIndex
     ImageRandomIteratorWithIndex
     ImageRegionExclusionIteratorWithIndex
     ImageRegionIteratorWithIndex
     ImageSliceIteratorWithIndex
     ReflectiveImageRegionIterator
along with their const versions.
The following iterator is deprecated and will
be removed:
     SimpleImageRegionIterator
It is a remanent from a prevous renaming
   Luis