[Insight-users] Bug in DeformableMeshFilter?
   
    Thomas Boettger
     
    t.boettger@dkfz-heidelberg.de
       
    Wed, 06 Nov 2002 19:34:46 +0100
    
    
  
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