[Paraview-developers] C++ Plugin

Mathieu Westphal mathieu.westphal at kitware.com
Fri May 20 11:17:45 EDT 2016


Hello

Only the pipeline can request an execution of a filter or in your case an
input reader.
What i would do in your situation would be a trick with animation.

Your reader could inform the pipeline it has two timesteps, and this way,
when the pepile execute the animation in a loop, your reader would be
always reexecuted, allowing you to reload any available new data.

Regards,

Mathieu Westphal

On Fri, May 20, 2016 at 4:53 PM, Szép, Tamás (IVD) <tamas.szep at kit.edu>
wrote:

> Hi,
>
> could somebody help me on how to implement a filter with C++ in Paraview,
> which is capable of reacting on external events by invalidating itself, so
> that next time when a frame is rendered, the filter (and the dependent
> pipeline parts if any) get(s) reexecuted. I mainly need it for
> view-dependent filtering, but you can also consider an input reader that
> reexecutes when the file is changed as an example.
>
> Thank you for the answers in advance. Kind regards:
>
> Tamás Szép​
>
>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at:
> http://markmail.org/search/?q=Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20160520/82ac0567/attachment.html>


More information about the Paraview-developers mailing list