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