vtkSMCSVExporterProxy.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-License-Identifier: BSD-3-Clause
15 #ifndef vtkSMCSVExporterProxy_h
16 #define vtkSMCSVExporterProxy_h
17 
18 #include "vtkRemotingExportModule.h" //needed for exports
19 #include "vtkSMExporterProxy.h"
20 
22 {
23 public:
24  static vtkSMCSVExporterProxy* New();
26  void PrintSelf(ostream& os, vtkIndent indent) override;
27 
31  void Write() override;
32 
37  bool CanExport(vtkSMProxy*) override;
38 
39 protected:
41  ~vtkSMCSVExporterProxy() override;
42 
43 private:
45  void operator=(const vtkSMCSVExporterProxy&) = delete;
46 };
47 
48 #endif
#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.
exporter used to export the spreadsheet view and supported chart views as to a CSV file...
static vtkSMProxy * New()
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
void PrintSelf(ostream &os, vtkIndent indent) override