[Insight-users] Bug in DeformableMeshFilter?

Luis Ibanez luis.ibanez@kitware.com
Wed, 06 Nov 2002 14:05:09 -0500


Hi Thomas,

This has been fixed following your suggestion.

   Thanks for pointing this out.

    Luis

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

Thomas Boettger wrote:
> Hi everybody,
> 
> I coded an example using the DeformableMeshFilter and it didn't compile. 
> I think I already adressed the same problem in september and some code 
> changes were checked in.
> 
> The compile error can be fixed by changing the 
> itkDeformableMeshFilter.txx code in lines 828 and 996 from
> 
> typename TriCell::Pointer -> typename TriCell::CellAutoPointer
> 
> Could someone please check this and correct it?
> 
> Thanks
> Thomas
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users@public.kitware.com
> http://public.kitware.com/mailman/listinfo/insight-users
>