Section: Visualization Toolkit Infovis Classes
Thus, the number of dimensions in the output array will equal the number of calls to AddCoordinateColumn().
The coordinate columns will also be used to populate dimension labels in the output array.
.SECTION Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
To create an instance of class vtkTableToSparseArray, simply invoke its constructor as follows
obj = vtkTableToSparseArray
obj
is an instance of the vtkTableToSparseArray class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTableToSparseArray = obj.NewInstance ()
vtkTableToSparseArray = obj.SafeDownCast (vtkObject o)
obj.ClearCoordinateColumns ()
- Specify the set of input table columns that will be mapped to coordinates
in the output sparse array.
obj.AddCoordinateColumn (string name)
- Specify the set of input table columns that will be mapped to coordinates
in the output sparse array.
obj.SetValueColumn (string name)
- Specify the input table column that will be mapped to values in the output array.
string = obj.GetValueColumn ()
- Specify the input table column that will be mapped to values in the output array.