Section: Visualization Toolkit Filtering Classes
To create an instance of class vtkHierarchicalBoxDataIterator, simply invoke its constructor as follows
obj = vtkHierarchicalBoxDataIterator
obj is an instance of the vtkHierarchicalBoxDataIterator class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkHierarchicalBoxDataIterator = obj.NewInstance ()
vtkHierarchicalBoxDataIterator = obj.SafeDownCast (vtkObject o)
int = obj.GetCurrentLevel () - Returns the level for the current dataset.
int = obj.GetCurrentIndex () - Returns the dataset index for the current data object. Valid only if the
current data is a leaf node i.e. no a composite dataset.