10 #ifndef vtkDelimitedTextWriter_h
11 #define vtkDelimitedTextWriter_h
13 #include "vtkIOCoreModule.h"
16 VTK_ABI_NAMESPACE_BEGIN
31 vtkSetStringMacro(FieldDelimiter);
32 vtkGetStringMacro(FieldDelimiter);
40 vtkSetStringMacro(StringDelimiter);
41 vtkGetStringMacro(StringDelimiter);
48 vtkSetFilePathMacro(FileName);
49 vtkGetFilePathMacro(FileName);
57 vtkSetMacro(UseStringDelimiter,
bool);
58 vtkGetMacro(UseStringDelimiter,
bool);
65 vtkSetMacro(WriteToOutputString,
bool);
66 vtkGetMacro(WriteToOutputString,
bool);
67 vtkBooleanMacro(WriteToOutputString,
bool);
74 char* RegisterAndGetOutputString();
92 virtual void WriteTable(
vtkTable* table);
110 VTK_ABI_NAMESPACE_END
Wrapper around std::string to keep symbols short.
abstract class to write data to file(s)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Delimited text writer for vtkTable Writes a vtkTable as a delimited text file (such as CSV)...
a simple class to control print indentation
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
A table, which contains similar-typed columns of data.
static vtkAlgorithm * New()
virtual void WriteData()=0