ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkSMCSVExporterProxy Class Reference

exporter used to export the spreadsheet view as a CSV file. More...

#include <vtkSMCSVExporterProxy.h>

Inheritance diagram for vtkSMCSVExporterProxy:
Inheritance graph
[legend]
Collaboration diagram for vtkSMCSVExporterProxy:
Collaboration graph
[legend]

List of all members.

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 vtkSMCSVExporterProxyNew ()
static int IsTypeOf (const char *type)
static vtkSMCSVExporterProxySafeDownCast (vtkObject *o)

Protected Member Functions

 vtkSMCSVExporterProxy ()
 ~vtkSMCSVExporterProxy ()

Detailed Description

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.


Constructor & Destructor Documentation

vtkSMCSVExporterProxy::vtkSMCSVExporterProxy ( ) [protected]
vtkSMCSVExporterProxy::~vtkSMCSVExporterProxy ( ) [protected]

Member Function Documentation

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.


The documentation for this class was generated from the following file: