[Insight-users] TransformMeshFilter bug

Luis Ibanez luis.ibanez at kitware.com
Mon Aug 8 10:15:17 EDT 2005


Hi Gavin,

We are sorting the priority of bugs for the upcoming release ITK 2.2.

Could you please make a bug entry for this bug in the phpBugTracker ?

In this way it will get in to the list of bugs to be addressed before
the release.


    Thanks


      Luis



------------------
Gavin Baker wrote:
> Hello,
> 
> I've discovered a weird bug in the itk::TransformMeshFilter that occurs only
> under certain conditions (or rather with certain types).
> 
> I've reproduced it by making a few small changes to the regular unit test
> itkTransformMeshFilterTest.  The diff is below.  It basically just involves
> explicitly specifying the full mesh traits.
> 
> So before the changes, the test program works fine.  With the below changes,
> the filter will go into an infinite loop on line 99, where it is
> incrementing the output iterator:
> 
>  ++outputPoint;
> 
> That's as far as I've tracked it.  I suspect it has something to do with the
> way the output points are allocated.
> 
> Can anyone shed some light on this?
> 
> Thanks - regards,
> 
>   :: Gavin
> 



More information about the Insight-users mailing list