26 #ifndef vtkSMPluginManager_h 27 #define vtkSMPluginManager_h 29 #include "vtkPVServerManagerCoreModule.h" 40 void PrintSelf(ostream& os, vtkIndent indent);
71 const char* GetLocalPluginSearchPaths();
79 bool LoadRemotePlugin(
const char* filename,
vtkSMSession*);
80 bool LoadLocalPlugin(
const char* filename);
94 void LoadPluginConfigurationXMLFromString(
95 const char* xmlcontents,
vtkSMSession* session,
bool remote);
99 PluginLoadedEvent = 100000,
101 RemotePluginLoadedEvent
109 void OnPluginRegistered();
118 vtkInternals* Internals;
vtkPVPluginsInformation * LocalInformation
manages ParaView plugins.
void PrintSelf(ostream &os, vtkIndent indent)
vtkSMSession is the default ParaView session.
superclass for most server manager classes
static vtkSMObject * New()