vtkSIImporterProxy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
9 #ifndef vtkSIImporterProxy_h
10 #define vtkSIImporterProxy_h
11 
12 #include "vtkRemotingImportModule.h" // for export macro
13 
14 #include "vtkSIProxy.h"
15 
17 {
18 public:
19  static vtkSIImporterProxy* New();
21  void PrintSelf(ostream& os, vtkIndent indent) override;
22 
23  void UpdatePipelineInformation() override;
24 
25 protected:
27  ~vtkSIImporterProxy() override;
28 
29 private:
30  vtkSIImporterProxy(const vtkSIImporterProxy&) = delete;
31  void operator=(const vtkSIImporterProxy&) = delete;
32 };
33 
34 #endif
virtual void UpdatePipelineInformation()
Triggers UpdateInformation() on vtkObject if possible.
Definition: vtkSIProxy.h:108
vtkSIImporterProxy is the server-side helper for a vtkSMImporterProxy.
void PrintSelf(ostream &os, vtkIndent indent) override
vtkSIProxy is the server-implementation for a vtkSMProxy that helps the vtkSMProxy with managing/upda...
Definition: vtkSIProxy.h:22
#define VTKREMOTINGIMPORT_EXPORT
static vtkSIProxy * New()