Section: Visualization Toolkit IO Classes
.SECTION Thanks Thanks to Andrew Wilson from Sandia National Laboratories for his work on the database classes.
To create an instance of class vtkRowQueryToTable, simply invoke its constructor as follows
obj = vtkRowQueryToTable
obj
is an instance of the vtkRowQueryToTable class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkRowQueryToTable = obj.NewInstance ()
vtkRowQueryToTable = obj.SafeDownCast (vtkObject o)
obj.SetQuery (vtkRowQuery query)
- The query to execute.
vtkRowQuery = obj.GetQuery ()
- The query to execute.
long = obj.GetMTime ()
- Update the modified time based on the query.