38 #ifndef vtkRowQueryToTable_h 39 #define vtkRowQueryToTable_h 41 #include "vtkIOSQLModule.h" 68 ~vtkRowQueryToTable() VTK_OVERRIDE;
75 vtkInformationVector*) VTK_OVERRIDE;
78 vtkRowQueryToTable(const vtkRowQueryToTable&) VTK_DELETE_FUNCTION;
79 void operator=(const vtkRowQueryToTable&) VTK_DELETE_FUNCTION;
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
Superclass for algorithms that produce only vtkTables as output.