|
ParaView
|
exporter used to export the spreadsheet view as a CSV file. More...
#include <vtkSMCSVExporterProxy.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Write () |
| virtual bool | CanExport (vtkSMProxy *) |
Static Public Member Functions | |
| static vtkSMCSVExporterProxy * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkSMCSVExporterProxy * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSMCSVExporterProxy () | |
| ~vtkSMCSVExporterProxy () | |
exporter used to export the spreadsheet view as a CSV file.
vtkSMCSVExporterProxy is used to export the spreadsheet view as a CSV file.
Definition at line 27 of file vtkSMCSVExporterProxy.h.
| vtkSMCSVExporterProxy::vtkSMCSVExporterProxy | ( | ) | [protected] |
| vtkSMCSVExporterProxy::~vtkSMCSVExporterProxy | ( | ) | [protected] |
| static vtkSMCSVExporterProxy* vtkSMCSVExporterProxy::New | ( | ) | [static] |
Reimplemented from vtkSMProxy.
| virtual const char* vtkSMCSVExporterProxy::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkSMExporterProxy.
| static int vtkSMCSVExporterProxy::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkSMExporterProxy.
| virtual int vtkSMCSVExporterProxy::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkSMExporterProxy.
| static vtkSMCSVExporterProxy* vtkSMCSVExporterProxy::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkSMExporterProxy.
| void vtkSMCSVExporterProxy::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkSMExporterProxy.
| virtual void vtkSMCSVExporterProxy::Write | ( | ) | [virtual] |
Exports the view.
Implements vtkSMExporterProxy.
| virtual bool vtkSMCSVExporterProxy::CanExport | ( | vtkSMProxy * | ) | [virtual] |
Returns if the view can be exported. Default implementation return true if the view is a render view.
Implements vtkSMExporterProxy.
1.7.5.1