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 vtkDataSetGradientPrecompute, simply invoke its constructor as follows
obj = vtkDataSetGradientPrecompute
obj
is an instance of the vtkDataSetGradientPrecompute class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkDataSetGradientPrecompute = obj.NewInstance ()
vtkDataSetGradientPrecompute = obj.SafeDownCast (vtkObject o)