Section: Visualization Toolkit Graphics Classes
.SECTION Thanks This file is part of the generalized Youngs material interface reconstruction algorithm contributed by CEA/DIF - Commissariat a l'Energie Atomique, Centre DAM Ile-De-France <br> BP12, F-91297 Arpajon, France. <br> Implementation by Thierry Carrard (CEA)
To create an instance of class vtkDataSetGradient, simply invoke its constructor as follows
obj = vtkDataSetGradient
obj
is an instance of the vtkDataSetGradient class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkDataSetGradient = obj.NewInstance ()
vtkDataSetGradient = obj.SafeDownCast (vtkObject o)
obj.SetResultArrayName (string )
- Set/Get the name of computed vector array.
string = obj.GetResultArrayName ()
- Set/Get the name of computed vector array.