Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkHyperOctreeLimiter, simply invoke its constructor as follows
obj = vtkHyperOctreeLimiter
obj
is an instance of the vtkHyperOctreeLimiter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkHyperOctreeLimiter = obj.NewInstance ()
vtkHyperOctreeLimiter = obj.SafeDownCast (vtkObject o)
int = obj.GetMaximumLevel ()
- Return the maximum number of levels of the hyperoctree.
obj.SetMaximumLevel (int levels)
- Set the maximum number of levels of the hyperoctree.