[Insight-developers] Re: Blox filters and const - oops

Luis Ibanez luis.ibanez@kitware.com
Wed, 27 Mar 2002 17:08:15 -0500


Yes, they are basically copies of your original non-const versions,
with the only difference that the Set() method has been removed,
and the Get() should be returning   (const &) to the pixels.

We may want to factorize at some point the common code into a
base class so they are easy to maintain. The same is valid for all
the other iterators which right  now are also duplicating code.


That has been classified as a low priority task with respect to our
long list of TODO's but if you are planning to do significant changes
on the iterators we may want to take advantage of the oportunity
for factorizing the code.


    Luis


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

Damion Shelton wrote:

> Ignore that previous message, looks like a const version of FFSFCI 
> already exists. Cool...
>
> -Damion-
>