26 #ifndef vtkTableToSQLiteWriter_h 
   27 #define vtkTableToSQLiteWriter_h 
   29 #include "vtkIOSQLModule.h"  
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
 
maintain a connection to an SQLite database 
 
virtual void WriteData()=0
 
vtkTable * GetInput()
Get the input to this writer. 
 
a simple class to control print indentation 
 
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. 
 
static vtkAlgorithm * New()
 
store a vtkTable in an SQLite database