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  void LoadPluginConfigurationXMLFromString(const char* xmlcontents);
38 
39 protected:
41  ~vtkSMPluginLoaderProxy() override;
42 
43 private:
45  void operator=(const vtkSMPluginLoaderProxy&) = delete;
46 };
47 
48 #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