CSV writer for vtkTable Writes a vtkTable as a delimited text file (such as CSV).
More...
#include <vtkCSVWriter.h>
Inherits vtkWriter.
CSV writer for vtkTable Writes a vtkTable as a delimited text file (such as CSV).
Definition at line 30 of file vtkCSVWriter.h.
§ Superclass
§ vtkCSVWriter()
vtkCSVWriter::vtkCSVWriter |
( |
| ) |
|
|
protected |
Internal method: decortes the "string" with the "StringDelimiter" if UseStringDelimiter is true.
§ ~vtkCSVWriter()
vtkCSVWriter::~vtkCSVWriter |
( |
| ) |
|
|
protected |
Internal method: decortes the "string" with the "StringDelimiter" if UseStringDelimiter is true.
§ New()
§ GetClassName()
virtual const char* vtkCSVWriter::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkCSVWriter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkCSVWriter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
static vtkCSVWriter* vtkCSVWriter::SafeDownCast |
( |
vtkObject * |
o | ) |
|
|
static |
§ PrintSelf()
void vtkCSVWriter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ SetFieldDelimiter()
virtual void vtkCSVWriter::SetFieldDelimiter |
( |
const char * |
| ) |
|
|
virtual |
Get/Set the delimiter use to separate fields ("," by default.)
§ GetFieldDelimiter()
virtual char* vtkCSVWriter::GetFieldDelimiter |
( |
| ) |
|
|
virtual |
Get/Set the delimiter use to separate fields ("," by default.)
§ SetStringDelimiter()
virtual void vtkCSVWriter::SetStringDelimiter |
( |
const char * |
| ) |
|
|
virtual |
Get/Set the delimiter used for string data, if any eg.
double quotes(").
§ GetStringDelimiter()
virtual char* vtkCSVWriter::GetStringDelimiter |
( |
| ) |
|
|
virtual |
Get/Set the delimiter used for string data, if any eg.
double quotes(").
§ SetFileName()
virtual void vtkCSVWriter::SetFileName |
( |
const char * |
| ) |
|
|
virtual |
Get/Set the filename for the file.
§ GetFileName()
virtual char* vtkCSVWriter::GetFileName |
( |
| ) |
|
|
virtual |
Get/Set the filename for the file.
§ SetUseStringDelimiter()
virtual void vtkCSVWriter::SetUseStringDelimiter |
( |
bool |
| ) |
|
|
virtual |
Get/Set if StringDelimiter must be used for string data.
True by default.
§ GetUseStringDelimiter()
virtual bool vtkCSVWriter::GetUseStringDelimiter |
( |
| ) |
|
|
virtual |
Get/Set if StringDelimiter must be used for string data.
True by default.
§ SetPrecision()
virtual void vtkCSVWriter::SetPrecision |
( |
int |
| ) |
|
|
virtual |
Get/Set the precision to use for printing numeric values.
Default is 5.
§ GetPrecision()
virtual int vtkCSVWriter::GetPrecision |
( |
| ) |
|
|
virtual |
Get/Set the precision to use for printing numeric values.
Default is 5.
§ SetUseScientificNotation()
virtual void vtkCSVWriter::SetUseScientificNotation |
( |
bool |
| ) |
|
|
virtual |
Get/Set whether scientific notation is used for numeric values.
§ GetUseScientificNotation()
virtual bool vtkCSVWriter::GetUseScientificNotation |
( |
| ) |
|
|
virtual |
Get/Set whether scientific notation is used for numeric values.
§ UseScientificNotationOn()
virtual void vtkCSVWriter::UseScientificNotationOn |
( |
| ) |
|
|
virtual |
Get/Set whether scientific notation is used for numeric values.
§ UseScientificNotationOff()
virtual void vtkCSVWriter::UseScientificNotationOff |
( |
| ) |
|
|
virtual |
Get/Set whether scientific notation is used for numeric values.
§ GetString()
vtkStdString vtkCSVWriter::GetString |
( |
vtkStdString |
string | ) |
|
Internal method: decortes the "string" with the "StringDelimiter" if UseStringDelimiter is true.
§ OpenFile()
bool vtkCSVWriter::OpenFile |
( |
| ) |
|
|
protected |
§ WriteData()
virtual void vtkCSVWriter::WriteData |
( |
| ) |
|
|
protectedvirtual |
§ WriteTable()
virtual void vtkCSVWriter::WriteTable |
( |
vtkTable * |
rectilinearGrid | ) |
|
|
protectedvirtual |
§ FillInputPortInformation()
virtual int vtkCSVWriter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
§ FileName
char* vtkCSVWriter::FileName |
|
protected |
§ FieldDelimiter
char* vtkCSVWriter::FieldDelimiter |
|
protected |
§ StringDelimiter
char* vtkCSVWriter::StringDelimiter |
|
protected |
§ UseStringDelimiter
bool vtkCSVWriter::UseStringDelimiter |
|
protected |
§ Precision
int vtkCSVWriter::Precision |
|
protected |
§ UseScientificNotation
bool vtkCSVWriter::UseScientificNotation |
|
protected |
§ Stream
ofstream* vtkCSVWriter::Stream |
|
protected |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/ParaView-v5.2.0/ParaViewCore/VTKExtensions/Default/vtkCSVWriter.h