exporter used to save vtkFieldData as CSV.
More...
#include <vtkCSVExporter.h>
List of all members.
Detailed Description
exporter used to save vtkFieldData as CSV.
This is used by vtkSMCSVExporterProxy to export the data shown in the spreadsheet view as a CSV.
Definition at line 28 of file vtkCSVExporter.h.
Constructor & Destructor Documentation
| vtkCSVExporter::vtkCSVExporter |
( |
| ) |
[protected] |
| vtkCSVExporter::~vtkCSVExporter |
( |
| ) |
[protected] |
Member Function Documentation
| virtual const char* vtkCSVExporter::GetClassName |
( |
| ) |
[virtual] |
| static int vtkCSVExporter::IsTypeOf |
( |
const char * |
type | ) |
[static] |
| virtual int vtkCSVExporter::IsA |
( |
const char * |
type | ) |
[virtual] |
| void vtkCSVExporter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| [virtual] |
| virtual void vtkCSVExporter::SetFileName |
( |
const char * |
| ) |
[virtual] |
Get/Set the filename for the file.
| virtual char* vtkCSVExporter::GetFileName |
( |
| ) |
[virtual] |
Get/Set the filename for the file.
| virtual void vtkCSVExporter::SetFieldDelimiter |
( |
const char * |
| ) |
[virtual] |
Get/Set the delimiter use to separate fields ("," by default.)
| virtual char* vtkCSVExporter::GetFieldDelimiter |
( |
| ) |
[virtual] |
Get/Set the delimiter use to separate fields ("," by default.)
| bool vtkCSVExporter::Open |
( |
| ) |
|
| void vtkCSVExporter::Close |
( |
| ) |
|
Member Data Documentation
The documentation for this class was generated from the following file: