[vtkusers] Progress reporter for VTK like itkFilterWatcher.h?
David Doria
daviddoria+vtk at gmail.com
Fri Jan 15 15:25:21 EST 2010
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
More information about the vtkusers
mailing list