28 #ifndef vtkRowQueryToTable_h
29 #define vtkRowQueryToTable_h
31 #include "vtkIOSQLModule.h"
34 VTK_ABI_NAMESPACE_BEGIN
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkTableAlgorithm * New()
vtkTypeUInt32 vtkMTimeType
abstract interface for queries that return row-oriented results.
a simple class to control print indentation
virtual vtkMTimeType GetMTime()
Return this object's modified time.
executes an sql query and retrieves results into a table
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Superclass for algorithms that produce only vtkTables as output.