23 #ifndef vtkTableToDatabaseWriter_h 24 #define vtkTableToDatabaseWriter_h 26 #include "vtkIOSQLModule.h" 49 bool SetTableName(
const char *
name);
54 bool TableNameIsNew();
69 void WriteData() VTK_OVERRIDE = 0;
77 std::
string TableName;
vtkSQLDatabase * GetDatabase()
a vtkAbstractArray subclass for strings
abstract class to write data to file(s)
maintain a connection to an sql database
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkDataObject * GetInput()
A table, which contains similar-typed columns of data.