Section: Visualization Toolkit Infovis Classes
The coordinate columns in the output table will be named using the dimension labels from the source array, The value column name can be explicitly set using SetValueColumn().
.SECTION Thanks Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
To create an instance of class vtkSparseArrayToTable, simply invoke its constructor as follows
obj = vtkSparseArrayToTable
obj
is an instance of the vtkSparseArrayToTable class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkSparseArrayToTable = obj.NewInstance ()
vtkSparseArrayToTable = obj.SafeDownCast (vtkObject o)
string = obj.GetValueColumn ()
- Specify the name of the output table column that contains array values.
Default: "value"
obj.SetValueColumn (string )
- Specify the name of the output table column that contains array values.
Default: "value"