[Insight-developers] ImageRandomIterator ready

Luis Ibanez luis.ibanez@kitware.com
Wed, 17 Apr 2002 11:01:25 -0400


Good idea !
Right now it is just duplicating code.

I'll look into that.

Probably the best way to do it is to
separate the algorithm for the walk
into a "Walker" class, so this iterator
will work in conjunction with a clas:

       "itk::RandomWalker"

It will look a lot like the
ImageFunctorFilters.


  Luis


=====================

Lorensen, William E (Research) wrote:
> Perhaps this iterator would be a good experiment to reduce code duplication in the const/nonconst
> versions.
>