[Insight-users] itkParametricSpaceToImageSpaceMeshFilter.txx

Luis Ibanez luis.ibanez at kitware.com
Thu, 19 Feb 2004 00:14:30 -0500


Hi Thomas,


Thanks for pointing this out.

The include header

#include "itkProgressReporter.h"

was missing.


A fix was just commited to CVS.

Regards,


    Luis


---------------------------
Thomas Boettger wrote:

> Hi all,
> 
> I tried to use the filter and in line 116 of 
> itkParametricSpaceToImageSpaceMeshFilter.txx:
> 
>   ProgressReporter progress(this, 0, inPoints->Size());
> 
> ProgressReporter is used. I could not find the include statement for the 
> appropriate header in the itkParametricSpaceToImageSpaceMeshFilter 
> source files. Shouldn't it be there?
> 
> 
> Regards,
> 
> Thomas
>