vtkSMPluginLoaderProxy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkSMPluginLoaderProxy_h
13 #define vtkSMPluginLoaderProxy_h
14 
15 #include "vtkRemotingServerManagerModule.h" //needed for exports
16 #include "vtkSMProxy.h"
17 
19 {
20 public:
21  static vtkSMPluginLoaderProxy* New();
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
30  bool LoadPlugin(const char* filename);
31 
37  bool LoadPluginByName(const char* name, bool acceptDelayed = true);
38 
44  void LoadPluginConfigurationXMLFromString(const char* xmlcontents);
45 
51  void LoadPluginConfigurationXML(const char* configurationFile);
52 
53 protected:
55  ~vtkSMPluginLoaderProxy() override;
56 
57 private:
59  void operator=(const vtkSMPluginLoaderProxy&) = delete;
60 };
61 
62 #endif
used to load a plugin remotely.
void PrintSelf(ostream &os, vtkIndent indent) override
#define VTKREMOTINGSERVERMANAGER_EXPORT
static vtkSMProxy * New()
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
void operator=(const vtkSMProxy &)=delete