27 #ifndef vtkDelimitedTextWriter_h 28 #define vtkDelimitedTextWriter_h 30 #include "vtkIOCoreModule.h" 47 vtkSetStringMacro(FieldDelimiter);
56 vtkSetStringMacro(StringDelimiter);
64 vtkSetStringMacro(FileName);
74 vtkGetMacro(UseStringDelimiter,
bool);
82 vtkGetMacro(WriteToOutputString,
bool);
90 char *RegisterAndGetOutputString();
102 bool WriteToOutputString;
107 void WriteData() VTK_OVERRIDE;
108 virtual
void WriteTable(
vtkTable* rectilinearGrid);
115 char* FieldDelimiter;
116 char* StringDelimiter;
117 bool UseStringDelimiter;
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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
A table, which contains similar-typed columns of data.
static vtkAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.