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