Section: Visualization Toolkit Common Classes
To create an instance of class vtkInitialValueProblemSolver, simply invoke its constructor as follows
obj = vtkInitialValueProblemSolver
obj
is an instance of the vtkInitialValueProblemSolver class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkInitialValueProblemSolver = obj.NewInstance ()
vtkInitialValueProblemSolver = obj.SafeDownCast (vtkObject o)
obj.SetFunctionSet (vtkFunctionSet functionset)
- Set / get the dataset used for the implicit function evaluation.
vtkFunctionSet = obj.GetFunctionSet ()
- Set / get the dataset used for the implicit function evaluation.
int = obj.IsAdaptive ()