16 #ifndef vtkPVPluginTracker_h 17 #define vtkPVPluginTracker_h 74 void LoadPluginConfigurationXMLs(
const char* appname);
75 void LoadPluginConfigurationXML(
const char* filename,
bool forceLoad =
false);
76 void LoadPluginConfigurationXML(
vtkPVXMLElement*,
bool forceLoad =
false);
77 void LoadPluginConfigurationXMLFromString(
const char* xmlcontents,
bool forceLoad =
false);
83 unsigned int GetNumberOfPlugins();
98 const char* GetPluginName(
unsigned int index);
99 const char* GetPluginFileName(
unsigned int index);
100 bool GetPluginLoaded(
unsigned int index);
101 bool GetPluginAutoLoad(
unsigned int index);
102 bool GetPluginDelayedLoad(
unsigned int index);
103 std::vector<std::string> GetPluginXMLs(
unsigned int index);
104 std::string GetPluginVersion(
unsigned int index);
105 std::string GetPluginDescription(
unsigned int index);
118 RegisterAvailablePluginEvent = vtkCommand::UserEvent + 91
129 class vtkPluginsList;
130 vtkPluginsList* PluginsList;
132 void LoadPluginConfigurationXMLConf(std::string
const& exe_dir, std::string
const& conf);
133 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 &)