[Paraview-developers] Unload a loaded plugin

Maxim Torgonskiy kriolog at gmail.com
Fri Mar 17 15:50:27 EDT 2017


Hello,

I'm currently working on a custom paraview version and now I'm trying
to dynamicallyreplace xml python plugins by their newer versions but I
didn't find any remove / unload function in the interface of plugin
managers (pqPluginManager, vtkSMPluginManager) except
pqPluginManager::hidePlugin which doesn't do what I want. There's only
a function vtkPVPluginLoader::PluginLibraryUnloaded which's called in
the destructor of every plugin via a macro in pqParaViewPlugin.cxx.in
. Can I use it in my case? If not, is there any other solution?

Thanks,
Maxim


More information about the Paraview-developers mailing list