31 vtkSetStringMacro(FieldDelimiter);
32 vtkGetStringMacro(FieldDelimiter);
40 vtkSetStringMacro(StringDelimiter);
41 vtkGetStringMacro(StringDelimiter);
57 vtkSetMacro(UseStringDelimiter,
bool);
58 vtkGetMacro(UseStringDelimiter,
bool);
65 vtkSetMacro(WriteToOutputString,
bool);
66 vtkGetMacro(WriteToOutputString,
bool);
67 vtkBooleanMacro(WriteToOutputString,
bool);
Delimited text writer for vtkTable Writes a vtkTable as a delimited text file (such as CSV).
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void WriteTable(vtkTable *table)
void WriteData() override
vtkGetFilePathMacro(FileName)
Get/Set the filename for the file.
static vtkDelimitedTextWriter * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
~vtkDelimitedTextWriter() override
vtkStdString GetString(vtkStdString string)
Internal method: Returns the "string" with the "StringDelimiter" if UseStringDelimiter is true.
vtkSetFilePathMacro(FileName)
Get/Set the filename for the file.
char * RegisterAndGetOutputString()
This convenience method returns the string, sets the IVAR to nullptr, so that the user is responsible...