Automatically Refreshing Pipeline from Filter Plugin Paraview-v5.8.1

I have a paraview plugin that generates a mesh, the user can manually go to into the pipeline and hit refresh to view the mesh. I am wondering if there is a way to automatically refresh the filter’s parent file in the pipeline or refresh the entire pipeline all from within the plugin? I would like the mesh to automatically refresh when it is created or transformed from the plugin.

Are there any c++ functions that would auto-refresh if it is not a built in function? Auto-apply setting takes care of half the problem

Hi,

You may consider to take a look at this answer:

HTH.

1 Like