[Insight-developers] FloodFilledFunctionConditionalIterator m odification

Brad King brad . king at kitware . com
Tue, 6 Aug 2002 16:04:14 -0400 (EDT)


> I assume brad will fix this.
> -----Original Message-----
> From: Damion Shelton [mailto:dmshelto@andrew.cmu.edu]
> Sent: Tuesday, August 06, 2002 3:39 PM
> To: Lorensen, William E (Research); Insight-Developers
> Cc: 'brad.king@kitware.com'
> Subject: RE: [Insight-developers] FloodFilledFunctionConditionalIterator
> m odification
>
>
> Ok. Was the addition of the typename important to getting things to work
> under Linux/Unix? I've had to modify my local ITK to get things to
> compile correctly, so is there a middle ground where things work on both
> platforms?

The change was needed for gcc 3.1 warnings.  It looks like we need to use
ITK_TYPENAME instead.  While making the changes I noticed another
ITK_TYPENAME, and wondered why it was there.  I can make the fix.

-Brad