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 
21 class VTKREMOTINGEXPORT_EXPORT vtkSMCSVExporterProxy : public vtkSMExporterProxy
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
vtkSMProxy::New
static vtkSMProxy * New()
vtkSMExporterProxy
proxy for view exporters.
Definition: vtkSMExporterProxy.h:22
vtkSMCSVExporterProxy
exporter used to export the spreadsheet view and supported chart views as to a CSV file.
Definition: vtkSMCSVExporterProxy.h:21
vtkSMProxy
proxy for a VTK object(s) on a server
Definition: vtkSMProxy.h:140
vtkIndent
vtkSMExporterProxy::CanExport
virtual bool CanExport(vtkSMProxy *)=0
Returns if the view can be exported.
vtkSMExporterProxy::Write
virtual void Write()=0
Exports the view.
vtkSMExporterProxy.h
vtkSMExporterProxy::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override