26 #ifndef vtkTableToSQLiteWriter_h
27 #define vtkTableToSQLiteWriter_h
29 #include "vtkIOSQLModule.h"
a simple class to control print indentation
maintain a connection to an SQLite database
store a vtkTable in an SQLite database
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkTable * GetInput()
Get the input to this writer.
static vtkTableToSQLiteWriter * New()
vtkTable * GetInput(int port)
~vtkTableToSQLiteWriter()
A table, which contains similar-typed columns of data.