[vtkusers] Modifying vtkPolyData

David Doria daviddoria+vtk at gmail.com
Sun Feb 28 11:33:56 EST 2010


>
> Yes, it will be necessary to call Modified on the programmable filter.
>  Normally, Modified() is automatically called on a VTK filter when its
> Set methods are called, but for the vtkProgrammableFilter it is
> necessary to can Modified manually.
>
> Also, generally you should let the VTK pipeline execute the filter
> (which it will do when Render is called), instead of calling Update
> manually.
>
>   David
>

Round 2: http://www.vtk.org/Wiki/VTK/Examples/Utilities/DataAnimation

Is there a way to access the programmableFilter in the timer callback
besides making the programmable filter global as I have done here?

Other than that, Jordi, this should be what you were looking for.

Thanks,

David D.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100228/7de96788/attachment.htm>


More information about the vtkusers mailing list