Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkTableToArray, simply invoke its constructor as follows
obj = vtkTableToArray
obj
is an instance of the vtkTableToArray class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTableToArray = obj.NewInstance ()
vtkTableToArray = obj.SafeDownCast (vtkObject o)
obj.ClearColumns ()
- Specify the set of input table columns that will be mapped to columns
in the output matrix.
obj.AddColumn (string name)
- Specify the set of input table columns that will be mapped to columns
in the output matrix.