Hello everyone!
This documentation mentions UpdatePipeline in
Consider a filter proxy, say
Clip
, which has an input set via a InputProperty and a implicit function set via a ProxyProperty. If either the input or the implicit function is modified, it is reasonable to expect the Clip filter to re-execute on anUpdatePipeline
call. Whether the call will truly cause the VTK pipeline (server side) to execute is not that important. The pipeline may not re-execute and that’s not a big deal.
https://kitware.github.io/paraview-docs/nightly/cxx/classvtkSMRepresentationProxy.html
However source tree does not contain any entries of such a thing as UpdatePipeline
Could you clarify please what it is?
Thanks!