30 #ifndef vtkDelimitedTextWriter_h
31 #define vtkDelimitedTextWriter_h
33 #include "vtkIOCoreModule.h"
50 vtkSetStringMacro(FieldDelimiter);
59 vtkSetStringMacro(StringDelimiter);
67 vtkSetStringMacro(FileName);
77 vtkGetMacro(UseStringDelimiter,
bool);
85 vtkGetMacro(WriteToOutputString,
bool);
93 char *RegisterAndGetOutputString();
111 virtual void WriteTable(
vtkTable* rectilinearGrid);
Wrapper around std::string to keep symbols short.
abstract class to write data to file(s)
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.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
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()
virtual void WriteData()=0
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.