[vtkusers] Progress reporter for VTK like itkFilterWatcher.h?

Bill Lorensen bill.lorensen at gmail.com
Sat Jan 16 10:54:33 EST 2010


Each filter is responsible for implementing progress. Some do a better
job than others.

Bill

On Fri, Jan 15, 2010 at 3:25 PM, David Doria <daviddoria+vtk at gmail.com> wrote:
> On Fri, Jan 15, 2010 at 3:01 PM,  <lynx.abraxas at freenet.de> wrote:
>> Hello!
>>
>>
>> Scanning  the docs I noticed that filters in VTK seem to have a get Progress()
>> as well. Is there something in VTK like itkFilterWatcher where one only  needs
>> a line to add progress reports (eg FilterWatcher watcher(filter, "filter"))?
>>
>> Regards,
>> Lynx
>
> I just tried this and came up with this:
> http://www.cmake.org/Wiki/VTK/Examples/ProgressReport
>
> The progress seems to go from 0 directly to 1 though, I don't know how
> to set the progress step - anyone know how to do this? / is this how
> you are supposed to get the progress?
>
> Thanks,
>
> David
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list