vtkSMRenderViewExporterProxy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
12 #ifndef vtkSMRenderViewExporterProxy_h
13 #define vtkSMRenderViewExporterProxy_h
14 
15 #include "vtkRemotingExportModule.h" //needed for exports
16 #include "vtkSMExporterProxy.h"
17 
19 {
20 public:
23  void PrintSelf(ostream& os, vtkIndent indent) override;
24 
28  void Write() override;
29 
34  bool CanExport(vtkSMProxy*) override;
35 
36 protected:
38  ~vtkSMRenderViewExporterProxy() override;
39 
40 private:
42  void operator=(const vtkSMRenderViewExporterProxy&) = delete;
43 };
44 
45 #endif
proxy for vtkExporter subclasses which work with render windows.
#define VTKREMOTINGEXPORT_EXPORT
proxy for view exporters.
virtual bool CanExport(vtkSMProxy *)=0
Returns if the view can be exported.
virtual void Write()=0
Exports the view.
static vtkSMProxy * New()
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
void PrintSelf(ostream &os, vtkIndent indent) override