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