16 #ifndef vtkPVPluginTracker_h 17 #define vtkPVPluginTracker_h 64 unsigned int RegisterAvailablePlugin(
const char* filename);
83 void LoadPluginConfigurationXMLs(
const char* appname);
84 void LoadPluginConfigurationXML(
const char* filename,
bool forceLoad =
false);
85 void LoadPluginConfigurationXML(
vtkPVXMLElement*,
bool forceLoad =
false);
86 void LoadPluginConfigurationXMLFromString(
const char* xmlcontents,
bool forceLoad =
false);
92 unsigned int GetNumberOfPlugins();
107 const char* GetPluginName(
unsigned int index);
108 const char* GetPluginFileName(
unsigned int index);
109 bool GetPluginLoaded(
unsigned int index);
110 bool GetPluginAutoLoad(
unsigned int index);
111 bool GetPluginDelayedLoad(
unsigned int index);
112 std::vector<std::string> GetPluginXMLs(
unsigned int index);
125 RegisterAvailablePluginEvent = vtkCommand::UserEvent + 91
136 class vtkPluginsList;
137 vtkPluginsList* PluginsList;
139 void LoadPluginConfigurationXMLConf(std::string
const& exe_dir, std::string
const& conf);
140 void LoadPluginConfigurationXMLHinted(
vtkPVXMLElement*,
const char* hint,
bool forceLoad);
a global manager for each processes to keep track of plugins loaded on that process.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
bool(* vtkPluginSearchFunction)(const char *)
defines the core interface for any ParaView plugin.
void(* vtkPluginListFunction)(const char *appname, std::vector< std::string > &names)
#define VTKREMOTINGCORE_EXPORT
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
void operator=(const vtkObjectBase &)