23 #ifndef vtkTableToDatabaseWriter_h 24 #define vtkTableToDatabaseWriter_h 26 #include "vtkIOSQLModule.h" 49 bool SetTableName(
const char *
name);
54 bool TableNameIsNew();
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.
vtkSQLDatabase * Database
a simple class to control print indentation
vtkDataObject * GetInput()
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.
virtual void WriteData()=0